sale-client 3.6.452 → 3.6.453
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": "sale-client",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.453",
|
|
4
4
|
"description": "收费模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"karma-sourcemap-loader": "^0.3.7",
|
|
76
76
|
"karma-spec-reporter": "0.0.31",
|
|
77
77
|
"karma-webpack": "^2.0.2",
|
|
78
|
-
"ldap-clients": "3.0.
|
|
78
|
+
"ldap-clients": "3.0.60",
|
|
79
79
|
"less": "^2.7.3",
|
|
80
80
|
"manage-client": "3.1.8-88",
|
|
81
81
|
"mkdirp": "^0.5.1",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"sinon-chai": "^2.8.0",
|
|
91
91
|
"style": "0.0.3",
|
|
92
92
|
"style-loader": "^0.20.3",
|
|
93
|
-
"system-clients": "3.
|
|
93
|
+
"system-clients": "3.2.87",
|
|
94
94
|
"url-loader": "^0.5.7",
|
|
95
95
|
"vue-clipboard2": "0.3.1",
|
|
96
96
|
"vue-hot-reload-api": "^1.2.0",
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
}
|
|
538
538
|
row.f_user_id = row.f_user_id + ''
|
|
539
539
|
// 余气量=累购-(本期指数-表初始指数)
|
|
540
|
-
row.f_shengyu_gas = (row.f_total_gas - (row.f_tablebase - row.f_initial_base)).toFixed(2)
|
|
540
|
+
// row.f_shengyu_gas = (row.f_total_gas - (row.f_tablebase - row.f_initial_base)).toFixed(2)
|
|
541
541
|
console.log('录入完毕。。', row)
|
|
542
542
|
param.push(row)
|
|
543
543
|
}
|