|
@@ -168,6 +168,7 @@ export default {
|
|
this.form.receiveFlag = false
|
|
this.form.receiveFlag = false
|
|
this.form.receiveDate = ''
|
|
this.form.receiveDate = ''
|
|
this.form.transportState = res.data.transportState
|
|
this.form.transportState = res.data.transportState
|
|
|
|
+ this.form.transportRemark = res.data.transportRemark
|
|
// 出库单明细
|
|
// 出库单明细
|
|
this.sendBillStockOutList = res.data.sendBillStockOutList || []
|
|
this.sendBillStockOutList = res.data.sendBillStockOutList || []
|
|
this.sendBillStockOutList.map((item, i) => {
|
|
this.sendBillStockOutList.map((item, i) => {
|