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