其他及附记模板
Showing
8 changed files
with
18 additions
and
16 deletions
... | @@ -329,6 +329,7 @@ export default { | ... | @@ -329,6 +329,7 @@ export default { |
329 | } | 329 | } |
330 | </script> | 330 | </script> |
331 | <style rel="stylesheet/scss" lang="scss" scoped> | 331 | <style rel="stylesheet/scss" lang="scss" scoped> |
332 | @import "~@/styles/dialogBoxheader.scss"; | ||
332 | /deep/.el-radio { | 333 | /deep/.el-radio { |
333 | margin-right: 5px !important; | 334 | margin-right: 5px !important; |
334 | } | 335 | } | ... | ... |
... | @@ -25,9 +25,9 @@ | ... | @@ -25,9 +25,9 @@ |
25 | </el-form-item> | 25 | </el-form-item> |
26 | </el-col> | 26 | </el-col> |
27 | </el-row> | 27 | </el-row> |
28 | <object id="LODOP_OB" classid="clsid:2105C259-1E0C-4534-8141-A753534CB4CA" v-show="false"> | 28 | <object id="LODOP_OB" classid="clsid:2105C259-1E0C-4534-8141-A753534CB4CA" v-show="false"> |
29 | <embed id="LODOP_EM" type="application/x-print-lodop" width=820 height=450 pluginspage="install_lodop32.exe"/> | 29 | <embed id="LODOP_EM" type="application/x-print-lodop" width=820 height=450 pluginspage="install_lodop32.exe"/> |
30 | </object> | 30 | </object> |
31 | <textarea rows="0" id="S1" cols="0" v-show="false"></textarea> | 31 | <textarea rows="0" id="S1" cols="0" v-show="false"></textarea> |
32 | </el-form> | 32 | </el-form> |
33 | </dialogBox> | 33 | </dialogBox> |
... | @@ -90,7 +90,7 @@ export default { | ... | @@ -90,7 +90,7 @@ export default { |
90 | // console.log('error submit!!'); | 90 | // console.log('error submit!!'); |
91 | return false; | 91 | return false; |
92 | } | 92 | } |
93 | }); | 93 | }); |
94 | }, | 94 | }, |
95 | //新增 | 95 | //新增 |
96 | addTemplate(){ | 96 | addTemplate(){ |
... | @@ -130,13 +130,13 @@ export default { | ... | @@ -130,13 +130,13 @@ export default { |
130 | }, | 130 | }, |
131 | getDetailInfo(item){ | 131 | getDetailInfo(item){ |
132 | this.ruleForm = item; | 132 | this.ruleForm = item; |
133 | this.editFlag = true; | 133 | this.editFlag = true; |
134 | }, | 134 | }, |
135 | //设计打印模板 | 135 | //设计打印模板 |
136 | designByPRGData() { | 136 | designByPRGData() { |
137 | let that = this; | 137 | let that = this; |
138 | that.loadStatus = '1'; | 138 | that.loadStatus = '1'; |
139 | let LODOP=getLodop(document.getElementById('LODOP_OB'),document.getElementById('LODOP_EM')); | 139 | let LODOP=getLodop(document.getElementById('LODOP_OB'),document.getElementById('LODOP_EM')); |
140 | LODOP.ADD_PRINT_DATA("ProgramData",this.ruleForm.tmpcontent); //装载模板 | 140 | LODOP.ADD_PRINT_DATA("ProgramData",this.ruleForm.tmpcontent); //装载模板 |
141 | //窗口关闭后,回调函数中保存的设计代码 | 141 | //窗口关闭后,回调函数中保存的设计代码 |
142 | if (LODOP.CVERSION) | 142 | if (LODOP.CVERSION) |
... | @@ -150,18 +150,18 @@ export default { | ... | @@ -150,18 +150,18 @@ export default { |
150 | 0 | 150 | 0 |
151 | ); | 151 | ); |
152 | setTimeout(() => { | 152 | setTimeout(() => { |
153 | that.ruleForm.tmpcontent = document.getElementById("S1").value; | 153 | that.ruleForm.tmpcontent = document.getElementById("S1").value; |
154 | that.loadStatus = '2'; | 154 | that.loadStatus = '2'; |
155 | }, 1000); | 155 | }, 1000); |
156 | }; | 156 | }; |
157 | LODOP.PRINT_DESIGN(); //打印设计或者打印维护需要放到最后 | 157 | LODOP.PRINT_DESIGN(); //打印设计或者打印维护需要放到最后 |
158 | } | 158 | } |
159 | } | 159 | } |
160 | } | 160 | } |
161 | </script> | 161 | </script> |
162 | <style scoped lang="scss"> | 162 | <style scoped lang="scss"> |
163 | @import "~@/styles/mixin.scss"; | 163 | @import "~@/styles/mixin.scss"; |
164 | 164 | @import "~@/styles/dialogBoxheader.scss"; | |
165 | .font-red { | 165 | .font-red { |
166 | color: red | 166 | color: red |
167 | } | 167 | } | ... | ... |
... | @@ -226,7 +226,7 @@ export default { | ... | @@ -226,7 +226,7 @@ export default { |
226 | </script> | 226 | </script> |
227 | <style scoped lang="scss"> | 227 | <style scoped lang="scss"> |
228 | @import "~@/styles/mixin.scss"; | 228 | @import "~@/styles/mixin.scss"; |
229 | 229 | @import "~@/styles/dialogBoxheader.scss"; | |
230 | .qtjfjmb-edit-title { | 230 | .qtjfjmb-edit-title { |
231 | padding-bottom: 10px; | 231 | padding-bottom: 10px; |
232 | border-bottom: 1px solid $borderColor; | 232 | border-bottom: 1px solid $borderColor; | ... | ... |
... | @@ -333,7 +333,7 @@ export default { | ... | @@ -333,7 +333,7 @@ export default { |
333 | @import "~@/styles/mixin.scss"; | 333 | @import "~@/styles/mixin.scss"; |
334 | @import "~@/styles/dialogBox.scss"; | 334 | @import "~@/styles/dialogBox.scss"; |
335 | @import "~@/styles/collapse.scss"; | 335 | @import "~@/styles/collapse.scss"; |
336 | 336 | @import "~@/styles/dialogBoxheader.scss"; | |
337 | .contentBox { | 337 | .contentBox { |
338 | height: 75vh; | 338 | height: 75vh; |
339 | overflow-y: scroll; | 339 | overflow-y: scroll; | ... | ... |
... | @@ -266,6 +266,7 @@ export default { | ... | @@ -266,6 +266,7 @@ export default { |
266 | }; | 266 | }; |
267 | </script> | 267 | </script> |
268 | <style scoped lang="scss"> | 268 | <style scoped lang="scss"> |
269 | @import "~@/styles/dialogBoxheader.scss"; | ||
269 | .quill-editor { | 270 | .quill-editor { |
270 | padding: 0; | 271 | padding: 0; |
271 | } | 272 | } |
... | @@ -280,4 +281,4 @@ export default { | ... | @@ -280,4 +281,4 @@ export default { |
280 | min-height: 160px; | 281 | min-height: 160px; |
281 | overflow-y: scroll; | 282 | overflow-y: scroll; |
282 | } | 283 | } |
283 | </style> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
284 | </style> | ... | ... |
... | @@ -154,7 +154,7 @@ export default { | ... | @@ -154,7 +154,7 @@ export default { |
154 | </script> | 154 | </script> |
155 | <style scoped lang="scss"> | 155 | <style scoped lang="scss"> |
156 | @import "~@/styles/mixin.scss"; | 156 | @import "~@/styles/mixin.scss"; |
157 | 157 | @import "~@/styles/dialogBoxheader.scss"; | |
158 | .title-name { | 158 | .title-name { |
159 | line-height: 36px; | 159 | line-height: 36px; |
160 | border-bottom: 1px solid $borderColor; | 160 | border-bottom: 1px solid $borderColor; | ... | ... |
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
11 | </el-col> | 11 | </el-col> |
12 | <el-col :span="12"> | 12 | <el-col :span="12"> |
13 | <el-form-item label="领取时间:" prop="operationtime"> | 13 | <el-form-item label="领取时间:" prop="operationtime"> |
14 | <el-date-picker v-model="ruleForm.operationtime" class="width100" type="datetime" | 14 | <el-date-picker v-model="ruleForm.operationtime" class="width100" type="datetime" |
15 | placeholder="选择日期时间" :disabled="!readOnly" value-format="yyyy-MM-dd HH:mm:ss"> | 15 | placeholder="选择日期时间" :disabled="!readOnly" value-format="yyyy-MM-dd HH:mm:ss"> |
16 | </el-date-picker> | 16 | </el-date-picker> |
17 | </el-form-item> | 17 | </el-form-item> |
... | @@ -239,7 +239,7 @@ export default { | ... | @@ -239,7 +239,7 @@ export default { |
239 | </script> | 239 | </script> |
240 | <style scoped lang="scss"> | 240 | <style scoped lang="scss"> |
241 | @import "~@/styles/mixin.scss"; | 241 | @import "~@/styles/mixin.scss"; |
242 | 242 | @import "~@/styles/dialogBoxheader.scss"; | |
243 | .font-red { | 243 | .font-red { |
244 | color: red | 244 | color: red |
245 | } | 245 | } | ... | ... |
... | @@ -243,7 +243,7 @@ export default { | ... | @@ -243,7 +243,7 @@ export default { |
243 | </script> | 243 | </script> |
244 | <style scoped lang="scss"> | 244 | <style scoped lang="scss"> |
245 | @import "~@/styles/mixin.scss"; | 245 | @import "~@/styles/mixin.scss"; |
246 | 246 | @import "~@/styles/dialogBoxheader.scss"; | |
247 | .font-red { | 247 | .font-red { |
248 | color: red | 248 | color: red |
249 | } | 249 | } | ... | ... |
-
Please register or sign in to post a comment