apply-clients 5.0.35-ezhou-25-14 → 5.0.35-ezhou-26

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": "apply-clients",
3
- "version": "5.0.35-ezhou-25-14",
3
+ "version": "5.0.35-ezhou-26",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -171,6 +171,8 @@
171
171
  :options='printstyle'
172
172
  close-on-select clear-button>
173
173
  </v-select>
174
+ <br>
175
+ <span v-if="model.f_print[0] === '数电专票'" style="color: red; font-size: 12px">您当前选择的票据格式是数电专票,请确认</span>
174
176
  </div>
175
177
  </div>
176
178
  <div class="form-input-group col-sm-3">
@@ -4,7 +4,6 @@ let openEticketGen = async function (param, type, conf) {
4
4
  // 组织数据
5
5
  let getEticket = await Vue.resetpost('rs/logic/bjcombineData', {param: param, charge_type: type, eticket: conf}, {resolveMsg: null, rejectMsg: '获取电子票数据出错'})
6
6
  console.log('获取的电子票数据', getEticket)
7
- try{
8
7
  const openEticketParams = {
9
8
  url: '/invoice/rs/logic/getFapiao',
10
9
  params: {
@@ -16,10 +15,7 @@ let openEticketGen = async function (param, type, conf) {
16
15
  const res = await Vue.resetpost('rs/logic/callInvoicing', openEticketParams, {resolveMsg: null, rejectMsg: null})
17
16
  this.$showAlert(res.data.RETURNMESSAGE || res.data.msg || '开票失败!', res.data.CODE === '0000' ? 'success' : 'danger', 3000)
18
17
  return res
19
- }catch (e) {
20
- console.error('>>> 开票失败', e)
21
- Vue.showAlert(`电子发票开票失败,请在发票管理处重新开具`,'warning',3000)
22
- }}
18
+ }
23
19
 
24
20
  let correctEticketGen = async function (id, type, conf) {
25
21
  let param = {