manage-client 4.0.81 → 4.0.82

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.0.81",
3
+ "version": "4.0.82",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -514,6 +514,7 @@
514
514
  :value-single="true"
515
515
  v-model="$parent.$parent.f_hasseal"
516
516
  :options='$parent.$parent.hasseal'
517
+ condition="f_hasseal='{}'
517
518
  close-on-select>
518
519
  </v-select>
519
520
  </div>
@@ -520,7 +520,6 @@ export default {
520
520
  'f_price_name': '气价名称',
521
521
  'f_position': '安装位置',
522
522
  'f_meter_type': '类型',
523
- 'f_hasseal': '有无铅封',
524
523
  'f_seal_number': '铅封编号',
525
524
  'f_meter_brand': '品牌',
526
525
  'f_meternumber': '表号',
@@ -0,0 +1,6 @@
1
+ export default{
2
+ //把打印需要默认选中的字段名放在config数组中
3
+ config: [
4
+ "f_userinfo_code","f_user_name","f_user_phone","f_pregas","f_preamount","f_collection","f_balance","f_curbalance","f_idnumber"
5
+ ]
6
+ }
@@ -905,8 +905,8 @@
905
905
 
906
906
  <script>
907
907
  import {HttpResetClass, PagedList} from 'vue-client'
908
- import defaultPrint from '../../components/sale/config/DefaultPrint'
909
- import exportConfig from '../../components/sale/config/exportConfig'
908
+ import defaultPrint from './DefaultPrint'
909
+ import exportConfig from './exportConfig'
910
910
  let readySomething = async function (self) {
911
911
  await self.$MagLoadParams.loadParam()
912
912
  // await self.$LoadParams.loadParam(self.f_filialeid)