apply-clients 3.5.5-93 → 3.5.5-95
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 +1 -1
- package/src/components/android/Process/AppServiceControl.vue +1 -1
- package/src/filiale/fugou/android/AppAddMaterialScience.vue +444 -444
- package/src/filiale/fugou/android/AppServiceControl.vue +1894 -1894
- package/src/filiale/fugou/pc/addMaterialScience.vue +481 -481
- package/src/utils/mqttConfig.js +0 -11
package/package.json
CHANGED
|
@@ -963,7 +963,7 @@ export default {
|
|
|
963
963
|
chargeBefore () {
|
|
964
964
|
if (Number(this.show_data.f_due_money) > Number(this.show_data.f_cumulative_payment_money) || Number(this.show_data.f_surplus_money) > 0) {
|
|
965
965
|
this.$showAlert('费用未结清!!!', 'warning', 3000)
|
|
966
|
-
throw
|
|
966
|
+
throw '费用未结清!!!'
|
|
967
967
|
}
|
|
968
968
|
},
|
|
969
969
|
// 施工前置
|