|
@@ -506,7 +506,7 @@
|
|
|
</ws-form-item>
|
|
|
|
|
|
<!--已完成发货量(吨)-->
|
|
|
- <ws-form-item
|
|
|
+ <!-- <ws-form-item
|
|
|
label="已完成发运量(吨)"
|
|
|
span="1"
|
|
|
prop="imperfectGrain"
|
|
@@ -517,7 +517,7 @@
|
|
|
maxlength="100"
|
|
|
size="small"
|
|
|
/>
|
|
|
- </ws-form-item>
|
|
|
+ </ws-form-item> -->
|
|
|
<!--双章原件回收情况-->
|
|
|
<ws-form-item label="双章原件回收情况" span="1" prop="grade">
|
|
|
<ws-select
|
|
@@ -1040,7 +1040,7 @@ export default {
|
|
|
}
|
|
|
if (!this.deptBudgetList.contractGoodsInfo.waterContent) {
|
|
|
this.$message({
|
|
|
- message: '请选择水分',
|
|
|
+ message: '请输入水分',
|
|
|
type: 'warning',
|
|
|
})
|
|
|
return
|
|
@@ -1216,26 +1216,26 @@ export default {
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if (
|
|
|
- (this.deptBudgetList.contractProcessInfo.imperfectGrain > 200000) |
|
|
|
- (this.deptBudgetList.contractProcessInfo.imperfectGrain < 0) ||
|
|
|
- (String(this.deptBudgetList.contractProcessInfo.imperfectGrain).indexOf(
|
|
|
- '.'
|
|
|
- ) != -1 &&
|
|
|
- String(this.deptBudgetList.contractProcessInfo.imperfectGrain)
|
|
|
- .length -
|
|
|
- (String(
|
|
|
- this.deptBudgetList.contractProcessInfo.imperfectGrain
|
|
|
- ).indexOf('.') +
|
|
|
- 1) >
|
|
|
- 2)
|
|
|
- ) {
|
|
|
- this.$message({
|
|
|
- message: '已完成发运量输入错误',
|
|
|
- type: 'warning',
|
|
|
- })
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (
|
|
|
+ // (this.deptBudgetList.contractProcessInfo.imperfectGrain > 200000) |
|
|
|
+ // (this.deptBudgetList.contractProcessInfo.imperfectGrain < 0) ||
|
|
|
+ // (String(this.deptBudgetList.contractProcessInfo.imperfectGrain).indexOf(
|
|
|
+ // '.'
|
|
|
+ // ) != -1 &&
|
|
|
+ // String(this.deptBudgetList.contractProcessInfo.imperfectGrain)
|
|
|
+ // .length -
|
|
|
+ // (String(
|
|
|
+ // this.deptBudgetList.contractProcessInfo.imperfectGrain
|
|
|
+ // ).indexOf('.') +
|
|
|
+ // 1) >
|
|
|
+ // 2)
|
|
|
+ // ) {
|
|
|
+ // this.$message({
|
|
|
+ // message: '已完成发运量输入错误',
|
|
|
+ // type: 'warning',
|
|
|
+ // })
|
|
|
+ // return
|
|
|
+ // }
|
|
|
if (
|
|
|
(!this.deptBudgetList.contractProcessInfo.mildewGrain > 1000000000) |
|
|
|
(this.deptBudgetList.contractProcessInfo.mildewGrain < 0) ||
|
|
@@ -1268,6 +1268,7 @@ export default {
|
|
|
|
|
|
this.deptBudgetList.compId = this.compId
|
|
|
this.deptBudgetList.contractType = 1
|
|
|
+ this.deptBudgetList.goodsType = 1
|
|
|
|
|
|
if (
|
|
|
this.deptBudgetList.deliveryProvince == '澳门特别行政区' ||
|