|
@@ -87,7 +87,7 @@
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
<a-form-item label="附件(attachs)" v-bind="validateInfos.attachs" id="SaleInquiryFormForm-attachs" name="attachs">
|
|
|
- <JUpload v-model:value="formData.attachsn"></JUpload>
|
|
|
+ <JUpload v-model:value="formData.attachs"></JUpload>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
@@ -226,12 +226,13 @@
|
|
|
billDate: moment(new Date()).format('YYYY-MM-DD'),
|
|
|
billCode: '',
|
|
|
inquiryProject: '',
|
|
|
- inquiryCustomer: '',
|
|
|
+ projectName:"",
|
|
|
+ inquiryCustomer: '',
|
|
|
+ customerName:'',
|
|
|
inquiryPlatform: '',
|
|
|
customerInquiryNumber: '',
|
|
|
inquiryPeriodEnd: '',
|
|
|
- inquiryPeriodBegin: '',
|
|
|
- busynessType: '',
|
|
|
+ inquiryPeriodBegin: '',
|
|
|
priority: '',
|
|
|
productionClass: '',
|
|
|
model: '',
|
|
@@ -356,7 +357,7 @@
|
|
|
formData[key] = value;
|
|
|
}
|
|
|
async function handleDelete(prop) {
|
|
|
- var newArray = [...saleInquiryFormProductTable.dataSource]
|
|
|
+ var newArray = [...saleInquiryFormShipTable.dataSource]
|
|
|
newArray.splice(prop.rowIndex, 1)
|
|
|
saleInquiryFormShipTable.dataSource = newArray
|
|
|
}
|