Browse Source

fix():bug修改

tags/PMS_V1.0.0_Alpha6
xingjx 1 year ago
parent
commit
2e28ba4f63
  1. 2
      src/components/TableModule/index.jsx
  2. 1
      src/components/TableModule/index.scss
  3. 2
      src/pages/FinancialMgm/OrderInquiry/ProductOrderInquiry/index.jsx

2
src/components/TableModule/index.jsx

@ -950,7 +950,7 @@ const TableModule = forwardRef((props, ref) => {
form.deal_time_start = moment(form.deal_time_start).format("YYYY-MM-DD HH:mm:ss");
}
}
if (exportUrl == "/api/fin/order_search/parking_card_order_list" || exportUrl == "/api/fin/order_search/staggered_parking_order_list") { //
if (exportUrl == "/api/fin/order_search/parking_card_order_list_export" || exportUrl == "/api/fin/order_search/staggered_parking_order_list_export") { //
form = {
...form,
export: 1,

1
src/components/TableModule/index.scss

@ -15,6 +15,7 @@ $color-primary: var(--color-primary);
内阴影+圆角*/
::-webkit-scrollbar-thumb {
border-radius: 4px !important;
background-color:#70798D !important;
}
.left-search {
//min-height: 500px;

2
src/pages/FinancialMgm/OrderInquiry/ProductOrderInquiry/index.jsx

@ -642,7 +642,7 @@ function ProductOrderInquiry() {
createCol(['车牌号', '车牌颜色', '手机号', '商品名称', '实付金额', '支付渠道', '支付设备', '购买渠道', '支付时间', '订单状态', '渠道流水号'],
['plate_number', 'plate_type', 'phone', 'goods_name', 'pay_amount', 'pay_channel', 'pay_device', 'buy_channel', 'pay_time', 'order_status_text', 'channel_serial_number'], 1),
carash,
resultData, '停车卡', "/api/fin/order_search/parking_card_order_list"//
resultData, '停车卡', "/api/fin/order_search/parking_card_order_list_export"//
) : null}
</Tabs.TabPane>

Loading…
Cancel
Save