src/components/do/b1-material-ins-order/customs-inspection.vue
@@ -1227,7 +1227,7 @@ if (!this.addObj.type) { this.$message.error('未选择紧急程度') } else if (!this.addObj.formType) { this.$message.error('请输入来样方式') this.$message.error('请输入订单类型') } else if (!this.addObj.orderType) { this.$message.error('请选择检验类别') } else if (!this.addObj.production) { @@ -1973,7 +1973,7 @@ }, selectEnumByCategoryForSampleForm() { this.$axios.post(this.$api.enums.selectEnumByCategory, { category: "来样方式" category: "订单类型" }).then(res => { this.formType = res.data if (this.formType.length > 0) {