sale-client 4.2.20 → 4.2.21

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": "4.2.20",
3
+ "version": "4.2.21",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -861,7 +861,7 @@ export default {
861
861
  },
862
862
  async pregasChange () {
863
863
  if (parseInt(this.model.f_using_base_old) < parseInt(this.row.f_meter_base)) {
864
- await this.$showMessage(`录入旧表底数小于系统就表底数请再次核对!`, ['confirm', 'cancel']).then((res) => {
864
+ await this.$showMessage(`录入旧表底数小于系统旧表底数请再次核对!`, ['confirm', 'cancel']).then((res) => {
865
865
  if (res === 'confirm') {
866
866
  } else {
867
867
  this.model.f_using_base_old = ''