|
@@ -170,10 +170,11 @@ option.value = Object.assign(option.value, {
|
|
{
|
|
{
|
|
label: "工位名称",
|
|
label: "工位名称",
|
|
prop: "stationName",
|
|
prop: "stationName",
|
|
- search: true,
|
|
|
|
|
|
+ //search: true,
|
|
|
|
+ hide: true,
|
|
display: false,
|
|
display: false,
|
|
},
|
|
},
|
|
- {
|
|
|
|
|
|
+ /*{
|
|
label: "工位名称",
|
|
label: "工位名称",
|
|
hide: true,
|
|
hide: true,
|
|
editDisabled: false,
|
|
editDisabled: false,
|
|
@@ -189,6 +190,25 @@ option.value = Object.assign(option.value, {
|
|
trigger: "blur",
|
|
trigger: "blur",
|
|
},
|
|
},
|
|
],
|
|
],
|
|
|
|
+ },*/
|
|
|
|
+ {
|
|
|
|
+ label: "工位类型",
|
|
|
|
+ prop: "stationType",
|
|
|
|
+ search: true,
|
|
|
|
+ rules: [
|
|
|
|
+ {
|
|
|
|
+ required: true,
|
|
|
|
+ message: "请选择工位类型",
|
|
|
|
+ trigger: "blur",
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ type: "select",
|
|
|
|
+ dicData: dicts.station_type,
|
|
|
|
+ filterable: true, //添加filterable属性即可启用搜索功能
|
|
|
|
+ props: {
|
|
|
|
+ label: "dictLabel", // 下拉菜单显示的字段
|
|
|
|
+ value: "dictValue", // 下拉菜单值的字段
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
label: "派工人员",
|
|
label: "派工人员",
|