apply-clients 3.5.4-78 → 3.5.4-79
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
|
@@ -796,7 +796,7 @@ export default {
|
|
|
796
796
|
(this.selectdata.defname == '工程验收' && !isEmpty(this.selectdata.f_acceptor)) ||
|
|
797
797
|
(this.selectdata.defname == '验收审批' && !isEmpty(this.selectdata.f_prospecting_result)) ||
|
|
798
798
|
(this.selectdata.defname == '工程决算' && !isEmpty(this.selectdata.f_price_other)) ||
|
|
799
|
-
(this.selectdata.defname == '
|
|
799
|
+
(this.selectdata.defname == '收费确认' )
|
|
800
800
|
){
|
|
801
801
|
this.getbutton()
|
|
802
802
|
}
|