apply-clients 3.4.2 → 3.4.3

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.
Files changed (85) hide show
  1. package/android.html +23 -23
  2. package/build/dev-server.js +119 -119
  3. package/build/webpack.base.conf.js +2 -1
  4. package/build/webpack.dev.conf.js +12 -0
  5. package/dingding.html +23 -0
  6. package/index.html +33 -33
  7. package/package.json +2 -1
  8. package/src/AndroidApp.vue +35 -35
  9. package/src/DingDingApp.vue +51 -0
  10. package/src/android.js +21 -21
  11. package/src/apply.js +7 -1
  12. package/src/applyAndroid.js +32 -32
  13. package/src/applyDingDing.js +12 -0
  14. package/src/components/android/AppOnetomany.vue +301 -301
  15. package/src/components/android/AppServiceView.vue +566 -566
  16. package/src/components/android/AppSign.vue +142 -142
  17. package/src/components/android/AppTakePic.vue +143 -143
  18. package/src/components/android/Process/AppExplorationUser.vue +320 -320
  19. package/src/components/android/Process/AppServiceControl.vue +757 -757
  20. package/src/components/android/Process/Processes/AppInstallationDetails.vue +456 -456
  21. package/src/components/android/ProgressReport/ProgressReportDetail.vue +64 -64
  22. package/src/components/android/Supervisory/AppSupervisoryCart.vue +121 -121
  23. package/src/components/android/TaskGraph.vue +125 -125
  24. package/src/components/product/Business/BusinessApply.vue +269 -0
  25. package/src/components/product/Business/CivilApply.vue +269 -0
  26. package/src/components/product/Function/InstallFunction.vue +131 -125
  27. package/src/components/product/Function/InstallInfoSelect.vue +300 -292
  28. package/src/components/product/Function/Service/FunctionServiceControl.vue +420 -222
  29. package/src/components/product/GroupByApply/ApplyGroupByList.vue +253 -0
  30. package/src/components/product/GroupByApply/ApplyGroupByMain.vue +53 -0
  31. package/src/components/product/GroupByApply/ApplyGroupByPaper.vue +376 -0
  32. package/src/components/product/Material/MaterialDetailed.vue +262 -0
  33. package/src/components/product/Onetomany.vue +377 -377
  34. package/src/components/product/Print/BuildOrder/buildOrderList.vue +339 -0
  35. package/src/components/product/Print/BuildOrder/printBuildOrder.vue +157 -0
  36. package/src/components/product/Print/IgnitionBill/IgnitionBill.vue +259 -0
  37. package/src/components/product/Print/IgnitionBill/printIgnitionBill.vue +168 -0
  38. package/src/components/product/Process/ExplorationSelect.vue +7 -0
  39. package/src/components/product/Process/ExplorationUser.vue +138 -138
  40. package/src/components/product/Process/Processes/InstallationDetails.vue +592 -592
  41. package/src/components/product/Process/Processes/Print/printCharge.vue +142 -142
  42. package/src/components/product/Process/Processes/addressAndUserinfoManagement.vue +207 -207
  43. package/src/components/product/Process/Processes/chargeManagement.vue +638 -639
  44. package/src/components/product/Process/Service/ServiceControl.vue +10 -10
  45. package/src/components/product/Process/Service/ShowBackReason.vue +33 -33
  46. package/src/components/product/ServiceView.vue +631 -631
  47. package/src/components/product/Stop/StopApply.vue +105 -103
  48. package/src/components/product/Stop/StopApplyList.vue +269 -269
  49. package/src/components/product/Supervisory/Service/SupervisoryServiceControl.vue +186 -186
  50. package/src/components/product/Supervisory/SupervisoryControl.vue +100 -100
  51. package/src/components/product/Supervisory/SupervisoryList.vue +233 -233
  52. package/src/components/product/Supervisory/SupervisoryhCart.vue +107 -107
  53. package/src/components/product/VueUtils/ApplyUpload.vue +273 -273
  54. package/src/components/product/VueUtils/HighMeter.vue +208 -208
  55. package/src/dingding.js +19 -0
  56. package/src/expandcssAndroid.less +1034 -1034
  57. package/src/filiale/yuchuan/android/Process/AppServiceControl.vue +735 -731
  58. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetails.vue +824 -824
  59. package/src/filiale/yuchuan/android/Process/Processes/AppInstallationDetailsCivil.vue +650 -650
  60. package/src/filiale/yuchuan/android/Sign/AppSignTask.vue +182 -182
  61. package/src/filiale/yuchuan/android/Sign/BuildSign.vue +50 -50
  62. package/src/filiale/yuchuan/android/Sign/ConstructSign.vue +50 -50
  63. package/src/filiale/yuchuan/android/Sign/DesignSign.vue +50 -50
  64. package/src/filiale/yuchuan/android/Sign/SupervisorSign.vue +50 -50
  65. package/src/filiale/yuchuan/android/Task/Build/BuildTsak.vue +60 -60
  66. package/src/filiale/yuchuan/android/Task/Survey/SurveyTsak.vue +60 -60
  67. package/src/filiale/yuchuan/android.js +14 -14
  68. package/src/filiale/yuchuan/pc/Order/OrderApply.vue +528 -528
  69. package/src/filiale/yuchuan/pc/Order/OrderApplyList.vue +343 -343
  70. package/src/filiale/yuchuan/pc/Print/BuildOrder/buildOrderList.vue +264 -0
  71. package/src/filiale/yuchuan/pc/Print/BuildOrder/printBuildOrder.vue +152 -0
  72. package/src/filiale/yuchuan/pc/Process/ExplorationUser.vue +149 -149
  73. package/src/filiale/yuchuan/pc/Process/Processes/ApplyMapCom.vue +67 -67
  74. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetails.vue +809 -809
  75. package/src/filiale/yuchuan/pc/Process/Processes/InstallationDetailsCivil.vue +595 -595
  76. package/src/filiale/yuchuan/pc/Process/Processes/Print/printCharge.vue +125 -0
  77. package/src/filiale/yuchuan/pc/Process/Processes/chargeManagement.vue +621 -470
  78. package/src/filiale/yuchuan/pc/Process/Service/ServiceControl.vue +1108 -1074
  79. package/src/filiale/yuchuan/pc/Sign/SignRecord.vue +24 -0
  80. package/src/filiale/yuchuan/pc/Sign/SignRecordList.vue +174 -0
  81. package/src/filiale/yuchuan/pc.js +20 -12
  82. package/src/main.js +1 -1
  83. package/src/components/product/Function/StopApplyCrrdList.vue +0 -176
  84. package/src/components/product/Function/functions/ApplyRecordCancel.vue +0 -102
  85. package/src/components/product/Function/functions/StopInstall.vue +0 -106
@@ -1,182 +1,182 @@
1
- <template>
2
- <div class="p-10">
3
- <criteria-paged :model="model" v-ref:cp>
4
- <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
5
- <div partial class="auto">
6
- <div class="row form-group app-input">
7
- <label class="">客户名称:</label>
8
- <div class="col-xs-8" >
9
- <input class="" v-model=model.f_user_name condition="u.f_user_name like '%{}%'" />
10
- </div>
11
- </div>
12
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
13
- <label class="">联系电话:</label>
14
- <div class="col-xs-8" >
15
- <input class="" v-model=model.f_phone condition="u.f_phone like '%{}%'" />
16
- </div>
17
- </div>
18
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
19
- <label class="">工程编号:</label>
20
- <div class="col-xs-8" >
21
- <input class="" v-model=model.f_apply_num condition="u.f_apply_num like '%{}%'" />
22
- </div>
23
- </div>
24
- <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
25
- <label class="">报建类型:</label>
26
- <div class="col-xs-8" >
27
- <v-select
28
- width="100%"
29
- v-model="model.f_apply_type"
30
- placeholder='报建类型'
31
- condition="u.f_apply_type like '%{}%'"
32
- :value.sync="model.f_apply_type"
33
- :options='$parent.$parent.applytype'
34
- class="select select_list"
35
- :value-single="true"
36
- close-on-select ></v-select>
37
- </div>
38
- </div>
39
- <div class="row form-group text-right" style="">
40
- <button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
41
- <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
42
- <button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
43
- </div>
44
- </div>
45
- </criteria>
46
-
47
- <list :model="model" partial='list'>
48
- <div partial class="auto app-text panel">
49
- <div class="panel-body panel-self">
50
- <div class="col-xs-12">
51
- <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
52
- <p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
53
- </div>
54
- <div class="col-xs-12">
55
- <p class="col-xs-3 text-left font"><b>客户名称:</b></p>
56
- <p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
57
- </div>
58
- <div class="col-xs-12">
59
- <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
60
- <p class="col-xs-9 text-left input-font">
61
- {{ row.f_phone }}&ensp;
62
- </p>
63
- </div>
64
- <div class="col-xs-12">
65
- <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
66
- <p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
67
- </div>
68
- <div class="col-xs-12">
69
- <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
70
- <p class="col-xs-9 text-left input-font">{{ row.defname }}</p>
71
- </div>
72
- <div class="col-xs-12 text-right">
73
- <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">处理</button>
74
- </div>
75
- </div>
76
- </div>
77
- </list>
78
- </criteria-paged>
79
- </div>
80
- </template>
81
- <script>
82
- import Vue from 'vue'
83
- import { PagedList, HttpResetClass } from 'vue-client'
84
- export default {
85
- title: '签字待办',
86
- data () {
87
- return {
88
- model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/signcheckuser`, 20, {
89
- data: {
90
- userid: Vue.user.id,
91
- orgid: Vue.user.orgid
92
- }
93
- }),
94
- criteriaShow: false
95
- }
96
- },
97
- ready () {
98
- this.search()
99
- },
100
- methods: {
101
- clear () {
102
- Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
103
- this.$refs.cp.$refs.cri.model[key] = null
104
- })
105
- },
106
- // 查询
107
- search () {
108
- this.$refs.cp.$refs.cri.search()
109
- },
110
- searchCondition (args) {
111
- this.model.search(args.condition, args.model)
112
- },
113
- click (row) {
114
- let _this = this
115
- this.$dispatch('gotoson', {
116
- _this: _this,
117
- title: row.defname,
118
- safe: true
119
- })
120
- this.$goto('app-service-control', {selectdata: row}, 'self', _this.search)
121
- }
122
- },
123
- events: {
124
- },
125
- watch: {
126
- },
127
- computed: {
128
- }
129
- }
130
- </script>
131
- <style scoped>
132
- .panel-self{
133
- border-radius: 10px;
134
- border:1px solid #499EDF;
135
- background-color: #F8F8F8;
136
- }
137
- .font{
138
- font: 15px PingFang-SC-Medium;
139
- color: #666666;
140
- }
141
-
142
- .button_shrink_top {
143
- width: 34px;
144
- height: 34px;
145
- border: solid 1px #6aa6e2;
146
- background-size: 100%;
147
- background-image: url("../../../../../static/newStyle/stretch_top.png")
148
- }
149
-
150
- .button_shrink_bottom {
151
- width: 34px;
152
- height: 34px;
153
- border: solid 1px #6aa6e2;
154
- background-size: 100%;
155
- background-image: url("../../../../../static/newStyle/stretch_bottom.png")
156
- }
157
- </style>
158
- <style lang="less">
159
- .app-input {
160
- label {
161
- float: left;
162
- }
163
- .select {
164
- button {
165
- border: none;
166
- outline: none;
167
- text-align: left;
168
- .btn-placeholder {
169
- color: #ACA899
170
- }
171
- }
172
- }
173
- .datepicker {
174
- .form-control:focus {
175
- border: none!important;
176
- outline: none!important;
177
- -webkit-box-shadow: none;
178
- box-shadow: none;
179
- }
180
- }
181
- }
182
- </style>
1
+ <template>
2
+ <div class="p-10">
3
+ <criteria-paged :model="model" v-ref:cp>
4
+ <criteria partial='criteria' @condition-changed='$parent.searchCondition' v-ref:cri>
5
+ <div partial class="auto">
6
+ <div class="row form-group app-input">
7
+ <label class="">客户名称:</label>
8
+ <div class="col-xs-8" >
9
+ <input class="" v-model=model.f_user_name condition="u.f_user_name like '%{}%'" />
10
+ </div>
11
+ </div>
12
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
13
+ <label class="">联系电话:</label>
14
+ <div class="col-xs-8" >
15
+ <input class="" v-model=model.f_phone condition="u.f_phone like '%{}%'" />
16
+ </div>
17
+ </div>
18
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
19
+ <label class="">工程编号:</label>
20
+ <div class="col-xs-8" >
21
+ <input class="" v-model=model.f_apply_num condition="u.f_apply_num like '%{}%'" />
22
+ </div>
23
+ </div>
24
+ <div class="row form-group app-input" v-if="$parent.$parent.criteriaShow">
25
+ <label class="">报建类型:</label>
26
+ <div class="col-xs-8" >
27
+ <v-select
28
+ width="100%"
29
+ v-model="model.f_apply_type"
30
+ placeholder='报建类型'
31
+ condition="u.f_apply_type like '%{}%'"
32
+ :value.sync="model.f_apply_type"
33
+ :options='$parent.$parent.applytype'
34
+ class="select select_list"
35
+ :value-single="true"
36
+ close-on-select ></v-select>
37
+ </div>
38
+ </div>
39
+ <div class="row form-group text-right" style="">
40
+ <button class="btn btn-primary" @click="$parent.$parent.search()">查询</button>
41
+ <button class="btn btn-info" @click="$parent.$parent.clear()">清空</button>
42
+ <button class="btn" :class="{'button_shrink_top':$parent.$parent.criteriaShow,'button_shrink_bottom':!$parent.$parent.criteriaShow}" @click="$parent.$parent.criteriaShow = !$parent.$parent.criteriaShow"></button>
43
+ </div>
44
+ </div>
45
+ </criteria>
46
+
47
+ <list :model="model" partial='list'>
48
+ <div partial class="auto app-text panel">
49
+ <div class="panel-body panel-self">
50
+ <div class="col-xs-12">
51
+ <p class="col-xs-3 text-left font"><b>工程编号:</b></p>
52
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_num }}</p>
53
+ </div>
54
+ <div class="col-xs-12">
55
+ <p class="col-xs-3 text-left font"><b>客户名称:</b></p>
56
+ <p class="col-xs-9 text-left input-font">{{ row.f_user_name }}</p>
57
+ </div>
58
+ <div class="col-xs-12">
59
+ <p class="col-xs-3 text-left font"><b>电&emsp;&emsp;话:</b></p>
60
+ <p class="col-xs-9 text-left input-font">
61
+ {{ row.f_phone }}&ensp;
62
+ </p>
63
+ </div>
64
+ <div class="col-xs-12">
65
+ <p class="col-xs-3 text-left font"><b>报建类型:</b></p>
66
+ <p class="col-xs-9 text-left input-font">{{ row.f_apply_type }}</p>
67
+ </div>
68
+ <div class="col-xs-12">
69
+ <p class="col-xs-3 text-left font"><b>办理环节:</b></p>
70
+ <p class="col-xs-9 text-left input-font">{{ row.defname }}</p>
71
+ </div>
72
+ <div class="col-xs-12 text-right">
73
+ <button class="btn btn-info" @click="$parent.$parent.$parent.click(row)">处理</button>
74
+ </div>
75
+ </div>
76
+ </div>
77
+ </list>
78
+ </criteria-paged>
79
+ </div>
80
+ </template>
81
+ <script>
82
+ import Vue from 'vue'
83
+ import { PagedList, HttpResetClass } from 'vue-client'
84
+ export default {
85
+ title: '签字待办',
86
+ data () {
87
+ return {
88
+ model: new PagedList(`${this.$androidUtil.getProxyUrl()}/rs/sql/signcheckuser`, 20, {
89
+ data: {
90
+ userid: Vue.user.id,
91
+ orgid: Vue.user.orgid
92
+ }
93
+ }),
94
+ criteriaShow: false
95
+ }
96
+ },
97
+ ready () {
98
+ this.search()
99
+ },
100
+ methods: {
101
+ clear () {
102
+ Object.keys(this.$refs.cp.$refs.cri.model).forEach((key) => {
103
+ this.$refs.cp.$refs.cri.model[key] = null
104
+ })
105
+ },
106
+ // 查询
107
+ search () {
108
+ this.$refs.cp.$refs.cri.search()
109
+ },
110
+ searchCondition (args) {
111
+ this.model.search(args.condition, args.model)
112
+ },
113
+ click (row) {
114
+ let _this = this
115
+ this.$dispatch('gotoson', {
116
+ _this: _this,
117
+ title: row.defname,
118
+ safe: true
119
+ })
120
+ this.$goto('app-service-control', {selectdata: row}, 'self', _this.search)
121
+ }
122
+ },
123
+ events: {
124
+ },
125
+ watch: {
126
+ },
127
+ computed: {
128
+ }
129
+ }
130
+ </script>
131
+ <style scoped>
132
+ .panel-self{
133
+ border-radius: 10px;
134
+ border:1px solid #499EDF;
135
+ background-color: #F8F8F8;
136
+ }
137
+ .font{
138
+ font: 15px PingFang-SC-Medium;
139
+ color: #666666;
140
+ }
141
+
142
+ .button_shrink_top {
143
+ width: 34px;
144
+ height: 34px;
145
+ border: solid 1px #6aa6e2;
146
+ background-size: 100%;
147
+ background-image: url("../../../../../static/newStyle/stretch_top.png")
148
+ }
149
+
150
+ .button_shrink_bottom {
151
+ width: 34px;
152
+ height: 34px;
153
+ border: solid 1px #6aa6e2;
154
+ background-size: 100%;
155
+ background-image: url("../../../../../static/newStyle/stretch_bottom.png")
156
+ }
157
+ </style>
158
+ <style lang="less">
159
+ .app-input {
160
+ label {
161
+ float: left;
162
+ }
163
+ .select {
164
+ button {
165
+ border: none;
166
+ outline: none;
167
+ text-align: left;
168
+ .btn-placeholder {
169
+ color: #ACA899
170
+ }
171
+ }
172
+ }
173
+ .datepicker {
174
+ .form-control:focus {
175
+ border: none!important;
176
+ outline: none!important;
177
+ -webkit-box-shadow: none;
178
+ box-shadow: none;
179
+ }
180
+ }
181
+ }
182
+ </style>
@@ -1,50 +1,50 @@
1
- <template>
2
- <app-sign
3
- @sign-success="signSuccess"
4
- :file-path="selectdata.f_build_sign"
5
- @sign-clean="signClean"
6
- :isclean="mark === 0 ? true : false"
7
- :issign="mark === 0 ? true : false"
8
- ></app-sign>
9
- </template>
10
- <script>
11
- import {HttpResetClass} from 'vue-client'
12
- import Vue from "vue";
13
-
14
- export default {
15
- title: '施工单位签字',
16
- props: {
17
- selectdata: {
18
- type: Object
19
- },
20
- mark: {
21
- type: Number,
22
- default: 0
23
- }
24
- },
25
- data () {
26
- return {
27
- }
28
- },
29
- ready () {
30
- },
31
- methods: {
32
- signClean () {
33
- this.selectdata.f_build_sign = null
34
- },
35
- signSuccess (fileUrl) {
36
- console.log('==============签字回调==================')
37
- console.log(fileUrl)
38
- this.selectdata.f_build_sign = fileUrl
39
- }
40
- },
41
- events: {
42
- },
43
- computed: {
44
- },
45
- watch: {
46
- }
47
- }
48
- </script>
49
- <style scoped lang="less">
50
- </style>
1
+ <template>
2
+ <app-sign
3
+ @sign-success="signSuccess"
4
+ :file-path="selectdata.f_build_sign"
5
+ @sign-clean="signClean"
6
+ :isclean="mark === 0 ? true : false"
7
+ :issign="mark === 0 ? true : false"
8
+ ></app-sign>
9
+ </template>
10
+ <script>
11
+ import {HttpResetClass} from 'vue-client'
12
+ import Vue from "vue";
13
+
14
+ export default {
15
+ title: '施工单位签字',
16
+ props: {
17
+ selectdata: {
18
+ type: Object
19
+ },
20
+ mark: {
21
+ type: Number,
22
+ default: 0
23
+ }
24
+ },
25
+ data () {
26
+ return {
27
+ }
28
+ },
29
+ ready () {
30
+ },
31
+ methods: {
32
+ signClean () {
33
+ this.selectdata.f_build_sign = null
34
+ },
35
+ signSuccess (fileUrl) {
36
+ console.log('==============签字回调==================')
37
+ console.log(fileUrl)
38
+ this.selectdata.f_build_sign = fileUrl
39
+ }
40
+ },
41
+ events: {
42
+ },
43
+ computed: {
44
+ },
45
+ watch: {
46
+ }
47
+ }
48
+ </script>
49
+ <style scoped lang="less">
50
+ </style>
@@ -1,50 +1,50 @@
1
- <template>
2
- <app-sign
3
- @sign-success="signSuccess"
4
- :file-path="selectdata.f_construct_sign"
5
- @sign-clean="signClean"
6
- :isclean="mark === 0 ? true : false"
7
- :issign="mark === 0 ? true : false"
8
- ></app-sign>
9
- </template>
10
- <script>
11
- import {HttpResetClass} from 'vue-client'
12
- import Vue from "vue";
13
-
14
- export default {
15
- title: '建设单位签字',
16
- props: {
17
- selectdata: {
18
- type: Object
19
- },
20
- mark: {
21
- type: Number,
22
- default: 0
23
- }
24
- },
25
- data () {
26
- return {
27
- }
28
- },
29
- ready () {
30
- },
31
- methods: {
32
- signClean () {
33
- this.selectdata.f_construct_sign = null
34
- },
35
- signSuccess (fileUrl) {
36
- console.log('==============签字回调==================')
37
- console.log(fileUrl)
38
- this.selectdata.f_construct_sign = fileUrl
39
- }
40
- },
41
- events: {
42
- },
43
- computed: {
44
- },
45
- watch: {
46
- }
47
- }
48
- </script>
49
- <style scoped lang="less">
50
- </style>
1
+ <template>
2
+ <app-sign
3
+ @sign-success="signSuccess"
4
+ :file-path="selectdata.f_construct_sign"
5
+ @sign-clean="signClean"
6
+ :isclean="mark === 0 ? true : false"
7
+ :issign="mark === 0 ? true : false"
8
+ ></app-sign>
9
+ </template>
10
+ <script>
11
+ import {HttpResetClass} from 'vue-client'
12
+ import Vue from "vue";
13
+
14
+ export default {
15
+ title: '建设单位签字',
16
+ props: {
17
+ selectdata: {
18
+ type: Object
19
+ },
20
+ mark: {
21
+ type: Number,
22
+ default: 0
23
+ }
24
+ },
25
+ data () {
26
+ return {
27
+ }
28
+ },
29
+ ready () {
30
+ },
31
+ methods: {
32
+ signClean () {
33
+ this.selectdata.f_construct_sign = null
34
+ },
35
+ signSuccess (fileUrl) {
36
+ console.log('==============签字回调==================')
37
+ console.log(fileUrl)
38
+ this.selectdata.f_construct_sign = fileUrl
39
+ }
40
+ },
41
+ events: {
42
+ },
43
+ computed: {
44
+ },
45
+ watch: {
46
+ }
47
+ }
48
+ </script>
49
+ <style scoped lang="less">
50
+ </style>
@@ -1,50 +1,50 @@
1
- <template>
2
- <app-sign
3
- @sign-success="signSuccess"
4
- :file-path="selectdata.f_design_sign"
5
- @sign-clean="signClean"
6
- :isclean="mark === 0 ? true : false"
7
- :issign="mark === 0 ? true : false"
8
- ></app-sign>
9
- </template>
10
- <script>
11
- import {HttpResetClass} from 'vue-client'
12
- import Vue from "vue";
13
-
14
- export default {
15
- title: '设计单位签字',
16
- props: {
17
- selectdata: {
18
- type: Object
19
- },
20
- mark: {
21
- type: Number,
22
- default: 0
23
- }
24
- },
25
- data () {
26
- return {
27
- }
28
- },
29
- ready () {
30
- },
31
- methods: {
32
- signClean () {
33
- this.selectdata.f_design_sign = null
34
- },
35
- signSuccess (fileUrl) {
36
- console.log('==============签字回调==================')
37
- console.log(fileUrl)
38
- this.selectdata.f_design_sign = fileUrl
39
- }
40
- },
41
- events: {
42
- },
43
- computed: {
44
- },
45
- watch: {
46
- }
47
- }
48
- </script>
49
- <style scoped lang="less">
50
- </style>
1
+ <template>
2
+ <app-sign
3
+ @sign-success="signSuccess"
4
+ :file-path="selectdata.f_design_sign"
5
+ @sign-clean="signClean"
6
+ :isclean="mark === 0 ? true : false"
7
+ :issign="mark === 0 ? true : false"
8
+ ></app-sign>
9
+ </template>
10
+ <script>
11
+ import {HttpResetClass} from 'vue-client'
12
+ import Vue from "vue";
13
+
14
+ export default {
15
+ title: '设计单位签字',
16
+ props: {
17
+ selectdata: {
18
+ type: Object
19
+ },
20
+ mark: {
21
+ type: Number,
22
+ default: 0
23
+ }
24
+ },
25
+ data () {
26
+ return {
27
+ }
28
+ },
29
+ ready () {
30
+ },
31
+ methods: {
32
+ signClean () {
33
+ this.selectdata.f_design_sign = null
34
+ },
35
+ signSuccess (fileUrl) {
36
+ console.log('==============签字回调==================')
37
+ console.log(fileUrl)
38
+ this.selectdata.f_design_sign = fileUrl
39
+ }
40
+ },
41
+ events: {
42
+ },
43
+ computed: {
44
+ },
45
+ watch: {
46
+ }
47
+ }
48
+ </script>
49
+ <style scoped lang="less">
50
+ </style>