apply-clients 5.0.35-ezhou-25-21 → 5.0.35-ezhou-25-22
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
|
@@ -728,9 +728,8 @@
|
|
|
728
728
|
this.model.f_amount_words = ''
|
|
729
729
|
} else {
|
|
730
730
|
for (let i = 0; i < this.charges.length; i++) {
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
if (saveen.f_project_item === '合同总额'){
|
|
731
|
+
const f_project_item = this.charges[i].f_project_item[0]
|
|
732
|
+
if (f_project_item === '合同总额'){
|
|
734
733
|
this.$showMessage('收费项目必须填写!!!')
|
|
735
734
|
return
|
|
736
735
|
}
|