|
@@ -661,10 +661,10 @@ const baoCunXiuGai = () => {
|
|
|
data['opIdCode'] = code
|
|
|
data['opIdName'] = name
|
|
|
if (newData.decType !== oldData.decType) {
|
|
|
- changeData = `申报类型变动:原:【${getTreatmentName(oldData.decType)}】新:【${getTreatmentName(newData.decType)}】。`
|
|
|
+ changeData = `申报类型变动:原:【${getDeclarationType(oldData.decType)}】新:【${getDeclarationType(newData.decType)}】。`
|
|
|
}
|
|
|
if (newData.operation !== oldData.operation) {
|
|
|
- changeData += `治疗方式变动:原:【${getDeclarationType(oldData.operation)}】新:【${getTreatmentName(newData.operation)}】。`
|
|
|
+ changeData += `治疗方式变动:原:【${getTreatmentName(oldData.operation)}】新:【${getTreatmentName(newData.operation)}】。`
|
|
|
}
|
|
|
// 住院诊断信息
|
|
|
if (!ArrayIsEqual(oldData.diseinfo, newData.diseinfo)) {
|
|
@@ -828,11 +828,10 @@ const init = () => {
|
|
|
if (stringNotBlank(props.data.shenHeXinXi.id)) {
|
|
|
diseinfo.value = clone(props.data.newYbZyDisDiag)
|
|
|
oprninfo.value = clone(props.data.newBatjBa4)
|
|
|
+ console.log(props.data.shenHeXinXi)
|
|
|
if (stringNotBlank(props.data.shenHeXinXi.reqRemark) && props.data.shenHeXinXi.auditFlag === 0) {
|
|
|
setTimeout(() => {
|
|
|
- ElMessageBox.alert(props.data.shenHeXinXi.reqRemark, '申请备注', {
|
|
|
- type: 'warning',
|
|
|
- })
|
|
|
+ shenHeRef.value = true
|
|
|
}, 1000)
|
|
|
}
|
|
|
} else {
|