sale-client 3.5.44 → 3.5.45

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.5.44",
3
+ "version": "3.5.45",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -88,7 +88,7 @@
88
88
  "style-loader": "^0.20.3",
89
89
  "system-clients": "3.2.6-1",
90
90
  "url-loader": "^0.5.7",
91
- "vue-client": "1.24.61",
91
+ "vue-client": "1.24.67",
92
92
  "vue-clipboard2": "0.3.1",
93
93
  "vue-hot-reload-api": "^1.2.0",
94
94
  "vue-html-loader": "^1.0.0",
@@ -120,15 +120,15 @@
120
120
  style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;color: #5CB95C;font-weight: bold">
121
121
  汇总信息
122
122
  </td>
123
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px">
124
- 气量合计:&emsp;{{model.sums.f_pregas}}
125
- </td>
126
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px">
127
- 金额合计:&emsp;{{model.sums.f_preamount}}
128
- </td>
129
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px">
130
- 应交合计:&emsp;{{model.sums.f_oughtfee}}
131
- </td>
123
+ <!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px">-->
124
+ <!-- 气量合计:&emsp;{{model.sums.f_pregas}}-->
125
+ <!-- </td>-->
126
+ <!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px">-->
127
+ <!-- 金额合计:&emsp;{{model.sums.f_preamount}}-->
128
+ <!-- </td>-->
129
+ <!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px">-->
130
+ <!-- 应交合计:&emsp;{{model.sums.f_oughtfee}}-->
131
+ <!-- </td>-->
132
132
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px">
133
133
  实收合计:&emsp;{{model.sums.f_collection}}
134
134
  </td>
@@ -176,7 +176,7 @@ let reprintGen = function * (self, row) {
176
176
  model: new PagedList('rs/sql/sale_ChargeQuery', 20, {}, {
177
177
  f_preamount: 0,
178
178
  f_pregas: 0,
179
- f_oughtfee :0,
179
+ f_oughtfee: 0,
180
180
  f_collection: 0
181
181
  }),
182
182
  show: false,
@@ -185,10 +185,10 @@ let reprintGen = function * (self, row) {
185
185
  label: '全部',
186
186
  value: ''
187
187
  }, ...this.$appdata.getParam('缴费状态')] : [],
188
- types: this.$appdata.getParam('收费类型') ? [{
189
- label: '全部',
190
- value: ''
191
- }, ...this.$appdata.getParam('收费类型')] : [],
188
+ types: this.$appdata.getParam('收费类型') ? [{
189
+ label: '全部',
190
+ value: ''
191
+ }, ...this.$appdata.getParam('收费类型')] : [],
192
192
  // 控制单选
193
193
  radio: [],
194
194
  // 选中的页
@@ -156,9 +156,9 @@
156
156
  <!--<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px">-->
157
157
  <!--欠费气量合计:&emsp;{{model.sums.f_totalowe_gas}}-->
158
158
  <!--</td>-->
159
- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px">
160
- 欠费金额合计:&emsp;{{model.sums.f_qianfei_fee}}
161
- </td>
159
+ <!-- <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px">-->
160
+ <!-- 欠费金额合计:&emsp;{{model.sums.f_qianfei_fee}}-->
161
+ <!-- </td>-->
162
162
  </tr>
163
163
  </table>
164
164
  </div>