Commit 15db1654 authored by 高宇's avatar 高宇

Merge remote-tracking branch 'origin/project9-8' into project9-8

parents df7e6560 022dc0fc
...@@ -317,11 +317,13 @@ export default { ...@@ -317,11 +317,13 @@ export default {
approveNote: undefined, approveNote: undefined,
approveStatus: undefined, approveStatus: undefined,
jcRank: undefined, jcRank: undefined,
jcCause: undefined,
iiiId: undefined, iiiId: undefined,
standardOne: undefined, standardOne: undefined,
standardTwo: undefined, standardTwo: undefined,
limitOne: undefined, limitOne: undefined,
limitTwo: undefined, limitTwo: undefined,
limitThree: undefined,
oneJcUser: undefined, oneJcUser: undefined,
oneJcDate: undefined, oneJcDate: undefined,
twoJcUser: undefined, twoJcUser: undefined,
...@@ -498,11 +500,13 @@ export default { ...@@ -498,11 +500,13 @@ export default {
approveNote: undefined, approveNote: undefined,
approveStatus: undefined, approveStatus: undefined,
jcRank: undefined, jcRank: undefined,
jcCause: undefined,
iiiId: undefined, iiiId: undefined,
standardOne: undefined, standardOne: undefined,
standardTwo: undefined, standardTwo: undefined,
limitOne: undefined, limitOne: undefined,
limitTwo: undefined, limitTwo: undefined,
limitThree: undefined,
oneJcUser: undefined, oneJcUser: undefined,
oneJcDate: undefined, oneJcDate: undefined,
twoJcUser: undefined, twoJcUser: undefined,
...@@ -565,11 +569,13 @@ export default { ...@@ -565,11 +569,13 @@ export default {
approveNote: undefined, approveNote: undefined,
approveStatus: undefined, approveStatus: undefined,
jcRank: undefined, jcRank: undefined,
jcCause: undefined,
iiiId: undefined, iiiId: undefined,
standardOne: undefined, standardOne: undefined,
standardTwo: undefined, standardTwo: undefined,
limitOne: undefined, limitOne: undefined,
limitTwo: undefined, limitTwo: undefined,
limitThree: undefined,
oneJcUser: undefined, oneJcUser: undefined,
oneJcDate: undefined, oneJcDate: undefined,
twoJcUser: undefined, twoJcUser: undefined,
......
...@@ -841,6 +841,7 @@ export default { ...@@ -841,6 +841,7 @@ export default {
jcRank: '', jcRank: '',
jcFacadeCy: undefined, jcFacadeCy: undefined,
jcFacadeBl: undefined, jcFacadeBl: undefined,
jcCause: '',
jcResult: '1', jcResult: '1',
remarks: '', remarks: '',
approveStatus: '0' approveStatus: '0'
...@@ -860,6 +861,7 @@ export default { ...@@ -860,6 +861,7 @@ export default {
twoJcDate: undefined, twoJcDate: undefined,
limitOne: '', limitOne: '',
limitTwo: '', limitTwo: '',
limitThree: '',
businessId: undefined, businessId: undefined,
standardOne: undefined, standardOne: undefined,
standardTwo: undefined, standardTwo: undefined,
...@@ -1240,6 +1242,7 @@ export default { ...@@ -1240,6 +1242,7 @@ export default {
this.inspectInfoList.jcRank = response.data.jcRank this.inspectInfoList.jcRank = response.data.jcRank
this.inspectInfoList.jcFacadeCy = response.data.jcFacadeCy this.inspectInfoList.jcFacadeCy = response.data.jcFacadeCy
this.inspectInfoList.jcFacadeBl = response.data.jcFacadeBl this.inspectInfoList.jcFacadeBl = response.data.jcFacadeBl
this.inspectInfoList.jcCause = response.data.jcCause
this.inspectInfoList.jcResult = response.data.jcResult this.inspectInfoList.jcResult = response.data.jcResult
this.inspectInfoList.remarks = response.data.remarks this.inspectInfoList.remarks = response.data.remarks
console.log(this.inspectInfoList) console.log(this.inspectInfoList)
...@@ -1250,6 +1253,7 @@ export default { ...@@ -1250,6 +1253,7 @@ export default {
this.inspectJbAl2o3List.twoJcDate = response.data.twoJcDate this.inspectJbAl2o3List.twoJcDate = response.data.twoJcDate
this.inspectJbAl2o3List.limitOne = response.data.limitOne this.inspectJbAl2o3List.limitOne = response.data.limitOne
this.inspectJbAl2o3List.limitTwo = response.data.limitTwo this.inspectJbAl2o3List.limitTwo = response.data.limitTwo
this.inspectJbAl2o3List.limitThree = response.data.limitThree
this.inspectJbAl2o3List.businessId = response.data.businessId this.inspectJbAl2o3List.businessId = response.data.businessId
this.inspectJbAl2o3List.standardOne = response.data.standardOne this.inspectJbAl2o3List.standardOne = response.data.standardOne
this.inspectJbAl2o3List.standardTwo = response.data.standardTwo this.inspectJbAl2o3List.standardTwo = response.data.standardTwo
...@@ -1715,6 +1719,7 @@ export default { ...@@ -1715,6 +1719,7 @@ export default {
jcRank: '', jcRank: '',
jcFacadeCy: undefined, jcFacadeCy: undefined,
jcFacadeBl: undefined, jcFacadeBl: undefined,
jcCause: '',
jcResult: '1', jcResult: '1',
remarks: '', remarks: '',
approveStatus: '0' approveStatus: '0'
...@@ -1728,6 +1733,7 @@ export default { ...@@ -1728,6 +1733,7 @@ export default {
twoJcDate: undefined, twoJcDate: undefined,
limitOne: undefined, limitOne: undefined,
limitTwo: undefined, limitTwo: undefined,
limitThree: undefined,
businessId: undefined, businessId: undefined,
standardOne: undefined, standardOne: undefined,
standardTwo: undefined, standardTwo: undefined,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment