apply-clients 3.4.17 → 3.4.19

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.
@@ -0,0 +1,8 @@
1
+ import Vue from 'vue'
2
+
3
+ let specialComp = {
4
+ 'exploration-select': (resolve) => { require(['./pc/ExplorationSelect'], resolve) },
5
+ 'service-control': (resolve) => { require(['./pc/ServiceControl'], resolve) }
6
+
7
+ }
8
+ exports.specialComp = specialComp
@@ -66,7 +66,7 @@
66
66
  },
67
67
  async ceshi(){
68
68
  for (let i = 0; i < this.show_data.fields.length; i++) {
69
- if (this.show_data.fields[i].label === '合同编号') {
69
+ if (this.show_data.defname==='报装申请' && this.show_data.fields[i].label === '合同编号') {
70
70
  debugger
71
71
  let http2 = new HttpResetClass()
72
72
  let applyNum = await http2.load('POST', 'rs/logic/getProjectNo', {
package/src/main.js CHANGED
@@ -11,7 +11,7 @@ import apply from './apply'
11
11
  // import applyAndroid from './applyAndroid'
12
12
 
13
13
  all()
14
- apply('guangxi')
14
+ apply('gehua')
15
15
  // applyAndroid('guangxi')
16
16
  ldap()
17
17
  sale()