Prechádzať zdrojové kódy

增加料品属性字段

jingbb 10 mesiacov pred
rodič
commit
6651c8f233

+ 6 - 0
src/views/production/mrp/modules/ProRequirements.vue

@@ -89,6 +89,12 @@
                     ellipsis: true,
 
                 },
+                {
+                    title: '料品属性',
+                    align:"center",
+                    dataIndex: 'attribute',
+                    ellipsis: true,
+                },
                 {
                     title: '仓库',
                     align:"center",

+ 6 - 0
src/views/production/mrp/modules/ProRequirementsDetail.vue

@@ -79,6 +79,12 @@
                     ellipsis: true,
 
                 },
+                {
+                    title: '料品属性',
+                    align:"center",
+                    dataIndex: 'attribute',
+                    ellipsis: true,
+                },
                 {
                     title: '仓库',
                     align:"center",

+ 6 - 0
src/views/production/mrp/modules/TraRequirements.vue

@@ -77,6 +77,12 @@
                     ellipsis: true,
 
                 },
+                {
+                    title: '料品属性',
+                    align:"center",
+                    dataIndex: 'attribute',
+                    ellipsis: true,
+                },
                 {
                     title: '转入批次',
                     align:"center",

+ 6 - 0
src/views/production/mrp/modules/TraRequirementsDeatail.vue

@@ -72,6 +72,12 @@
                     ellipsis: true,
 
                 },
+                {
+                    title: '料品属性',
+                    align:"center",
+                    dataIndex: 'attribute',
+                    ellipsis: true,
+                },
                 {
                     title: '转入批次',
                     align:"center",

+ 6 - 0
src/views/production/mrp/modules/demand.vue

@@ -90,6 +90,12 @@
                     ellipsis: true,
 
                 },
+                {
+                    title: '料品属性',
+                    align:"center",
+                    dataIndex: 'attribute',
+                    ellipsis: true,
+                },
                 {
                     title: '仓库',
                     align:"center",

+ 6 - 0
src/views/production/mrp/modules/supply.vue

@@ -85,6 +85,12 @@
                     ellipsis: true,
 
                 },
+                {
+                    title: '料品属性',
+                    align:"center",
+                    dataIndex: 'attribute',
+                    ellipsis: true,
+                },
                 {
                     title: '仓库',
                     align:"center",

+ 6 - 0
src/views/production/mrp/modules/supplyDemandBalance.vue

@@ -95,6 +95,12 @@
                     ellipsis: true,
 
                 },
+                {
+                    title: '料品属性',
+                    align:"center",
+                    dataIndex: 'attribute',
+                    ellipsis: true,
+                },
                 {
                     title: '仓库',
                     align:"center",

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

@@ -243,6 +243,12 @@
                     dataIndex: 'inventoryName',
                     ellipsis: true,
                 },
+                {
+                    title: '料品属性',
+                    align:"center",
+                    dataIndex: 'attribute',
+                    ellipsis: true,
+                },
                 {
                     title: '计量单位',
                     align:"center",

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

@@ -77,6 +77,12 @@
                     dataIndex: 'inventoryName',
                     ellipsis: true,
                 },
+                {
+                    title: '料品属性',
+                    align:"center",
+                    dataIndex: 'attribute',
+                    ellipsis: true,
+                },
                 {
                     title: '计量单位',
                     align:"center",

+ 18 - 0
src/views/production/productionTotalOrder/modules/TemporaryStorage.vue

@@ -77,6 +77,12 @@
                     dataIndex: 'inventoryName',
                     ellipsis: true,
                 },
+                {
+                    title: '料品属性',
+                    align:"center",
+                    dataIndex: 'attribute',
+                    ellipsis: true,
+                },
                 {
                     title: '成品计量单位',
                     align:"center",
@@ -101,6 +107,18 @@
                     dataIndex: 'unQuantity',
                     ellipsis: true,
                 },
+                {
+                    title: '框运费',
+                    align:"center",
+                    dataIndex: 'boxFreight',
+                    ellipsis: true,
+                },
+                {
+                    title: '扇运费',
+                    align:"center",
+                    dataIndex: 'fanFreight',
+                    ellipsis: true,
+                },
                 {
                     title: '框数量',
                     align:"center",

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

@@ -78,6 +78,12 @@
                     dataIndex: 'inventoryName',
                     ellipsis: true,
                 },
+                {
+                    title: '料品属性',
+                    align:"center",
+                    dataIndex: 'attribute',
+                    ellipsis: true,
+                },
                 {
                     title: '成品计量单位',
                     align:"center",

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

@@ -156,6 +156,12 @@
                     dataIndex: 'specs',
                     ellipsis: true,
                 },
+                {
+                    title: '料品属性',
+                    align:"center",
+                    dataIndex: 'attribute',
+                    ellipsis: true,
+                },
                 {
                     title: '型号',
                     align:"center",