apply-clients 3.5.5-71 → 3.5.5-72

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": "3.5.5-71",
3
+ "version": "3.5.5-72",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -1260,6 +1260,8 @@ export default {
1260
1260
  num = 'GA'
1261
1261
  }else if (this.show_data.fields[index].value == '内投合同' ){
1262
1262
  num = 'NT'
1263
+ }else if (this.show_data.fields[index].value == '公用合同' ){
1264
+ num = 'GA'
1263
1265
  }
1264
1266
  this.setLabelValue('性质代码', num)
1265
1267
  },
@@ -1823,6 +1823,8 @@
1823
1823
  num = 'GA'
1824
1824
  }else if (this.show_data.fields[index].value == '内投合同' ){
1825
1825
  num = 'NT'
1826
+ }else if (this.show_data.fields[index].value == '公用合同' ){
1827
+ num = 'GA'
1826
1828
  }
1827
1829
  this.setLabelValue('性质代码', num)
1828
1830
  },