Commit 6c8cedbc authored by jingnan's avatar jingnan 👀

检验节点验收单号取消有值禁用操作

parent d197bda5
......@@ -333,7 +333,7 @@ export default {
this.form = this.jobResponseInTestData
},
mounted() {
if (this.jobResponseInTestData && this.jobResponseInTestData.testNo) {
if (this.jobResponseInTestData && this.jobResponseInTestData.testNo && this.jobResponseInTestData.subTypeName !== 'JobResponseInTest') {
this.subTypeNameDisabled = true
}
},
......
......@@ -834,7 +834,7 @@ export default {
this.getChemicalData(this.basicData.id)
},
mounted() {
if (this.jobResponseInTestData && this.jobResponseInTestData.testNo) {
if (this.jobResponseInTestData && this.jobResponseInTestData.testNo && this.jobResponseInTestData.subTypeName !== 'JobResponseInTest') {
this.subTypeNameDisabled = true
}
},
......
......@@ -303,7 +303,7 @@ export default {
this.form = this.jobResponseInTestData
},
mounted() {
if (this.jobResponseInTestData && this.jobResponseInTestData.testNo) {
if (this.jobResponseInTestData && this.jobResponseInTestData.testNo && this.jobResponseInTestData.subTypeName !== 'JobResponseInTest') {
this.subTypeNameDisabled = true
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment