sale-client 3.5.231 → 3.5.233
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/FilesManage/FileAddressManage.vue +1 -1
- package/src/components/FilesManage/UserEssentialInfoTest.vue +1 -1
- package/src/components/FilesManage/UserGeneralInfoTest.vue +698 -698
- package/src/components/charge/ChargeOper.vue +1 -1
- package/src/components/charge/business/CardChangeFill.vue +1 -1
- package/src/components/revenue/base/leftview/otherinfo.vue +2 -2
- package/src/components/revenue/cardHandManage/cardHandManager.vue +58 -58
- package/src/components/revenue/machineHandManage/machineHandAudit.vue +21 -9
- package/src/filiale/gaomi/components/charge/ChargeOper.vue +1 -1
- package/src/filiale/gehua/CardChangeFill.vue +1 -1
- package/src/filiale/gehua/ChargeGroupList.vue +345 -345
- package/src/filiale/gehua/sale.js +103 -103
- package/src/filiale/guangxi/CardChangeFill.vue +1 -1
- package/src/filiale/guangxi/ChargeOper.vue +1 -1
- package/src/filiale/huayin/base/otherinfo.vue +2 -2
- package/src/filiale/jinjiang/CardChangeFill.vue +1 -1
- package/src/filiale/kelai/ChargeOper.vue +1 -1
- package/src/filiale/macheng/ChargeOper.vue +1 -1
- package/src/filiale/meihekou/ChargeOper.vue +1 -1
- package/src/filiale/qianneng/eticket/EticketPrint.vue +8 -6
- package/src/filiale/qianneng/revenue/ChargeOper.vue +1 -1
- package/src/filiale/rizhao/UserPriceChangeManage.vue +662 -662
- package/src/filiale/rizhao/otherinfo.vue +2 -2
- package/src/filiale/rizhao/replaceMentList.vue +1 -1
- package/src/filiale/rongcheng/FileAddressManage.vue +1 -1
- package/src/filiale/rongcheng/business/CardChangeFill.vue +1 -1
- package/src/filiale/shanggao/charge/ChargeOper.vue +1 -1
- package/src/filiale/shanxian/components/FilesManage/FileAddressList.vue +2 -2
- package/src/filiale/shaoguan/charge/ChargeOper.vue +1 -1
- package/src/filiale/tongchuan/CardChangeFill.vue +1 -1
- package/src/filiale/tongchuan/ChargeOper.vue +1 -1
- package/src/filiale/tongchuan/base/otherinfo.vue +2 -2
- package/src/filiale/wenxi/HandplanQuery.vue +1300 -1300
- package/src/filiale/yongzhongch/CardChangeFill.vue +1 -1
- package/src/filiale/yuansheng/CardChangeFill.vue +598 -0
- package/src/filiale/yuansheng/CardMeterCenter.vue +0 -1
- package/src/filiale/yuansheng/ChangeMeterAddGas.vue +561 -0
- package/src/filiale/yuansheng/DigitalCharge.vue +441 -0
- package/src/filiale/yuansheng/IOTMeterCenter.vue +2 -2
- package/src/filiale/yuansheng/MeterinfoTest.vue +991 -0
- package/src/filiale/yuansheng/NoCardMeterCenter.vue +467 -0
- package/src/filiale/yuansheng/ShowCardSellGas.vue +932 -0
- package/src/filiale/yuansheng/sale.js +11 -0
- package/src/main.js +1 -1
- package/yarn-error.log +9224 -0
- 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/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/vcs-1/gc.properties +0 -0
package/build/dev-server.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var path = require('path')
|
|
2
|
-
const [localUrl, serverRul] = ['http://
|
|
2
|
+
const [localUrl, serverRul] = ['http://61.240.138.248:8400', 'http://61.240.138.248:8400']
|
|
3
3
|
var merge = require('webpack-merge')
|
|
4
4
|
var baseConfig = require('./webpack.dev.conf')
|
|
5
5
|
var devConfig = {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<div :class="{'basic-main':!useraddressShow,'binary-left':useraddressShow}" v-show="isSelect">
|
|
4
4
|
<file-address-list @select-changed="selected" v-ref:addresslist :style="style" :select=select :company=company :f_filialeids.sync="f_filialeids"></file-address-list>
|
|
5
5
|
</div>
|
|
6
|
-
<div v-show="useraddressShow" :class="{'basic-main':!isSelect, 'binary-right': isSelect}">
|
|
6
|
+
<div v-show="useraddressShow" :class="{'basic-main':!isSelect, 'binary-right': isSelect}" style="width:60%">
|
|
7
7
|
<div class="flex">
|
|
8
8
|
<file-user-address :f_filialeids.sync="f_filialeids" :is_pecial="isSpecial" :isedit="isSelect" :row="row" v-ref:fileuseraddress></file-user-address>
|
|
9
9
|
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
</div>
|
|
206
206
|
</form>
|
|
207
207
|
</validator>
|
|
208
|
-
<modal v-if="showselectaddress" :show.sync="showselectaddress" width="
|
|
208
|
+
<modal v-if="showselectaddress" :show.sync="showselectaddress" width="70%" height="80%" title="地址信息" v-ref:modal large backdrop="false">
|
|
209
209
|
<article slot="modal-body" class="modal-body" style="height: 700px;padding: 0!important;">
|
|
210
210
|
<file-address-manage :is-select="isSelect" :fileinfo="addressinfo"
|
|
211
211
|
@address-valid="doNothing" :showselectaddress.sync="showselectaddress" v-ref:fileaddress ></file-address-manage>
|