完成合同新增创建

master
lynn 8 months ago
parent d591f28b36
commit b8f4e62356

@ -1761,7 +1761,7 @@ export default {
//
type: this.form.type,
is_plan: this.form.isBudget ? 1 : 0,
purchase_type_id: this.form.methods,
purchase_type_id: this.form.purchaseForm, // 使 purchaseForm methods
purchase_way_id: this.form.modality,
money_way_id: `${this.form.moneyWay.toString()}`,
plan_price: this.form.price,

Loading…
Cancel
Save