Explorar o código

仓库基础修改

wengyuwen %!s(int64=4) %!d(string=hai) anos
pai
achega
4c09e6b7fb
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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() {