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