|
|
@ -553,7 +553,6 @@ const MerchantInfo = (props) => { |
|
|
|
var zhiMiniFormValue = {} |
|
|
|
var weiPayFrom2Value = {} |
|
|
|
var weiMiniForm2Value = {} |
|
|
|
systemForm的处理 |
|
|
|
await systemForm.validateFields().then(async (value) => { |
|
|
|
var start = moment(value.last_time[0]?._d).format('YYYY-MM-DD HH:mm:ss') |
|
|
|
var end = moment(value.last_time[1]?._d).format('YYYY-MM-DD HH:mm:ss') |
|
|
@ -760,7 +759,7 @@ const MerchantInfo = (props) => { |
|
|
|
sort_percent: res?.data?.sort_percent || "", |
|
|
|
sort_cycle: res?.data?.sort_cycle || "", |
|
|
|
sell_rate: res?.data?.sell_rate || "", |
|
|
|
charge_type: res?.data?.charge_type || "", |
|
|
|
charge_type: res?.data?.charge_type || null, |
|
|
|
sell_cycle: res?.data?.sell_cycle || "", |
|
|
|
}) |
|
|
|
} else if (res?.data?.pay_type == 2) { |
|
|
|