manage-client 4.1.90-linshi-dexin → 4.1.91

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": "manage-client",
3
- "version": "4.1.90-linshi-dexin",
3
+ "version": "4.1.91",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -242,7 +242,7 @@
242
242
  </template>
243
243
  <template partial='body' partial='list'>
244
244
  <tr >
245
- <td style="text-align: left;"><nobr> <span @click="$parent.$parent.showmsg(row)"><a>{{row.f_userinfo_code}}</a></span></nobr></td>
245
+ <td style="text-align: left;"><nobr> {{row.f_userinfo_code}}</nobr></td>
246
246
  <td style="text-align: left;"><nobr>{{row.f_user_name}}</nobr></td>
247
247
  <td style="text-align: left;"><nobr>{{row.f_residential_area}}</nobr></td>
248
248
  <td style="text-align: left;"><nobr>{{row.f_address}}</nobr></td>
@@ -1906,6 +1906,7 @@ export default {
1906
1906
  'f_gasproperties': '用气性质',
1907
1907
  'f_last_gas': '期初余量',
1908
1908
  'f_last_balance': '期初余额',
1909
+ 'f_last_balance_gongshi': '期初余额【公式】',
1909
1910
  'f_last_tablebase': '起方',
1910
1911
  'f_last_shengyu_gas': '起方(液晶)',
1911
1912
  'f_tablebase': '止方',
@@ -1918,6 +1919,8 @@ export default {
1918
1919
  'f_collection': '期间充值金额',
1919
1920
  'f_bq_f_pregas': '期间补气量',
1920
1921
  'f_bq_preamount': '期间补气金额',
1922
+ 'f_hbbq_f_pregas': '期间换表补气量',
1923
+ 'f_hbbq_preamount': '期间换表补气金额',
1921
1924
  'f_remain_gas': '期末余量',
1922
1925
  'f_remain_curbalance': '期末余额',
1923
1926
  'f_remain_stair1price': '一阶剩余单价',