zhongtianhaoyuan 3 年之前
父节点
当前提交
ba0ebc115a
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/views/outboundManagement/weighingManagementNew.vue

+ 6 - 0
src/views/outboundManagement/weighingManagementNew.vue

@@ -889,6 +889,12 @@
         }
       },
       print() {
+        if(this.tpyeNo==2){
+          if(this.weighingList.qualityInspectionManagement.status != '已质检'){
+            this.$message.error("该条信息未质检!")
+            return
+          }
+        }
         this.weighingList.carNumber = this.weighingList.carNo
         if (this.types == 1 || this.types == 2) {
           if (!this.weighingList.contractNo) {