소스 검색

入库作业费修改

wengyuwen 4 년 전
부모
커밋
340b44c003
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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;
     },
     /** 修改按钮操作 */