sale-client 4.2.56 → 4.2.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1819,7 +1819,12 @@ let sellgasGen = async function (model, row) {
|
|
|
1819
1819
|
}
|
|
1820
1820
|
// 将回写表号或者用户号
|
|
1821
1821
|
model.f_meterid = row.cardInfo.Yhh ? row.cardInfo.Yhh : row.f_meterid
|
|
1822
|
-
|
|
1822
|
+
if (row.f_alias === 'TaiYuan_JE') {
|
|
1823
|
+
model.f_total_fee = (row.cardInfo.TotalMoney - 0) + (model.f_write_money - 0)
|
|
1824
|
+
model.f_write_totalfee = (row.cardInfo.TotalMoney - 0) + (model.f_write_money - 0)
|
|
1825
|
+
row.f_write_totalfee = (row.cardInfo.TotalMoney - 0)
|
|
1826
|
+
row.f_total_fee = (row.cardInfo.TotalMoney - 0)
|
|
1827
|
+
}
|
|
1823
1828
|
let cardid = row.f_card_id
|
|
1824
1829
|
if (row.f_tag) {
|
|
1825
1830
|
// 截取用户编号后四位
|