|
@@ -635,7 +635,7 @@
|
|
|
<el-tab-pane label="物品清单" name="1">
|
|
<el-tab-pane label="物品清单" name="1">
|
|
|
<inventoryTable1
|
|
<inventoryTable1
|
|
|
ref="inventoryTable"
|
|
ref="inventoryTable"
|
|
|
- isContractBook="true"
|
|
|
|
|
|
|
+ :isContractBook="true"
|
|
|
:contractStartDate="this.form.contractStartDate"
|
|
:contractStartDate="this.form.contractStartDate"
|
|
|
:isCustomerMark="form.type == '1'"
|
|
:isCustomerMark="form.type == '1'"
|
|
|
:isSupplierMark="form.type == '2'"
|
|
:isSupplierMark="form.type == '2'"
|
|
@@ -1678,12 +1678,12 @@
|
|
|
this.getOpportunityDetail(this.businessOpportunityData);
|
|
this.getOpportunityDetail(this.businessOpportunityData);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- this.$nextTick(() => {
|
|
|
|
|
|
|
+ // this.$nextTick(() => {
|
|
|
// this.$refs.paymentListTable.defaultList();
|
|
// this.$refs.paymentListTable.defaultList();
|
|
|
- this.$nextTick(() => {
|
|
|
|
|
- this.issueNumberChange(this.form.issueNumber);
|
|
|
|
|
- })
|
|
|
|
|
- });
|
|
|
|
|
|
|
+ this.$nextTick(() => {
|
|
|
|
|
+ this.issueNumberChange(this.form.issueNumber);
|
|
|
|
|
+ })
|
|
|
|
|
+ // });
|
|
|
if (this.curNodeData?.id) {
|
|
if (this.curNodeData?.id) {
|
|
|
console.log('44444444', this.curNodeData)
|
|
console.log('44444444', this.curNodeData)
|
|
|
this.form.type =
|
|
this.form.type =
|