@@ -201,7 +201,8 @@
})
} else {
appDetail({
- id: onLoad.id
+ id: onLoad.id,
+ ordNo: onLoad.orderNo
}).then(res => {
this.form = res.data
this.form.orderItemsList.map(item => {
@@ -430,4 +431,4 @@
margin-bottom: 10rpx;
align-items: flex-end;
}
-</style>
+</style>