Explorar o código

仓库查看明细修改

lazhaoqian %!s(int64=4) %!d(string=hai) anos
pai
achega
cf961582b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/Warehousing/inStock/AddOrUpdate.vue

+ 1 - 1
src/views/Warehousing/inStock/AddOrUpdate.vue

@@ -7089,7 +7089,7 @@ export default {
     getForm() {
       let fId = null
       if (this.chiId) fId = this.chiId
-      //if (this.form.fId) fId = this.form.fId
+      if (this.form.fId) fId = this.form.fId
       getWarehousebills(fId).then((response) => {
         this.TFformdata(response.data.warehousebills);
         if (!this.copyStatus || this.recordStatus === true) {