Commit 4e3b41f7 authored by liuzeheng's avatar liuzeheng

补充输入时订单号传空值判断

parent 8179d773
...@@ -695,9 +695,10 @@ export default { ...@@ -695,9 +695,10 @@ export default {
}, },
/* 批量装柜 */ /* 批量装柜 */
submitBatch() { submitBatch() {
batchCreateMore({ batchCreateMore({
orderId: this.batchOrderInfo.orderId, orderId: this.batchOrderInfo.orderId,
orderNo: this.batchOrderInfo.orderNo, orderNo: this.batchOrderInfo.orderNo !=null? this.batchOrderInfo.orderNo : this.scanNumber,
pkgId: this.pkgId, pkgId: this.pkgId,
shipmentId: this.shipmentId, shipmentId: this.shipmentId,
type: 1 type: 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment