apply-clients 5.0.35-ezhou-25-19 → 5.0.35-ezhou-25-20
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
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
for (let i = 0; i < this.charges.length; i++) {
|
|
818
818
|
let saveen = this.charges[i]
|
|
819
819
|
saveen.f_project_item = this.charges[i].f_project_item[0]
|
|
820
|
-
if (saveen.f_project_item === '
|
|
820
|
+
if (saveen.f_project_item === '合同总额'){
|
|
821
821
|
this.$showMessage('收费项目必须填写!!!')
|
|
822
822
|
return
|
|
823
823
|
}
|