|
@@ -370,8 +370,10 @@
|
|
|
},
|
|
},
|
|
|
async getTableValue() {
|
|
async getTableValue() {
|
|
|
let unqualifiedProducts = this.$refs.unqualifiedProductRef.getValue();
|
|
let unqualifiedProducts = this.$refs.unqualifiedProductRef.getValue();
|
|
|
- let contentText = await this.$refs.unqualifiedHtmlRef.getValue();
|
|
|
|
|
-
|
|
|
|
|
|
|
+ let contentText = null;
|
|
|
|
|
+ if (this.businessType?.includes('不良品处置')) {
|
|
|
|
|
+ contentText = await this.$refs.unqualifiedHtmlRef.getValue();
|
|
|
|
|
+ }
|
|
|
if (unqualifiedProducts == 'isNodisposeType') {
|
|
if (unqualifiedProducts == 'isNodisposeType') {
|
|
|
return unqualifiedProducts;
|
|
return unqualifiedProducts;
|
|
|
}
|
|
}
|