uu
This commit is contained in:
parent
aef20b6618
commit
522f037f83
@ -234,7 +234,7 @@
|
||||
this.handleCloseModal()
|
||||
},
|
||||
handleChooseGood(val) {
|
||||
const item = this.goodsRes.list.filter(t=> t.val == val)[0]
|
||||
const item = this.goodsRes.list.concat(this.hotGoods).filter(t=> t.val == val)[0]
|
||||
this.modelInfo = {
|
||||
...this.modelInfo,
|
||||
...item
|
||||
|
||||
@ -130,7 +130,7 @@ export const getOrderModels = () => {
|
||||
prepareInBillCode: undefined, // 快递单号
|
||||
prepareInRemark: undefined, // 预入仓自定义标识
|
||||
prepareInSupplier: undefined, // 预入仓供应商
|
||||
warehouseInNo: [], // 进仓单号
|
||||
warehouseInNo: '', // 进仓单号
|
||||
goodsPics: [], // 货物图片
|
||||
customerName: '', // 客户名称
|
||||
transLineTypeName: '', // 线路名称
|
||||
|
||||
Loading…
Reference in New Issue
Block a user