Browse Source

[CODE]:出库关联仓库联系人电话

maxianghua 4 years ago
parent
commit
27f60105a0
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/warehouseBusiness/outStock/index.vue

+ 6 - 6
src/views/warehouseBusiness/outStock/index.vue

@@ -3422,12 +3422,12 @@ export default {
     changefWarehouseid(row) {
       for (let corp in this.warehouseOptions) {
         if (row.fWarehouseid === this.warehouseOptions[corp].fId) {
-          // this.$set(
-          //   this.form,
-          //   "fContacts",
-          //   this.warehouseOptions[corp].createBy
-          // );
-          // this.$set(this.form, "fTel", this.warehouseOptions[corp].fTotalgross);
+          this.$set(
+            this.form,
+            "fContacts",
+            this.warehouseOptions[corp].fContacts
+          );
+          this.$set(this.form, "fTel", this.warehouseOptions[corp].fTel);
           this.fAddr = this.warehouseOptions[corp].fAddr;
         }
       }