Jelajahi Sumber

仓库查看明细修改

lazhaoqian 4 tahun lalu
induk
melakukan
cf961582b1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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) {