update AGV

This commit is contained in:
lb 2023-04-11 17:13:03 +08:00
父節點 2e803500e6
當前提交 86b99fba43

查看文件

@ -38,7 +38,7 @@ export default function () {
prop: "key", prop: "key",
label: "任务编码", label: "任务编码",
input: true, input: true,
default: { value: "" }, default: { value: null },
bind: { bind: {
placeholder: "请输入任务编码", placeholder: "请输入任务编码",
}, },
@ -56,7 +56,7 @@ export default function () {
value: '混料机送出', value: '混料机送出',
}, },
], ],
default: { value: '' }, default: { value: null },
// fn: () => this.$http.get("/pms/material/page", { params: { page: 1, limit: 999 } }), // fn: () => this.$http.get("/pms/material/page", { params: { page: 1, limit: 999 } }),
// fieldOptionValue: 'name', // 把料仓筛选条件的label改为展示code,而不是展示name // fieldOptionValue: 'name', // 把料仓筛选条件的label改为展示code,而不是展示name
bind: { bind: {
@ -68,8 +68,8 @@ export default function () {
prop: "eqId", prop: "eqId",
label: "目标设备", label: "目标设备",
select: [], select: [],
default: { value: "" }, default: { value: null },
fn: () => this.$http.get(), fn: () => this.$http.get('/pms/equipment/page', { params: { name: '', limit: 999, page: 1 } }),
bind: { bind: {
placeholder: "请选择目标设备", placeholder: "请选择目标设备",
filterable: true filterable: true