zx 2 년 전
부모
커밋
959f59c893
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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 = {