update
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user