|
@@ -937,6 +937,16 @@ export default {
|
|
|
}
|
|
|
} else {
|
|
|
//设置产品应收款
|
|
|
+ console.log(this.fund)
|
|
|
+ if (this.fund.shouldAmount==0 && this.fund.productionType != 'STATEMENT'){
|
|
|
+ this.$notify({
|
|
|
+ title: '失败',
|
|
|
+ message: '非意见书必须设置应收款金额',
|
|
|
+ type: 'error',
|
|
|
+ duration: 2000
|
|
|
+ });
|
|
|
+ return;
|
|
|
+ }
|
|
|
this.fund.productionShouldAmount = this.fund.shouldAmount;
|
|
|
this.fund.id = this.fund.productionFundId;
|
|
|
if (this.fund.id) {
|