Browse Source

更改筛选单类型

qinhb 8 months ago
parent
commit
aeaffe1e50

+ 1 - 0
src/common/configs/dictDataUtil.ts

@@ -69,6 +69,7 @@ const DictDataUtil = {
     //报故追踪状态状态
     produce_type: "produce_type",
     op_group: "op_group",
+    filter_order: "filter_order",
   },
   EXPAND_FIELD_TABLE: {
     //字段类型

+ 1 - 2
src/views/base/craftManagement/routeCommon/index.vue

@@ -232,7 +232,7 @@ option.value = Object.assign(option.value, {
     {
       label: "工艺路线类型",
       prop: "processRouteType",
-      minWidth: 120,
+      width: 120,
       search: true,
       overHidden: true,
       rules: [
@@ -321,7 +321,6 @@ option.value = Object.assign(option.value, {
       prop: "created",
       addDisplay: false,
       editDisplay: false,
-      width: 150,
       overHidden: true,
     },
     {

+ 2 - 2
src/views/plan/workOrder/index.vue

@@ -679,12 +679,12 @@ option.value = Object.assign(option.value, {
       prop: "materialModel",
     },
     {
-      label: "H级筛选单",
+      label: "筛选单",
       prop: "hOrder",
       type: "select", //类型为下拉选择框
       width: 100,
       overHidden: true,
-      dicData: [{'dictLabel': '是', 'dictValue': '1'}, {'dictLabel': '否', 'dictValue': '0'}],
+      dicUrl: dictDataUtil.request_url + dictDataUtil.TYPE_CODE.filter_order,
       props: {
         label: "dictLabel",
         value: "dictValue",