Kaynağa Gözat

出库修改

wengyuwen 4 yıl önce
ebeveyn
işleme
92ecebc5c8

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

@@ -2171,6 +2171,8 @@
             <td width="200">{{ item.fTruckno }}</td>
             <td width="200">货物品名</td>
             <td width="200">{{ item.fGoodsids }}</td>
+            <td width="200">品牌</td>
+            <td width="200">{{item.fMarks}}</td>
           </tr>
           <tr>
             <td width="1400" colspan="6">&nbsp;</td>
@@ -3423,12 +3425,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].createBy
+          // );
+          // this.$set(this.form, "fTel", this.warehouseOptions[corp].fTotalgross);
           this.fAddr = this.warehouseOptions[corp].fAddr;
         }
       }