sale-client 3.5.56 → 3.5.58
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/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/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.1/fileChanges/last-build.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.1/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/checksums/checksums.lock +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/build/dev-server.js +3 -3
- package/package.json +1 -1
- package/src/components/FilesManage/UserGeneralInfoTest.vue +1 -1
- package/src/components/FilesManageNew/FileUserFiles.vue +756 -756
- package/src/components/revenue/Common/PrintBill.vue +132 -132
- package/src/components/revenue/cancelHandplan/IotHandplanCanel.vue +83 -0
- package/src/components/revenue/changeInsurance/InsuranceList.vue +271 -271
- package/src/components/revenue/comprehen/ComprehenOperation/ChangeAccount/TransferRecords.vue +1 -1
- package/src/components/revenue/machineHandManage/machineHandAudit.vue +10 -22
- package/src/filiale/chengtou/components/FilesManage/FileUserFiles.vue +1018 -1018
- package/src/filiale/chengtou/components/FilesManage/UserGeneralInfoTest.vue +672 -672
- package/src/filiale/chengtou/plugins/FileManageService.js +388 -388
- package/src/filiale/chengtou/sale.js +11 -11
- package/src/filiale/qianneng/eticket/EticketPrint.vue +6 -8
- package/src/filiale/rongcheng/FileUserFiles.vue +881 -881
- package/src/filiale/rongcheng/MeterinfoTest.vue +611 -611
- package/src/filiale/rongcheng/UserEssentialInfoTest.vue +332 -332
- package/src/filiale/rongcheng/sale.js +101 -101
- package/src/filiale/rongchuang/MeterinfoTest.vue +752 -752
- package/src/main.js +1 -1
- package/src/plugins/FileManageService.js +389 -389
- package/src/sale.js +1135 -1133
- package/yarn-error.log +0 -9224
|
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
|
package/build/dev-server.js
CHANGED
|
@@ -10,9 +10,9 @@ var compiler = webpack(config)
|
|
|
10
10
|
|
|
11
11
|
// Define HTTP proxies to your custom API backend
|
|
12
12
|
// https://github.com/chimurai/http-proxy-middleware
|
|
13
|
-
var bendi = 'http://
|
|
13
|
+
var bendi = 'http://121.36.106.17:8400', bendi1 = 'http://121.36.106.17:8400/'
|
|
14
14
|
// 公司测试服务
|
|
15
|
-
var fuwu = 'http://
|
|
15
|
+
var fuwu = 'http://121.36.106.17:8400'
|
|
16
16
|
// var fuwu = 'http://121.36.106.17:8400/'
|
|
17
17
|
// 铜川正式
|
|
18
18
|
// var fuwu = 'http://61.134.55.234:9999/'
|
|
@@ -103,7 +103,7 @@ var proxyTable = {
|
|
|
103
103
|
'/rs': {
|
|
104
104
|
// target: 'http://192.168.30.63:8081/'
|
|
105
105
|
// target: 'http://121.36.106.17:8400/'
|
|
106
|
-
target:
|
|
106
|
+
target: 'http://127.0.0.1:8080'
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
|
package/package.json
CHANGED
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
</div>
|
|
94
94
|
<div class="row">
|
|
95
95
|
<div class="col-sm-2"></div>
|
|
96
|
-
<input v-if="fileSaveData.reason
|
|
96
|
+
<input v-if="fileSaveData.reason==='其他'" class="input_search" style="width:60%" placeholder='修改原因' v-model="fileSaveData.modifyReason"/>
|
|
97
97
|
</div>
|
|
98
98
|
</article>
|
|
99
99
|
<footer slot="modal-footer" class="modal-footer">
|