1. 26 5月, 2023 2 次提交
  2. 19 5月, 2023 1 次提交
  3. 02 4月, 2023 1 次提交
  4. 29 3月, 2023 1 次提交
  5. 28 3月, 2023 5 次提交
  6. 25 2月, 2023 1 次提交
  7. 08 2月, 2023 3 次提交
  8. 05 2月, 2023 3 次提交
  9. 28 1月, 2023 4 次提交
    • P
      wuliu: forms: WaybillForm: When there is no optional Department in... · ec4dd966
      Pzqqt 提交于
      wuliu: forms: WaybillForm: When there is no optional Department in `src_department`, an empty value is allowed to be selected
      ec4dd966
    • P
      wuliu: templates: _transport_out_table: Show some fields correctly · c91cb496
      Pzqqt 提交于
      When there is no waybill in the TransportOut, `total_cargo_num`, `total_cargo_volume`, `total_cargo_weight` should be displayed correctly.
      c91cb496
    • P
      wuliu: common: Fix wrong function doc · 68781e03
      Pzqqt 提交于
      68781e03
    • P
      wuliu: forms: CargoPricePaymentSearchForm: Fix wrong search field name · 1e0fcfce
      Pzqqt 提交于
      Exception:
      Url: /tms/finance/cargo_price_payment/manage
      Method: POST
      Post data: {'csrfmiddlewaretoken': '???', 'create_user': '', 'create_department': '', 'payee_name': '', 'status': '4', 'create_date_start': '', 'create_date_end': '', 'settle_accounts_date_start': '', 'settle_accounts_date_end': ''}
      
      Traceback (most recent call last):
        File "C:\Users\Pzqqt\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\handlers\exception.py", line 55, in inner
          response = get_response(request)
        File "C:\Users\Pzqqt\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\handlers\base.py", line 197, in _get_response
          response = wrapped_callback(request, *callback_args, **callback_kwargs)
        File "E:\Python\PPWuLiu\wuliu\common.py", line 76, in login_check
          return func(request, *args, **kwargs)
        File "E:\Python\PPWuLiu\wuliu\common.py", line 89, in perm_check
          return func(request, *args, **kwargs)
        File "E:\Python\PPWuLiu\wuliu\views.py", line 1365, in manage_cargo_price_payment
          department_payment_list = form.gen_cargo_price_payment_list_to_queryset()
        File "E:\Python\PPWuLiu\wuliu\forms.py", line 1026, in gen_cargo_price_payment_list_to_queryset
          elif form_dic["settle_accounts_start"] or form_dic["settle_accounts_end"]:
      KeyError: 'settle_accounts_start'
      1e0fcfce
  10. 20 6月, 2022 1 次提交
  11. 11 6月, 2022 1 次提交
  12. 09 6月, 2022 4 次提交
  13. 24 4月, 2022 1 次提交
  14. 18 4月, 2022 3 次提交
  15. 03 4月, 2022 4 次提交
  16. 22 3月, 2022 5 次提交