|
@@ -418,7 +418,7 @@ option.value = Object.assign(option.value, {
|
|
|
value: "id",
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
+ /*{
|
|
|
label: "所在车间",
|
|
|
prop: "workshop",
|
|
|
width: 160,
|
|
@@ -436,17 +436,17 @@ option.value = Object.assign(option.value, {
|
|
|
overHidden: true,
|
|
|
click: ({ value, column }) => {
|
|
|
if (column.boxType) {
|
|
|
- /*if(!form.value.workshop){
|
|
|
+ /!*if(!form.value.workshop){
|
|
|
ElMessage({
|
|
|
message: "请先选择车间",
|
|
|
type: "warning",
|
|
|
});
|
|
|
return;
|
|
|
- }*/
|
|
|
+ }*!/
|
|
|
dialog3.visible = true;
|
|
|
}
|
|
|
},
|
|
|
- },
|
|
|
+ },*/
|
|
|
{
|
|
|
label: "设备位置",
|
|
|
prop: "devicePosition",
|