sale-client 3.6.271 → 3.6.272
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/.gradle/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.4/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/package.json +2 -2
- package/src/components/revenue/comprehen/ComprehenOperation/OverCharge/OverUseCharge.vue +1 -1
- package/src/filiale/bayan/CardService.js +2237 -2226
- package/src/filiale/bayan/UnWriteCardCenter.vue +112 -0
- package/src/filiale/bayan/sale.js +15 -13
- package/src/filiale/jingyang/EticketPrint.vue +4 -2
- package/src/filiale/jingyang/EticketV4/CustQueryEticket.vue +377 -371
- package/src/filiale/jingyang/EticketV4/EticketOpenCard.vue +373 -367
- package/src/filiale/jingyang/EticketV4/EticketOpenPage.vue +392 -386
- package/src/filiale/jingyang/EticketV4/EticketRecordList.vue +1 -1
- package/src/filiale/meihekou/meterinfodetail.vue +1 -1
- package/src/filiale/rongchuang/EticketPrint.vue +457 -0
- package/src/filiale/rongchuang/bill/CustQueryEticket.vue +201 -5
- package/src/filiale/rongchuang/bill/EticketRecordList.vue +4 -3
- package/src/filiale/rongchuang/sale.js +1 -0
- package/src/filiale/tongchuan/paperaudit.vue +68 -3
- package/src/main.js +1 -1
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sale-client",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.272",
|
|
4
4
|
"description": "收费模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"examples": "^0.1.0",
|
|
22
22
|
"js-file-download": "0.4.12",
|
|
23
23
|
"less-loader": "^2.2.3",
|
|
24
|
-
"qrcodejs2": "0.0.2",
|
|
24
|
+
"qrcodejs2": "^0.0.2",
|
|
25
25
|
"vue": "^1.0.17",
|
|
26
26
|
"webpack-dev-server": "^2.11.5",
|
|
27
27
|
"vue-client": "1.24.146",
|
|
@@ -154,7 +154,7 @@ let getOverUseGen = async function (self) {
|
|
|
154
154
|
self.hasValidateBill = self.config.hasBillManage
|
|
155
155
|
|
|
156
156
|
self.model = Object.assign({}, self.model, self.row)
|
|
157
|
-
|
|
157
|
+
self.model.f_comments = ''
|
|
158
158
|
// 获取单价(阶梯使用一阶, 固定直接是固定)
|
|
159
159
|
let res = await self.$CommonService.feeCalculate(self.model, 0)
|
|
160
160
|
if (self.row.f_price_type == '固定气价') {
|