Prechádzať zdrojové kódy

仓库查看明细修改

lazhaoqian 4 rokov pred
rodič
commit
cf961582b1

+ 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) {