|
@@ -137,17 +137,14 @@ export const useOrderWarrant = (hasWR: 0 | 1) => {
|
|
|
}
|
|
}
|
|
|
tableColumns.splice(6, 0, obj)
|
|
tableColumns.splice(6, 0, obj)
|
|
|
}
|
|
}
|
|
|
- console.log('tableColumns', tableColumns)
|
|
|
|
|
// 挂牌方式
|
|
// 挂牌方式
|
|
|
- function getWrPriceType({ wrpricetype, isspecified, canpart }: WrOrderDetail) {
|
|
|
|
|
|
|
+ function getWrPriceType({ wrpricetype, isspecified, canbargain }: WrOrderDetail) {
|
|
|
let result = '--'
|
|
let result = '--'
|
|
|
if (isspecified) {
|
|
if (isspecified) {
|
|
|
- if (wrpricetype === 1) {
|
|
|
|
|
- if (canpart) {
|
|
|
|
|
- result = '贸易圈-可议价'
|
|
|
|
|
- } else {
|
|
|
|
|
- result = '贸易圈'
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ if (canbargain) {
|
|
|
|
|
+ result = '贸易圈-可议价'
|
|
|
|
|
+ } else {
|
|
|
|
|
+ result = '贸易圈'
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
if (wrpricetype === 1) {
|
|
if (wrpricetype === 1) {
|