zx 2 years ago
parent
commit
959f59c893
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/TMS/components/importedShip/shipmentInstructions.vue

+ 3 - 3
src/views/TMS/components/importedShip/shipmentInstructions.vue

@@ -104,11 +104,11 @@ export default {
     },
     addPick() {
       if (this.shipmentInstructionList.length == 0) {
-        this.$message.warning("请勾选已下发的提货委托,方可生成提货委托书");
+        this.$message.warning("请勾选已下发的装船指令,方可生成装船通知书");
         return;
       }
-      // if (this.shipmentInstructionList.instructions != null) {
-      //   this.$message.warning("请勾选已下发的提货委托,方可生成提货委托书");
+      // if (this.shipmentInstructionList.instructions = null) {
+      //   this.$message.warning("装船通知书暂时针对");
       //   return;
       // }
       let shipmentInstructionList = {