领料出库时间设置为预领时间

This commit is contained in:
hongchao 2025-07-08 09:53:52 +08:00
parent f3cde48afb
commit 74f01a0594
1 changed files with 1 additions and 1 deletions

View File

@ -799,7 +799,7 @@ export default {
this.dialogQuery.id = row.id
this.leaseType = row.leaseType
this.resetDialogQuery()
this.timeTemp = row.createTimes
this.timeTemp = row.estimateLeaseTime
// this.getDialogList()
},