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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.372",
3
+ "version": "3.6.373",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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
- console.log('下发参数:', param)
929
- console.log(param.inputtor,param.inputtor===undefined)
930
- if(param.inputtor===undefined || param.inputtor===null){
931
- this.$showAlert(`抄表员为空`, 'danger', 10000)
932
- return
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数组置空