sale-client 3.6.372 → 3.6.373
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
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
</article>
|
|
57
57
|
<footer slot="modal-footer" class="modal-footer">
|
|
58
58
|
<button type="button" class="btn button_search"
|
|
59
|
-
:disabled="!(row.f_paper_name&&row.f_address_phone&&row.f_taxpayer_id.length>=16 && row.f_taxpayer_id.length<=18&&row.invoice_is_pax.length >0)"
|
|
59
|
+
:disabled="!(row.f_paper_name&&row.f_address_phone&&((row.f_taxpayer_id.length>=16 && row.f_taxpayer_id.length<=18) || row.f_paper_type === '数电普票')&&row.invoice_is_pax.length >0)"
|
|
60
60
|
@click='confirm'>确认收费
|
|
61
61
|
</button>
|
|
62
62
|
</footer>
|
|
@@ -924,12 +924,12 @@ export default {
|
|
|
924
924
|
}
|
|
925
925
|
if (this.downModel.downWay === 'downWithSelf') {
|
|
926
926
|
param.inputtor = this.downModel.downInputtor[0]
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
927
|
+
console.log('下发参数:', param)
|
|
928
|
+
console.log(param.inputtor,param.inputtor===undefined)
|
|
929
|
+
if(param.inputtor===undefined || param.inputtor===null){
|
|
930
|
+
this.$showAlert(`抄表员为空`, 'danger', 10000)
|
|
931
|
+
return
|
|
932
|
+
}
|
|
933
933
|
}
|
|
934
934
|
this.$resetpost('rs/logic/cardDownHand', {data: param}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
|
935
935
|
// 将缓存的未抄表ID数组置空
|