apply-clients 4.1.25-weinan → 4.1.26-weinan

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": "4.1.25-weinan",
3
+ "version": "4.1.26-weinan",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -340,7 +340,7 @@
340
340
  <!-- <avatar-upload :img-src.sync="row.img.content" :filename.sync="row.img.filename"></avatar-upload>-->
341
341
  <form class="form-horizontal select-overspread " style="flex: 1;">
342
342
  <div style="margin-top: 2%">
343
- <img style="margin-top: -2px;margin-left: 2px" src="../../../../../static/images/lefticon/矩形1183.png">
343
+ <img style="margin-top: -2px;margin-left: 2px" src="../../../static/images/lefticon/矩形1183.png">
344
344
  <a style="font-size: 16px;font-weight: 500;">民用点火信息</a>&nbsp;<a style="color: #999999;text-decoration: none"></a>
345
345
  </div>
346
346
  <div class="row auto" style="margin-top: 10px;margin-left: 10px;">
@@ -441,7 +441,7 @@
441
441
  <!-- <avatar-upload :img-src.sync="row.img.content" :filename.sync="row.img.filename"></avatar-upload>-->
442
442
  <form class="form-horizontal select-overspread " style="flex: 1;">
443
443
  <div style="margin-top: 2%">
444
- <img style="margin-top: -2px;margin-left: 2px" src="../../../../../static/images/lefticon/矩形1183.png">
444
+ <img style="margin-top: -2px;margin-left: 2px" src="../../../static/images/lefticon/矩形1183.png">
445
445
  <a style="font-size: 16px;font-weight: 500;">非民用点火基本信息</a>&nbsp;<a style="color: #999999;text-decoration: none"></a>
446
446
  </div>
447
447
  <div class="row auto" style="margin-top: 10px;margin-left: 10px;">
@@ -551,14 +551,12 @@
551
551
  <button type="button" class="btn btn-success" @click='confirm()'>确定</button>
552
552
  </footer>
553
553
  </modal>
554
- <apply-file-user-fire-info v-if="showFilePage" :fireinfo="fireinfo" :showFilePage="showFilePage"></apply-file-user-fire-info>
554
+ <!-- <apply-file-user-fire-info v-if="showFilePage" :fireinfo="fireinfo" :showFilePage="showFilePage"></apply-file-user-fire-info>-->
555
555
  </validator>
556
556
  </template>
557
557
  <script>
558
558
  import Vue from 'vue'
559
- import {PagedList} from 'vue-client'
560
559
  import {HttpResetClass} from 'vue-client'
561
- import {isEmpty} from '../../../Util'
562
560
 
563
561
  export default {
564
562
  title: '设备信息',
@@ -747,7 +745,7 @@ export default {
747
745
  let data = {
748
746
  fireinfo: this.fireinfo
749
747
  }
750
- let res = await http.load('POST', this.$androidUtil.getProxyUrl() +'/rs/logic/addInstallationDetailsFire', {data:data}, {
748
+ let res = await http.load('POST', this.$androidUtil.getProxyUrl() +'/rs/entity/t_userfire', this.fireinfo, {
751
749
  resolveMsg: "添加成功",
752
750
  rejectMsg: "添加失败"
753
751
  }).then((res) => {
@@ -248,8 +248,8 @@
248
248
  this.setLabelValue('气价类型', stairPrice.f_price_type)
249
249
  this.setLabelValue('用气性质', stairPrice.f_gasproperties)
250
250
  this.setLabelValue('气价', stairPrice.f_price)
251
- this.show_data.f_price_id = stairPrice.f_price_id
252
- this.show_data.f_price_name = stairPrice.f_price_name
251
+ this.selectdata.f_price_id = stairPrice.f_price_id
252
+ this.selectdata.f_price_name = stairPrice.f_price_name
253
253
  },
254
254
  // 任意select选中时触发事件
255
255
  'select_cascade'(index){