|
@@ -139,7 +139,7 @@ export default class BatchbyOneModal extends Vue {
|
|
|
// this.$message('请阅读并同意运单协议!')
|
|
|
// return
|
|
|
// }
|
|
|
- if(!this.data[this.currentOrder].tmsShipmentConsignor || !this.data[this.currentOrder].tmsUnloadingConsignor || !this.data[this.currentOrder].storeHouseId){
|
|
|
+ if(!this.data[this.currentOrder].tmsShipmentConsignor || !this.data[this.currentOrder].tmsUnloadingConsignor || !this.data[this.currentOrder].out_storeHouseId){
|
|
|
this.$message("请编辑订单信息");
|
|
|
return
|
|
|
}
|