This commit is contained in:
lb
2023-03-24 16:59:28 +08:00
parent 4f6d27692e
commit 4a6f395119
2 changed files with 37 additions and 2 deletions

View File

@@ -141,8 +141,17 @@ export default function () {
label: "订单号",
options: [],
fetchData: () => this.$http.post('/pms/order/pageCom', { limit: 999, page: 1, code: '', type: 1 }),
optionLabel: 'code',
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
elparams: { filterable: true, placeholder: "请选择订单" },
autoUpdateProp: 'cate' // 改变时自动更新 cate 字段
},
{
forceDisabled: true,
prop: 'cate',
label: '订单子号',
elparams: {},
eraseOnSubmit: true
},
{
input: true,