Bläddra i källkod

仓库查看明细修改

lazhaoqian 4 år sedan
förälder
incheckning
099f04ec7f
1 ändrade filer med 1 tillägg och 1 borttagningar
  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);
         console.log(this.copyStatus)