|
@@ -583,9 +583,7 @@ export default {
|
|
|
detailReceiptList(res.data.data.id).then(res => {
|
|
|
this.form = res.data.data;
|
|
|
this.oldForm = Object.assign({},res.data.data);
|
|
|
-
|
|
|
this.configuration.dicData = this.form.companyName
|
|
|
- this.sConfiguration.dicData = this.form.salesCompanyNameList
|
|
|
if(this.form.deliveryItemsList){
|
|
|
this.contactsData = this.form.deliveryItemsList
|
|
|
this.oldContactsData = this.deepClone(this.form.deliveryItemsList)
|