Browse Source

仓库查看明细修改

lazhaoqian 4 years ago
parent
commit
099f04ec7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Warehousing/inStock/AddOrUpdate.vue

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

@@ -7089,7 +7089,7 @@ export default {
     getForm() {
     getForm() {
       let fId = null
       let fId = null
       if (this.chiId) fId = this.chiId
       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) => {
       getWarehousebills(fId).then((response) => {
         this.TFformdata(response.data.warehousebills);
         this.TFformdata(response.data.warehousebills);
         console.log(this.copyStatus)
         console.log(this.copyStatus)