This commit is contained in:
aihe 2024-05-23 00:43:38 +08:00
parent aef20b6618
commit 522f037f83
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: '', // 线路名称