Explorar el Código

'报价管理'

zhujun hace 2 años
padre
commit
15648a588f
Se han modificado 1 ficheros con 26 adiciones y 89 borrados
  1. 26 89
      src/views/saleManage/quotation/index.vue

+ 26 - 89
src/views/saleManage/quotation/index.vue

@@ -130,46 +130,6 @@ export default {
             showOverflowTooltip: true,
             minWidth: 200
           },
-         
-          {
-            prop: 'contactTel',
-            label: '询价方联系电话',
-            align: 'center',
-            showOverflowTooltip: true,
-            minWidth: 140
-          },
-          {
-            prop: 'acceptUnpack',
-            label: '是否接受拆单',
-            align: 'center',
-            showOverflowTooltip: true,
-            minWidth: 200,
-            formatter: (_row, _column, cellValue) => {
-              return _row.status === 1 ? '接受' : '不接受';
-            }
-          },
-          {
-            prop: 'contactAddress',
-            label: '询价方地址',
-            align: 'center',
-            showOverflowTooltip: true,
-            minWidth: 200
-          },
-         
-          {
-            prop: 'contactEmail',
-            label: '询价方email',
-            align: 'center',
-            showOverflowTooltip: true,
-            minWidth: 180
-          },
-          {
-            prop: 'contactFax',
-            label: '询价方传真',
-            align: 'center',
-            showOverflowTooltip: true,
-            minWidth: 100
-          },
           {
             prop: 'contactLinkName',
             label: '询价方联系人',
@@ -178,50 +138,19 @@ export default {
             minWidth: 140
           },
           {
-            prop: 'createTime',
-            label: '创建时间',
-            align: 'center',
-            showOverflowTooltip: true,
-            minWidth: 100,
-            formatter: (_row, _column, cellValue) => {
-              return this.$util.toDateString(cellValue);
-            }
-          },
-          {
-            prop: 'deliveryDate',
-            label: '交货日期',
-            align: 'center',
-            showOverflowTooltip: true,
-            minWidth: 100
-          },
-          {
-            prop: 'payWayName',
-            label: '付款方式',
+            prop: 'contactTel',
+            label: '询价方联系电话',
             align: 'center',
             showOverflowTooltip: true,
-            minWidth: 100
+            minWidth: 140
           },
           {
-            prop: 'quoteAddress',
-            label: '报价方地址',
+            prop: 'quoteName',
+            label: '报价方名称',
             align: 'center',
             showOverflowTooltip: true,
             minWidth: 200
           },
-          {
-            prop: 'quoteEmail',
-            label: '报价方email',
-            align: 'center',
-            showOverflowTooltip: true,
-            minWidth: 180
-          },
-          {
-            prop: 'quoteFax',
-            label: '报价方传真',
-            align: 'center',
-            showOverflowTooltip: true,
-            minWidth: 140
-          },
           {
             prop: 'quoteLinkName',
             label: '报价方联系人',
@@ -229,13 +158,7 @@ export default {
             showOverflowTooltip: true,
             minWidth: 140
           },
-          {
-            prop: 'quoteName',
-            label: '报价方名称',
-            align: 'center',
-            showOverflowTooltip: true,
-            minWidth: 200
-          },
+          
           {
             prop: 'quoteTel',
             label: '报价方联系电话',
@@ -244,25 +167,29 @@ export default {
             minWidth: 140
           },
           {
-            prop: 'reviewerName',
-            label: '审核人名称',
+            prop: 'deliveryDate',
+            label: '交货日期',
             align: 'center',
             showOverflowTooltip: true,
-            minWidth: 140
+            minWidth: 100
           },
           {
-            prop: 'reviewerTime',
-            label: '审核时间',
+            prop: 'payWayName',
+            label: '付款方式',
             align: 'center',
             showOverflowTooltip: true,
             minWidth: 100
           },
+        
           {
             prop: 'taxRate',
             label: '税率',
             align: 'center',
             showOverflowTooltip: true,
-            minWidth: 140
+            minWidth: 140,
+            formatter: (_row, _column, cellValue) => {
+              return _row.taxRate+'%'
+            }
           },
           {
             prop: 'totalPrice',
@@ -281,6 +208,16 @@ export default {
               return reviewStatus[_row.status];
             }
           },
+          {
+            prop: 'createTime',
+            label: '创建时间',
+            align: 'center',
+            showOverflowTooltip: true,
+            minWidth: 170,
+            formatter: (_row, _column, cellValue) => {
+              return this.$util.toDateString(cellValue);
+            }
+          },
           {
             columnKey: 'action',
             label: '操作',