huangbin 4 éve
szülő
commit
01f2ba25a1
1 módosított fájl, 5 hozzáadás és 8 törlés
  1. 5 8
      src/views/order/setup.ts

+ 5 - 8
src/views/order/setup.ts

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