sale-client 4.2.123 → 4.2.124
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/build/dev-server.js +1 -1
- package/package.json +1 -1
- package/src/components/charge/ChargeModal.vue +1 -1
- package/src/filiale/fugou/ChargeModal.vue +1 -1
- package/src/filiale/jingyang/charge/ChargeModal.vue +1 -1
- package/src/filiale/jinhong/sale.js +1 -1
- package/src/filiale/kelai/ChargeModal.vue +1 -1
- package/src/filiale/liaoyuan/ChargeModal.vue +1 -1
- package/src/filiale/qingjian/ChargeModal.vue +1 -1
- package/src/filiale/rongcheng/ChargeModal.vue +1 -1
- package/src/filiale/rongcheng/sale.js +1 -1
- package/src/filiale/tongchuan/ChargeModal.vue +1 -1
- package/src/filiale/yangchun/ChangeMeter.vue +3 -0
- package/src/main.js +1 -1
- package/src/sale.js +1 -1
- package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/8.10/checksums/checksums.lock +0 -0
- package/.gradle/8.10/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.10/fileChanges/last-build.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.10/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
package/build/dev-server.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var path = require('path')
|
|
2
2
|
var checkVersion = require('./versionCheck.js')
|
|
3
3
|
checkVersion()
|
|
4
|
-
const [ serverRul, localUrl ] = ['http://
|
|
4
|
+
const [ serverRul, localUrl ] = ['http://121.36.106.17:31467/', 'http://121.36.106.17:31467/']
|
|
5
5
|
var merge = require('webpack-merge')
|
|
6
6
|
var baseConfig = require('./webpack.dev.conf')
|
|
7
7
|
var devConfig = {
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<p>{{warninginfo.data.msgData}}</p>
|
|
6
6
|
<div style="font-size: 15px;padding: 10px">
|
|
7
7
|
<span style="float: right">
|
|
8
|
-
<button class="button_search" v-show="!warninginfo.data.state.info" @click="operational('
|
|
8
|
+
<button class="button_search" v-show="!warninginfo.data.state.info" @click="operational('files-complete')" style="width: max-content;">完善信息</button>
|
|
9
9
|
<button class="button_search" v-show="warninginfo.data.state.blacklist&&!warninginfo.data.state.dibao" @click="operational('basic-living')" style="width: max-content;">低保续保</button>
|
|
10
10
|
<button class="button_search" v-show="warninginfo.data.state.blacklist&&!warninginfo.data.state.dibao && warninginfo.data.state.dibaoend" @click="operational('stop-basic-living')" style="width: max-content;">停止续保</button>
|
|
11
11
|
<button class="button_search" v-show="!(!warninginfo.data.state.dibao&&warninginfo.data.state.dibaoend) && warninginfo.data.state.chargeAccount" @click="success()">确认</button>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<p>{{warninginfo.data.msgData}}</p>
|
|
6
6
|
<div style="font-size: 15px;padding: 10px">
|
|
7
7
|
<span style="float: right">
|
|
8
|
-
<button class="button_search" v-show="!warninginfo.data.state.info" @click="operational('
|
|
8
|
+
<button class="button_search" v-show="!warninginfo.data.state.info" @click="operational('files-complete')" style="width: max-content;">完善信息</button>
|
|
9
9
|
<button class="button_search" v-show="warninginfo.data.state.blacklist&&!warninginfo.data.state.dibao" @click="operational('basic-living')" style="width: max-content;">低保续保</button>
|
|
10
10
|
<button class="button_search" v-show="warninginfo.data.state.blacklist&&!warninginfo.data.state.dibao && warninginfo.data.state.dibaoend" @click="operational('stop-basic-living')" style="width: max-content;">停止续保</button>
|
|
11
11
|
<button class="button_search" v-show="!(!warninginfo.data.state.dibao&&warninginfo.data.state.dibaoend) && warninginfo.data.canCharge" @click="success()">确认</button>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<p>{{ warninginfo.data.msgData }}</p>
|
|
6
6
|
<div style="font-size: 15px;padding: 10px">
|
|
7
7
|
<span style="float: right">
|
|
8
|
-
<button class="button_search" v-show="!warninginfo.data.state.info" @click="operational('
|
|
8
|
+
<button class="button_search" v-show="!warninginfo.data.state.info" @click="operational('files-complete')"
|
|
9
9
|
style="width: max-content;">完善信息</button>
|
|
10
10
|
<button class="button_search" v-show="warninginfo.data.state.blacklist&&!warninginfo.data.state.dibao"
|
|
11
11
|
@click="operational('basic-living')" style="width: max-content;">低保续保</button>
|
|
@@ -59,5 +59,5 @@ export default function () {
|
|
|
59
59
|
// 历史抄表
|
|
60
60
|
Vue.component('hand-list', (resolve) => { require(['./HandList'], resolve) })
|
|
61
61
|
// 档案完善
|
|
62
|
-
Vue.component('
|
|
62
|
+
Vue.component('files-complete', (resolve) => { require(['./FilesComplete'], resolve) })
|
|
63
63
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<p>用户号:{{row.f_userinfo_code}} 用户姓名:{{row.f_user_name}} 用户地址:{{row.f_address}}</p>
|
|
7
7
|
<div style="font-size: 15px;padding: 10px">
|
|
8
8
|
<span style="float: right">
|
|
9
|
-
<button class="button_search" v-show="!warninginfo.data.state.info" @click="operational('
|
|
9
|
+
<button class="button_search" v-show="!warninginfo.data.state.info" @click="operational('files-complete')" style="width: max-content;">完善信息</button>
|
|
10
10
|
<button class="button_search" v-show="warninginfo.data.state.blacklist&&!warninginfo.data.state.dibao" @click="operational('basic-living')" style="width: max-content;">低保续保</button>
|
|
11
11
|
<button class="button_search" v-show="warninginfo.data.state.blacklist&&!warninginfo.data.state.dibao && warninginfo.data.state.dibaoend" @click="operational('stop-basic-living')" style="width: max-content;">停止续保</button>
|
|
12
12
|
<button class="button_search" v-show="!(!warninginfo.data.state.dibao&&warninginfo.data.state.dibaoend)" @click="success()">确认</button>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<p>{{warninginfo.data.msgData}}</p>
|
|
6
6
|
<div style="font-size: 15px;padding: 10px">
|
|
7
7
|
<span style="float: right">
|
|
8
|
-
<button class="button_search" v-show="!warninginfo.data.state.info" @click="operational('
|
|
8
|
+
<button class="button_search" v-show="!warninginfo.data.state.info" @click="operational('files-complete')" style="width: max-content;">完善信息</button>
|
|
9
9
|
<button class="button_search" v-show="warninginfo.data.state.blacklist&&!warninginfo.data.state.dibao" @click="operational('basic-living')" style="width: max-content;">低保续保</button>
|
|
10
10
|
<button class="button_search" v-show="warninginfo.data.state.blacklist&&!warninginfo.data.state.dibao && warninginfo.data.state.dibaoend" @click="operational('stop-basic-living')" style="width: max-content;">停止续保</button>
|
|
11
11
|
<button class="button_search" v-show="!(!warninginfo.data.state.dibao&&warninginfo.data.state.dibaoend) && warninginfo.data.canCharge" @click="success()">确认</button>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<p>{{warninginfo.data.msgData}}</p>
|
|
6
6
|
<div style="font-size: 15px;padding: 10px">
|
|
7
7
|
<span style="float: right">
|
|
8
|
-
<button class="button_search" v-show="!warninginfo.data.state.info" @click="operational('
|
|
8
|
+
<button class="button_search" v-show="!warninginfo.data.state.info" @click="operational('files-complete')" style="width: max-content;">完善信息</button>
|
|
9
9
|
<button class="button_search" v-show="warninginfo.data.state.blacklist&&!warninginfo.data.state.dibao" @click="operational('basic-living')" style="width: max-content;">低保续保</button>
|
|
10
10
|
<button class="button_search" v-show="warninginfo.data.state.blacklist&&!warninginfo.data.state.dibao && warninginfo.data.state.dibaoend" @click="operational('stop-basic-living')" style="width: max-content;">停止续保</button>
|
|
11
11
|
<button class="button_search" v-show="!(!warninginfo.data.state.dibao&&warninginfo.data.state.dibaoend) && warninginfo.data.canCharge" @click="success()">确认</button>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<div style="width:98%;margin: auto" v-show="showInformation">
|
|
5
5
|
<div v-show="filesNotComplete" style="font-size: 15px;padding: 10px"> 用户档案信息不全,请完善
|
|
6
6
|
<span style="float: right">
|
|
7
|
-
<button class="button_search" @click="operational('
|
|
7
|
+
<button class="button_search" @click="operational('files-complete')"
|
|
8
8
|
style="width: max-content;">完善信息</button>
|
|
9
9
|
<button class="button_search" @click="close">取消</button>
|
|
10
10
|
</span>
|
|
@@ -69,7 +69,7 @@ export default function () {
|
|
|
69
69
|
// 预存收费
|
|
70
70
|
Vue.component('deposit-charge', (resolve) => { require(['./business/depositCharge/DepositCharge'], resolve) })
|
|
71
71
|
// 档案完善
|
|
72
|
-
Vue.component('
|
|
72
|
+
Vue.component('files-complete', (resolve) => { require(['./business/FilesComplete'], resolve) })
|
|
73
73
|
// 找零组件
|
|
74
74
|
Vue.component('give-change', (resolve) => { require(['./business/GiveChange'], resolve) })
|
|
75
75
|
// 换表补卡
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<p>{{warninginfo.data.msgData}}</p>
|
|
6
6
|
<div style="font-size: 15px;padding: 10px">
|
|
7
7
|
<span style="float: right">
|
|
8
|
-
<button class="button_search" v-show="!warninginfo.data.state.info" @click="operational('
|
|
8
|
+
<button class="button_search" v-show="!warninginfo.data.state.info" @click="operational('files-complete')" style="width: max-content;">完善信息</button>
|
|
9
9
|
<button class="button_search" v-show="warninginfo.data.state.blacklist&&!warninginfo.data.state.dibao" @click="operational('basic-living')" style="width: max-content;">低保续保</button>
|
|
10
10
|
<button class="button_search" v-show="warninginfo.data.state.blacklist&&!warninginfo.data.state.dibao && warninginfo.data.state.dibaoend" @click="operational('stop-basic-living')" style="width: max-content;">停止续保</button>
|
|
11
11
|
<button class="button_search" v-show="!(!warninginfo.data.state.dibao&&warninginfo.data.state.dibaoend) && warninginfo.data.canCharge" @click="success()">确认</button>
|
|
@@ -683,6 +683,9 @@ export default {
|
|
|
683
683
|
f_total_gas: row.f_total_gas,
|
|
684
684
|
f_total_fee: row.f_total_fee,
|
|
685
685
|
f_userfiles_id: row.f_userfiles_id,
|
|
686
|
+
f_userinfo_id: this.row.f_userinfo_id,
|
|
687
|
+
f_userinfo_code: this.row.f_userinfo_code,
|
|
688
|
+
f_user_type: this.row.f_user_type,
|
|
686
689
|
f_hand_date: this.$login.toStandardTimeString(),
|
|
687
690
|
f_total_usegas_amount: row.f_total_usegas_amount,
|
|
688
691
|
f_price_id: this.row.f_price_id,
|
package/src/main.js
CHANGED
|
@@ -2,7 +2,7 @@ import Vue from 'vue'
|
|
|
2
2
|
import all from 'vue-client/src/all'
|
|
3
3
|
import App from './App'
|
|
4
4
|
import system from 'system-clients/src/system'
|
|
5
|
-
import FilialeSale from './filiale/
|
|
5
|
+
import FilialeSale from './filiale/yangchun/sale'
|
|
6
6
|
import sale from './sale'
|
|
7
7
|
import address from 'address-client/src/address'
|
|
8
8
|
import ldap from 'ldap-clients/src/ldap'
|
package/src/sale.js
CHANGED
|
@@ -313,7 +313,7 @@ export default function () {
|
|
|
313
313
|
// 按户收费
|
|
314
314
|
Vue.component('charge-user-manager', (resolve) => { require(['./components/SellGasCharge/MeterChargeforUser/ChargeUserManager'], resolve) })
|
|
315
315
|
// 档案完善
|
|
316
|
-
Vue.component('
|
|
316
|
+
Vue.component('files-complete', (resolve) => { require(['./components/charge/business/FilesComplete'], resolve) })
|
|
317
317
|
// 找零组件
|
|
318
318
|
Vue.component('give-change', (resolve) => { require(['./components/charge/business/GiveChange'], resolve) })
|
|
319
319
|
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|