前端最新版本同步

This commit is contained in:
Zhang.WH
2025-09-25 10:36:07 +08:00
parent a3a06d6f3c
commit 1276dc4adb
117 changed files with 11964 additions and 2466 deletions

View File

@@ -790,6 +790,7 @@ function getTransferProductDetails() {
data.isEdit = true;
getTransferProductDetail(receiptHeaderForm.busNo).then((res) => {
form.purchaseinventoryList = res.data;
receiptHeaderForm.occurrenceTime = formatDate(res.data[0].occurrenceTime)
form.purchaseinventoryList.map((e, index) => {
form.purchaseinventoryList[index].statusMaxvalue = false;
e.volume = e.totalVolume;

View File

@@ -826,6 +826,7 @@ function getTransferProductDetails() {
if (route.query.supplyBusNo) {
getTHTransferProductDetail(receiptHeaderForm.busNo).then((res) => {
form.purchaseinventoryList = res.data;
receiptHeaderForm.occurrenceTime = formatDate(res.data[0].occurrenceTime)
form.purchaseinventoryList.map((e, index) => {
e.isSave = true;
form.purchaseinventoryList[index].statusMaxvalue = false;