|
@@ -183,7 +183,8 @@
|
|
|
ut.invoice_money as invoiceMoney,
|
|
|
ub.basis as basis,
|
|
|
ut.unit_price + ub.basis - ifnull(uta.deduction,0) + ut.unloading_fee + ut.invoice_money as unitPrice1,
|
|
|
- (ut.unit_price + ub.basis - ifnull(uta.deduction,0) + ut.unloading_fee + ut.invoice_money) * uta.net_weight as money,
|
|
|
+ (ut.unit_price + ub.basis - ifnull(uta.deduction,0) + ut.unloading_fee + ut.invoice_money)
|
|
|
+ * uta.net_weight as money,
|
|
|
(ut.unit_price + ub.basis - ifnull(uta.deduction,0) + ut.unloading_fee + ut.invoice_money) * uta.net_weight as notMoney,
|
|
|
'未付款' as payStatus,
|
|
|
null as payDate,
|