|
|
|
@ -1524,6 +1524,10 @@ export default {
|
|
|
|
if (this.form.is_contract) {
|
|
|
|
if (this.form.is_contract) {
|
|
|
|
this.form.is_tender_audit = 1
|
|
|
|
this.form.is_tender_audit = 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (this.form.is_simple) {
|
|
|
|
|
|
|
|
this.form.is_contract = 0
|
|
|
|
|
|
|
|
this.form.is_tender_audit = 0
|
|
|
|
|
|
|
|
}
|
|
|
|
// this.form.is_contract = this.flowIds?.find(i => i.id == this.form.flow_mod_id)?.type == 2 ? 0 : 1;
|
|
|
|
// this.form.is_contract = this.flowIds?.find(i => i.id == this.form.flow_mod_id)?.type == 2 ? 0 : 1;
|
|
|
|
if (!this.form.money) {
|
|
|
|
if (!this.form.money) {
|
|
|
|
this.form.money = this.form.plan_price
|
|
|
|
this.form.money = this.form.plan_price
|
|
|
|
|