加工/管输合同

This commit is contained in:
‘huanghaiixia’
2026-02-12 15:54:09 +08:00
parent efc18646d3
commit 671e15a5fc
17 changed files with 4059 additions and 6 deletions

View File

@ -62,7 +62,9 @@
curRecord.value = data.record || {}
isUpdate.value = !!data?.isUpdate;
isDisable.value = data.isDisable
if (!(curRecord.value.lngPngSettleSalesDtlList || []).length || !(curRecord.value.lngPngSettlePurDtlList || []).length) {
let isFlag = props.pageType == 'supplier' && !(curRecord.value.lngPngSettlePurDtlList || []).length
let isFlagPur = props.pageType == 'customer' && !(curRecord.value.lngPngSettleSalesDtlList || []).length
if (isFlag || isFlagPur) {
getList()
} else {
if (props.pageType == 'supplier') {