Browse Source

入库作业费修改

wengyuwen 4 years ago
parent
commit
340b44c003
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/warehouseBusiness/inStock/index.vue

+ 3 - 2
src/views/warehouseBusiness/inStock/index.vue

@@ -3256,7 +3256,7 @@ export default {
           message: "请维护货权方",
           type: "warning",
         });
-      }else if(this.form.fGoodsid == undefined) {
+      }else if(this.form.fProductName == undefined) {
         this.$message({
           message: "请维护入库明细品名",
           type: "warning",
@@ -3276,7 +3276,7 @@ export default {
           message: "请维护货权方",
           type: "warning",
         });
-      }else if(this.form.fGoodsid == undefined) {
+      }else if(this.form.fProductName == undefined) {
         this.$message({
           message: "请维护入库明细品名",
           type: "warning",
@@ -3890,6 +3890,7 @@ export default {
       this.relevantAttachments = [];
       this.mum = 0;
       this.title = "入库单";
+      this.contrOl = false
       this.formBrowseStatus = false;
     },
     /** 修改按钮操作 */