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
|
@@ -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(
|
|
864
|
+
await this.$showMessage(`录入旧表底数小于系统旧表底数请再次核对!`, ['confirm', 'cancel']).then((res) => {
|
|
865
865
|
if (res === 'confirm') {
|
|
866
866
|
} else {
|
|
867
867
|
this.model.f_using_base_old = ''
|