manage-client 4.0.2 → 4.0.3-1

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": "manage-client",
3
- "version": "4.0.2",
3
+ "version": "4.0.3-1",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -929,7 +929,8 @@
929
929
 
930
930
  footer:[],
931
931
  config: {
932
- defaultPrint: ['f_userinfo_code', 'f_user_name', 'f_pregas', 'f_collection', 'f_stairamount1', 'f_stair2amount', 'f_stair3amount','f_operate_date']
932
+ defaultPrint: ['f_userinfo_code', 'f_user_name', 'f_pregas', 'f_collection', 'f_stair1price',
933
+ 'f_operate_date', 'f_address', 'f_payment', 'f_depname', 'f_operator', 'f_operator']
933
934
  },
934
935
  //排序
935
936
  orderitem:'',
@@ -39,7 +39,7 @@
39
39
  </div>
40
40
 
41
41
  <div class="span" style="float:right;">
42
- <button class="btn button_clear" @click="$parent.$parent.batchConfirmPay()">批量确认收款</button>
42
+ <button class="btn button_clear" v-if="$login.r.includes('其他收费确认收款')" @click="$parent.$parent.batchConfirmPay()">批量确认收款</button>
43
43
  <button class="button_search button_spacing" @click="search()">查询</button>
44
44
  <button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
45
45
  <!--<button class="btn btn-default" @click="$parent.$parent.stamp()">打印</button>-->
@@ -317,7 +317,7 @@
317
317
  </template>
318
318
  <template partial='body'>
319
319
  <td style="text-align: center;"><nobr>
320
- <button class="button_search button_spacing width-60"
320
+ <button v-if="$login.r.includes('其他收费确认收款')" class="button_search button_spacing width-60"
321
321
  :class="{ 'disabled-button': row.f_audit_state === '审核通过' }"
322
322
  :disabled="row.f_audit_state === '审核通过'"
323
323
  @click.stop="$parent.$parent.$parent.confirmPay(row)">确认收款</button>
@@ -568,6 +568,7 @@
568
568
  const sql = sqlStatements.join('; ');
569
569
  const updateData = this.$resetpost('api/af-revenue/logic/runSQL', { data: { sql } }, { resolveMsg: '已确认', rejectMsg: '审核失败!!!' });
570
570
  updateData.then(() => {
571
+ this.$refs.paged.$refs.cri.model.f_audit_state =['审核通过']
571
572
  this.search();
572
573
  });
573
574
  } else if (response === 'cancel') {
package/src/main.js CHANGED
@@ -6,7 +6,7 @@ import { all } from 'vue-client'
6
6
  import { system } from 'system-clients'
7
7
  import { ldap } from 'ldap-clients'
8
8
  import saleManage from './saleManage'
9
- import ShanXianSaleManage from './filiale/shexian/sale'
9
+ import ShanXianSaleManage from './filiale/yangchun/sale'
10
10
  import ShanXianwebSaleManage from './filiale/shexian/webmeterManage'
11
11
  import webmeterManage from './webmeterManage'
12
12
  import reportManage from './reportManage'