|
@@ -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 = {
|