浏览代码

生产总订单-子表增加税率字段

jingbb 9 月之前
父节点
当前提交
5d80ce1fe3

+ 7 - 7
src/views/production/productionTotalOrder/modules/SurplusMaterials.vue

@@ -279,6 +279,12 @@
                     scopedSlots: { customRender: 'unQuantity' } ,
                     slots:{title:'unQuantityTitle'},
                 },
+                {
+                    title: '换算率',
+                    align:"center",
+                    dataIndex: 'rate',
+                    ellipsis: true,
+                },
                 {
                     title: '规格',
                     align:"center",
@@ -335,13 +341,7 @@
                     ellipsis: true,
                     scopedSlots: { customRender: 'remarks' } 
                 },
-                {
-                    title: '换算率',
-                    align:"center",
-                    dataIndex: 'rate',
-                    ellipsis: true,
-                    scopedSlots: { customRender: 'rate' } 
-                },
+                
                 {
                     title: '米重',
                     align:"center",

+ 6 - 6
src/views/production/productionTotalOrder/modules/SurplusMaterialsDetail.vue

@@ -109,6 +109,12 @@
                     dataIndex: 'unQuantity',
                     ellipsis: true,
                 },
+                {
+                    title: '换算率',
+                    align:"center",
+                    dataIndex: 'rate',
+                    ellipsis: true,
+                },
                 {
                     title: '规格',
                     align:"center",
@@ -157,12 +163,6 @@
                     dataIndex: 'remarks',
                     ellipsis: true,
                 },
-                {
-                    title: '换算率',
-                    align:"center",
-                    dataIndex: 'rate',
-                    ellipsis: true,
-                },
                 {
                     title: '米重',
                     align:"center",

+ 6 - 0
src/views/production/productionTotalOrder/modules/material.vue

@@ -272,6 +272,12 @@
                     scopedSlots: { customRender: 'unQuantity' } ,
                     slots:{title:'unQuantityTitle'},
                 },
+                {
+                    title: '税率',
+                    align:"center",
+                    dataIndex: 'rate',
+                    ellipsis: true,
+                },
                 {
                     title: '已执行辅数量',
                     align:"center",

+ 6 - 0
src/views/production/productionTotalOrder/modules/materialDetail.vue

@@ -106,6 +106,12 @@
                     dataIndex: 'unQuantity',
                     ellipsis: true,
                 },
+                {
+                    title: '税率',
+                    align:"center",
+                    dataIndex: 'rate',
+                    ellipsis: true,
+                },
                 {
                     title: '已执行辅数量',
                     align:"center",

+ 6 - 0
src/views/production/productionTotalOrder/modules/productDetails.vue

@@ -317,6 +317,12 @@
                     scopedSlots: { customRender: 'unQuantity' } ,
                     slots:{title:'unQuantityTitle'},
                 },
+                {
+                    title: '税率',
+                    align:"center",
+                    dataIndex: 'rate',
+                    ellipsis: true,
+                },
                 {
                     title: '已入库成品数量',
                     align:"center",

+ 6 - 0
src/views/production/productionTotalOrder/modules/productDetailsParticulars.vue

@@ -109,6 +109,12 @@
                     dataIndex: 'unQuantity',
                     ellipsis: true,
                 },
+                {
+                    title: '税率',
+                    align:"center",
+                    dataIndex: 'rate',
+                    ellipsis: true,
+                },
                 {
                     title: '已入库成品数量',
                     align:"center",