Commit 658344eb authored by 李苏's avatar 李苏 💬

调整

parent c9356d10
...@@ -134,6 +134,9 @@ ...@@ -134,6 +134,9 @@
"prop": "rcdxlc", "prop": "rcdxlc",
"span": 12, "span": 12,
"type": "input", "type": "input",
typeConfig:{
placeholder:'示例:Y103、日常'
}
}, },
...@@ -370,61 +373,26 @@ ...@@ -370,61 +373,26 @@
"label": "是否为零部件遗留", "label": "是否为零部件遗留",
"prop": "sflbjyl", "prop": "sflbjyl",
"span": 12, "span": 12,
"type": "RelSelect", "type": "input",
"typeConfig": {
hasValue:false,
clearable:true,
"src": "yhlywpc/uywxx/init/istrue",
"match": {
"value": "id",
"label": "name"
}
}
}, },
{ {
"label": "溯源是否完成", "label": "溯源是否完成",
"prop": "sysfwc", "prop": "sysfwc",
"span": 12, "span": 12,
"type": "RelSelect", "type": "input",
"typeConfig": {
hasValue:false,
clearable:true,
"src": "yhlywpc/uywxx/init/istrue",
"match": {
"value": "id",
"label": "name"
}
}
}, },
{ {
"label": "是否为零部件缺失", "label": "是否为零部件缺失",
"prop": "sflbjqs", "prop": "sflbjqs",
"span": 12, "span": 12,
"type": "RelSelect", "type": "input",
"typeConfig": {
hasValue:false,
clearable:true,
"src": "yhlywpc/uywxx/init/istrue",
"match": {
"value": "id",
"label": "name"
}
}
}, },
{ {
"label": "缺失查找是否完成", "label": "缺失查找是否完成",
"prop": "qsczsfwc", "prop": "qsczsfwc",
"span": 12, "span": 12,
"type": "RelSelect", "type": "input",
"typeConfig": {
hasValue:false,
clearable:true,
"src": "yhlywpc/uywxx/init/istrue",
"match": {
"value": "id",
"label": "name"
}
}
}, },
{ {
"label": "来源位置 (什么设备掉的)", "label": "来源位置 (什么设备掉的)",
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com * @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27 * @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com * @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-06-19 13:57:11 * @LastEditTime: 2025-06-19 14:23:52
* @FilePath: /zghywpc-vue/src/views/jyfkgl/ywsjlr/index.vue * @FilePath: /zghywpc-vue/src/views/jyfkgl/ywsjlr/index.vue
--> -->
<template> <template>
...@@ -219,41 +219,25 @@ ...@@ -219,41 +219,25 @@
{ {
label: "是否为零部件遗留", label: "是否为零部件遗留",
prop: "sflbjyl", prop: "sflbjyl",
"transform": {
"url": "yhlywpc/uywxx/init/istrue",
"label": "name",
"value": "id"
},
width: 180 width: 180
}, },
{ {
label: "溯源是否完成", label: "溯源是否完成",
prop: "sysfwc", prop: "sysfwc",
"transform": {
"url": "yhlywpc/uywxx/init/istrue",
"label": "name",
"value": "id"
},
width: 120 width: 120
}, },
{ {
label: "是否为零部件缺失", label: "是否为零部件缺失",
prop: "sflbjqs", prop: "sflbjqs",
"transform": {
"url": "yhlywpc/uywxx/init/istrue",
"label": "name",
"value": "id"
},
width: 180 width: 180
}, },
{ {
label: "缺失查找是否完成", label: "缺失查找是否完成",
prop: "qsczsfwc", prop: "qsczsfwc",
"transform": {
"url": "yhlywpc/uywxx/init/istrue",
"label": "name",
"value": "id"
},
width: 180 width: 180
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment