sale-client 3.4.194 → 3.4.195
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
|
@@ -540,7 +540,7 @@
|
|
|
540
540
|
return
|
|
541
541
|
}
|
|
542
542
|
if (self.cardInfo.Factory === 'SiDaTe' && self.cardInfo.ljgql != getUser.data[0].f_write_totalgas){
|
|
543
|
-
self.$showMessage(
|
|
543
|
+
self.$showMessage(`该表卡上累购气量(${self.cardInfo.ljgql})与系统累购气量(${getUser.data[0].f_write_totalgas})不一致,是否使用卡上累购气量更新系统?`, ['confirm', 'cancel']).then((res) => {
|
|
544
544
|
if (res == 'confirm') {
|
|
545
545
|
getUser.data[0].f_write_totalgas = self.cardInfo.ljgql
|
|
546
546
|
} else {
|