管道气销售

This commit is contained in:
‘huanghaiixia’
2026-01-07 17:38:57 +08:00
parent f73ce1a9f1
commit 5184bc2ddc
14 changed files with 281 additions and 129 deletions

View File

@ -501,4 +501,11 @@
.ant-input-disabled {
color: rgb(0 0 0 / 85%) !important;
}
.ant-input[disabled] {
border: none !important;
background-color: transparent !important;
}
.page-bg-wrap .ant-form-item-label > label {
color: rgba(0, 0, 0, 0.65) !important;
}
</style>

View File

@ -108,7 +108,7 @@
}
if (btn == 'view') {
router.push({
path: '/approve/Appro/form',
path: '/approve/Appro/viewForm',
query: {
id: record.id || record.approId,
disabled: true

View File

@ -63,6 +63,7 @@
}
const handleSuccess = (val) =>{
val.forEach(v => {
v.kFactId = v.id
v.id = null
})
if (!dataList.value.length) {
@ -109,7 +110,7 @@
}
if (btn == 'view') {
router.push({
path: '/contract/ContractFact/form',
path: '/contract/ContractFact/viewForm',
query: {
id: record.id || record.approId,
disabled: true