kmkf-work-order-service-component 0.5.0-alpha.15 → 0.5.0-alpha.16

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.
@@ -144,7 +144,7 @@ var RepeatWorkOrderListModal = function RepeatWorkOrderListModal() {
144
144
  onCancel: handleCancel,
145
145
  footer: null,
146
146
  bodyStyle: {
147
- maxHeight: '300px',
147
+ maxHeight: '400px',
148
148
  overflowY: 'auto'
149
149
  },
150
150
  destroyOnClose: true,
@@ -30,7 +30,7 @@ var RepeatWorkOrderListModal = function RepeatWorkOrderListModal() {
30
30
  onCancel: handleCancel,
31
31
  footer: null,
32
32
  bodyStyle: {
33
- maxHeight: '500px',
33
+ maxHeight: '400px',
34
34
  overflowY: 'auto'
35
35
  },
36
36
  destroyOnClose: true,
@@ -128,7 +128,7 @@ var PaymentWorkOrderList = function PaymentWorkOrderList(_ref) {
128
128
  paySearch: {
129
129
  pageNo: 1,
130
130
  pageSize: 20,
131
- time: [moment().subtract(31, 'day').startOf('day'), moment().endOf('day')],
131
+ time: [moment().subtract(30, 'day').startOf('day'), moment().endOf('day')],
132
132
  workPayStatus: '',
133
133
  tid: '',
134
134
  paymentMixUk: '',
@@ -137,7 +137,7 @@ var PaymentWorkOrderList = function PaymentWorkOrderList(_ref) {
137
137
  }
138
138
  });
139
139
  form.setFieldsValue({
140
- time: [moment().subtract(31, 'day').startOf('day'), moment().endOf('day')],
140
+ time: [moment().subtract(30, 'day').startOf('day'), moment().endOf('day')],
141
141
  workPayStatus: '',
142
142
  tid: '',
143
143
  paymentMixUk: ''
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.5.0-alpha.15",
3
+ "version": "0.5.0-alpha.16",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",