apply-clients 3.4.17 → 3.4.18
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
|
@@ -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', {
|