Browse Source

确认收货

qinbai 3 years ago
parent
commit
335bed8b31
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/views/importTrade/receipt/detailsPageEdit.vue

+ 0 - 2
src/views/importTrade/receipt/detailsPageEdit.vue

@@ -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)