|
@@ -1361,21 +1361,21 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- check(){
|
|
|
- let that = this
|
|
|
- for(let i = 0;i < this.baseInfoForm.detailPrints.length;i++){
|
|
|
- if(!this.baseInfoForm.detailPrints[i].bulkDensityMin || !this.baseInfoForm.detailPrints[i].bulkDensityMax||!this.baseInfoForm.detailPrints[i].bulkDensityPrice){
|
|
|
- that.$message.error('请输入容重和对应区间价格!')
|
|
|
- return false
|
|
|
- }
|
|
|
+ // check(){
|
|
|
+ // let that = this
|
|
|
+ // for(let i = 0;i < this.baseInfoForm.detailPrints.length;i++){
|
|
|
+ // if(!this.baseInfoForm.detailPrints[i].bulkDensityMin || !this.baseInfoForm.detailPrints[i].bulkDensityMax||!this.baseInfoForm.detailPrints[i].bulkDensityPrice){
|
|
|
+ // that.$message.error('请输入容重和对应区间价格!')
|
|
|
+ // return false
|
|
|
+ // }
|
|
|
|
|
|
- if(Number(this.baseInfoForm.detailPrints[i].bulkDensityMin) > Number(this.baseInfoForm.detailPrints[i].bulkDensityMax)){
|
|
|
- that.$message.error('请从左到右按大到小填写容重!')
|
|
|
- return false
|
|
|
- }
|
|
|
- }
|
|
|
- return true
|
|
|
- },
|
|
|
+ // if(Number(this.baseInfoForm.detailPrints[i].bulkDensityMin) > Number(this.baseInfoForm.detailPrints[i].bulkDensityMax)){
|
|
|
+ // that.$message.error('请从左到右按大到小填写容重!')
|
|
|
+ // return false
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // return true
|
|
|
+ // },
|
|
|
//审核
|
|
|
audit(item, status, status2) {
|
|
|
posthandle({
|