no message

main
HUOJIN\92525 2025-04-24 16:02:05 +08:00
parent 492ba76a97
commit cbd75fa181
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,7 @@ const formRef = ref();
const formDefault = { const formDefault = {
asnId: undefined,//id asnId: undefined,//id
customerId: undefined, // customerId: undefined, //
asnNumber: undefined, //
customerNumber: undefined, // customerNumber: undefined, //
orderType: undefined,// orderType: undefined,//
status: undefined,// status: undefined,//
@ -168,6 +169,7 @@ onMounted(() => {
if (res != null && res.asnId > 0) { if (res != null && res.asnId > 0) {
form.asnId = res.asnId; form.asnId = res.asnId;
form.customerId = res.customerId; form.customerId = res.customerId;
form.asnNumber=res.asnNumber;
form.customerNumber = res.customerNumber; form.customerNumber = res.customerNumber;
form.status = res.status; form.status = res.status;
form.orderType = res.orderType; form.orderType = res.orderType;