瀏覽代碼

仓库基础修改

wengyuwen 4 年之前
父節點
當前提交
4c09e6b7fb
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/views/basicdata/warehouse/index.vue

+ 3 - 2
src/views/basicdata/warehouse/index.vue

@@ -459,10 +459,11 @@ export default {
       const fId = row.fId || this.ids
       getWarehouse(fId).then(response => {
         this.form = response.data['tWarehouse'];
-        this.contactList= response.data['tWarehouseArea'];
+        this.contactList = response.data['tWarehouseArea'];
         this.open = true;
         this.title = "修改仓库";
-      });
+        this.form.fCharg = this.form.fCharg == '1' ? '是' : '否'
+      })
     },
     /** 提交按钮 */
     submitForm() {