'!'
This commit is contained in:
@@ -2651,10 +2651,10 @@ export default {
|
||||
let ddName = ''
|
||||
let ddStatus = ''
|
||||
let ddPack = ''
|
||||
let txdID = ''
|
||||
let txdName = ''
|
||||
let txdStatus = ''
|
||||
let txdPack = ''
|
||||
// let txdID = ''
|
||||
// let txdName = ''
|
||||
// let txdStatus = ''
|
||||
// let txdPack = ''
|
||||
let jxID = ''
|
||||
let jxName = ''
|
||||
let jxStatus = ''
|
||||
@@ -2711,16 +2711,16 @@ export default {
|
||||
}
|
||||
|
||||
// txd
|
||||
let arr16 = item.StoreMaps.filter((item) => item.vendorID === 16)
|
||||
txdID = arr16.length === 0 ? '' : arr16[0].vendorStoreID
|
||||
if (arr16.length > 0) {
|
||||
txdName = arr16[0].vendorStoreName || arr16[0].storeName
|
||||
txdStatus =
|
||||
item.status === 0
|
||||
? '临时休息'
|
||||
: this.switchStatus(arr16[0].status)
|
||||
txdPack = arr16[0].pricePercentagePack || ''
|
||||
}
|
||||
// let arr16 = item.StoreMaps.filter((item) => item.vendorID === 16)
|
||||
// txdID = arr16.length === 0 ? '' : arr16[0].vendorStoreID
|
||||
// if (arr16.length > 0) {
|
||||
// txdName = arr16[0].vendorStoreName || arr16[0].storeName
|
||||
// txdStatus =
|
||||
// item.status === 0
|
||||
// ? '临时休息'
|
||||
// : this.switchStatus(arr16[0].status)
|
||||
// txdPack = arr16[0].pricePercentagePack || ''
|
||||
// }
|
||||
|
||||
// jx
|
||||
let arr9 = item.StoreMaps.filter((item) => item.vendorID === 9)
|
||||
@@ -2870,10 +2870,10 @@ export default {
|
||||
ddName,
|
||||
ddStatus,
|
||||
ddPack,
|
||||
txdID,
|
||||
txdName,
|
||||
txdStatus,
|
||||
txdPack,
|
||||
// txdID,
|
||||
// txdName,
|
||||
// txdStatus,
|
||||
// txdPack,
|
||||
jxID,
|
||||
jxName,
|
||||
jxStatus,
|
||||
|
||||
Reference in New Issue
Block a user