Browse Source

Merge commit 'a7fd9a0e3eacbb26aa7fa7daea6b25a7394198de' into HEAD

gitadmin 1 year ago
parent
commit
87b901d5a8

+ 1 - 1
src/views/chainReportData/chainSalesDetailsCountReport/list.vue

@@ -135,7 +135,7 @@ export default {
         {
           title: '轮胎',
           children: [
-            { title: 'RUNTEK', dataIndex: 'ltAmount', width: '8.4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } }
+            { title: '箭冠', dataIndex: 'ltAmount', width: '8.4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } }
           ]
         },
         {

+ 1 - 1
src/views/chainReportData/chainSalesReturnDetailReport/list.vue

@@ -129,7 +129,7 @@ export default {
         {
           title: '轮胎',
           children: [
-            { title: 'RUNTEK', dataIndex: 'ltAmount', width: '8.4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } }
+            { title: '箭冠', dataIndex: 'ltAmount', width: '8.4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } }
           ]
         },
         {

+ 1 - 1
src/views/reportData/customerSalesDetailsReport/list.vue

@@ -147,7 +147,7 @@ export default {
         {
           title: '轮胎',
           children: [
-            { title: 'RUNTEK', dataIndex: 'ltAmount', width: '8.4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } }
+            { title: '箭冠', dataIndex: 'ltAmount', width: '8.4%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } }
           ]
         },
         {