@@ -297,24 +297,24 @@ export default {
} else {
this.ruleForm = {
id: this.id,
- good_price: "10",
- nake_fee: "10",
+ good_price: "0",
+ nake_fee: "0",
wsm_code: this.sitem.wsm_code,
supplier_code: "",
supplierNo: [],
- num: "10",
+ num: "0",
expecttime: "",
- weight: "10",
- now_god_price: "10",
- teach_fee: "10",
- pakge_fee: "10",
- mark_fee: "10",
- cert_fee: "10",
- delivery_fee: "10",
- open_fee: "10",
- diff_weight: "10",
- diff_price: "10",
- remark: "10",
+ weight: "0",
+ now_god_price: "0",
+ teach_fee: "0",
+ pakge_fee: "0",
+ mark_fee: "0",
+ cert_fee: "0",
+ delivery_fee: "0",
+ open_fee: "0",
+ diff_weight: "0",
+ diff_price: "0",
+ remark: "",
};
}