优化部分页面,解决oss签名不显示的问题,更新西药名称

This commit is contained in:
2025-08-29 12:59:29 +08:00
parent ba2a601505
commit e0a41940e3
2 changed files with 6 additions and 2 deletions

View File

@@ -77,5 +77,5 @@
"enable" : false "enable" : false
}, },
"vueVersion" : "2", "vueVersion" : "2",
"sassImplementationName": "node-sass" "sassImplementationName" : "node-sass"
} }

View File

@@ -464,6 +464,10 @@
if (mParms.process_rule_note === '') { if (mParms.process_rule_note === '') {
return this.$toast('请选择委托调剂备注') return this.$toast('请选择委托调剂备注')
} }
} else {
if (mParms.process_rule_id1 === '') {
return this.$toast('请选择包法')
}
} }
// if (!mParms.deployment) { // if (!mParms.deployment) {
// uni.showModal({ // uni.showModal({