|
|
@ -505,7 +505,7 @@ export const SupplierdeliverRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
|
isDetail: false, |
|
|
|
isForm: false, |
|
|
|
table: { |
|
|
|
width: 480, |
|
|
|
width: 350, |
|
|
|
fixed: 'right' |
|
|
|
}, |
|
|
|
} |
|
|
@ -1123,8 +1123,7 @@ export const SupplierdeliverRequestDetailRules = reactive({ |
|
|
|
remark: [ |
|
|
|
{ max: 50, message: '不得超过50个字符', trigger: 'blur' } |
|
|
|
], |
|
|
|
|
|
|
|
secondPackQty:[required,{ validator:validateInteger, message: '请输入正确的整数', trigger: 'blur'}] |
|
|
|
secondPackQty:[{ validator:validateInteger, message: '请输入正确的整数', trigger: 'blur'}] |
|
|
|
}) |
|
|
|
|
|
|
|
export const SupplierdeliverRequestDetailLabel = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|