diff --git a/src/api/part/routingManagement.js b/src/api/part/routingManagement.js
index 641797e..e298783 100644
--- a/src/api/part/routingManagement.js
+++ b/src/api/part/routingManagement.js
@@ -162,4 +162,9 @@ export const routingToolEdit = data => createAPI(`/plm/routingManagement/routing
export const deleteRoutingTool = data => createAPI(`/plm/routingManagement/deleteRoutingTool`,'post',data)
-
+/**
+ * @Author Yzz
+ * @Description 工艺路线信息查询
+ * @Date 2024/10/21 10:14:35
+ **/
+export const routingAllInfoSearch = data => createAPI(`/plm/routingManagement/routingAllInfoSearch`,'post',data)
diff --git a/src/views/modules/part/partAllInfoSearch.vue b/src/views/modules/part/partAllInfoSearch.vue
index 77746a1..a92c334 100644
--- a/src/views/modules/part/partAllInfoSearch.vue
+++ b/src/views/modules/part/partAllInfoSearch.vue
@@ -126,7 +126,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 120
+ columnWidth: 100
},
{
userId: this.$store.state.user.name,
@@ -144,7 +144,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 120
+ columnWidth: 180
},
{
userId: this.$store.state.user.name,
@@ -288,7 +288,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 60
+ columnWidth: 120
},
{
userId: this.$store.state.user.name,
@@ -306,7 +306,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 80
+ columnWidth: 100
},
{
userId: this.$store.state.user.name,
@@ -342,7 +342,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 80
+ columnWidth: 100
},
{
userId: this.$store.state.user.name,
@@ -414,7 +414,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 80
+ columnWidth: 100
},
{
userId: this.$store.state.user.name,
@@ -504,7 +504,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 80
+ columnWidth: 100
},
{
userId: this.$store.state.user.name,
@@ -532,7 +532,7 @@
tableName: '物料信息表',
columnProp: 'dimQuality',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '尺寸/质量',
columnHidden: false,
columnImage: false,
@@ -540,7 +540,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 60
+ columnWidth: 80
},
{
userId: this.$store.state.user.name,
@@ -576,7 +576,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 60
+ columnWidth: 100
},
{
userId: this.$store.state.user.name,
@@ -594,7 +594,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 60
+ columnWidth: 100
},
{
userId: this.$store.state.user.name,
@@ -604,7 +604,7 @@
tableName: '物料信息表',
columnProp: 'manufacturingLeadTime',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '制造提前期',
columnHidden: false,
columnImage: false,
@@ -622,7 +622,7 @@
tableName: '物料信息表',
columnProp: 'expectedLeadTime',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '预期交货期',
columnHidden: false,
columnImage: false,
@@ -694,7 +694,7 @@
tableName: '物料信息表',
columnProp: 'durabilityDay',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '天数',
columnHidden: false,
columnImage: false,
@@ -712,7 +712,7 @@
tableName: '物料信息表',
columnProp: 'intrastatConvFactor',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '内部统计转换系数',
columnHidden: false,
columnImage: false,
@@ -720,7 +720,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 60
+ columnWidth: 120
},
{
userId: this.$store.state.user.name,
@@ -748,7 +748,7 @@
tableName: '物料信息表',
columnProp: 'estimatedMaterialCost',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '预计材料成本',
columnHidden: false,
columnImage: false,
@@ -756,7 +756,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 60
+ columnWidth: 100
},
{
userId: this.$store.state.user.name,
@@ -774,7 +774,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 100
+ columnWidth: 120
},
{
userId: this.$store.state.user.name,
@@ -792,7 +792,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 60
+ columnWidth: 80
},
{
userId: this.$store.state.user.name,
@@ -828,7 +828,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 120
+ columnWidth: 130
},
{
userId: this.$store.state.user.name,
@@ -846,7 +846,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 120
+ columnWidth: 130
},
{
userId: this.$store.state.user.name,
@@ -874,7 +874,7 @@
tableName: '物料信息表',
columnProp: 'safetyStock',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '安全库存',
columnHidden: false,
columnImage: false,
@@ -892,7 +892,7 @@
tableName: '物料信息表',
columnProp: 'minOrderQty',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '最小批量',
columnHidden: false,
columnImage: false,
@@ -910,7 +910,7 @@
tableName: '物料信息表',
columnProp: 'maxOrderQty',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '最大批量',
columnHidden: false,
columnImage: false,
@@ -928,7 +928,7 @@
tableName: '物料信息表',
columnProp: 'mulOrderQty',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '多个批量',
columnHidden: false,
columnImage: false,
@@ -946,7 +946,7 @@
tableName: '物料信息表',
columnProp: 'safetyLeadTime',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '安全提前期',
columnHidden: false,
columnImage: false,
@@ -964,7 +964,7 @@
tableName: '物料信息表',
columnProp: 'shrinkageFac',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '报废率(%)',
columnHidden: false,
columnImage: false,
@@ -982,7 +982,7 @@
tableName: '物料信息表',
columnProp: 'stdOrderQty',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '标准批量',
columnHidden: false,
columnImage: false,
@@ -1054,7 +1054,7 @@
tableName: '物料信息表',
columnProp: 'overReportTolerance',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '报告公差过大',
columnHidden: false,
columnImage: false,
@@ -1062,7 +1062,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 80
+ columnWidth: 100
},
{
userId: this.$store.state.user.name,
@@ -1072,7 +1072,7 @@
tableName: '物料信息表',
columnProp: 'density',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '密度',
columnHidden: false,
columnImage: false,
@@ -1098,7 +1098,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 60
+ columnWidth: 130
},
{
userId: this.$store.state.user.name,
@@ -1116,7 +1116,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 60
+ columnWidth: 80
},
{
userId: this.$store.state.user.name,
@@ -1134,7 +1134,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 60
+ columnWidth: 80
},
{
userId: this.$store.state.user.name,
@@ -1144,7 +1144,7 @@
tableName: '物料信息表',
columnProp: 'cumLeadTime',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '累计提前期',
columnHidden: false,
columnImage: false,
@@ -1162,7 +1162,7 @@
tableName: '物料信息表',
columnProp: 'unprotectedLeadTime',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '无保护提前期',
columnHidden: false,
columnImage: false,
@@ -1180,7 +1180,7 @@
tableName: '物料信息表',
columnProp: 'fixedLeadTimeDay',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '按日固定提前期',
columnHidden: false,
columnImage: false,
@@ -1198,7 +1198,7 @@
tableName: '物料信息表',
columnProp: 'variableLeadTimeDay',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '按天列出的可变提前期',
columnHidden: false,
columnImage: false,
@@ -1206,7 +1206,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 80
+ columnWidth: 130
},
{
userId: this.$store.state.user.name,
@@ -1216,7 +1216,7 @@
tableName: '物料信息表',
columnProp: 'fixedLeadTimeHour',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '按小时计算的固定交货时间',
columnHidden: false,
columnImage: false,
@@ -1224,7 +1224,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 120
+ columnWidth: 160
},
{
userId: this.$store.state.user.name,
@@ -1234,7 +1234,7 @@
tableName: '物料信息表',
columnProp: 'variableLeadTimeHour',
headerAlign: 'center',
- align: 'center',
+ align: 'right',
columnLabel: '按小时计算的可变提前期',
columnHidden: false,
columnImage: false,
@@ -1242,7 +1242,7 @@
sortLv: 0,
status: true,
fixed: '',
- columnWidth: 80
+ columnWidth: 150
},
{
userId: this.$store.state.user.name,
diff --git a/src/views/modules/part/routingAllInfoSearch.vue b/src/views/modules/part/routingAllInfoSearch.vue
new file mode 100644
index 0000000..c5fdd77
--- /dev/null
+++ b/src/views/modules/part/routingAllInfoSearch.vue
@@ -0,0 +1,721 @@
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+ {{ "导出" }}
+
+
+
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+
+
+
+
+