|
|
@ -5,7 +5,7 @@ |
|
|
|
<el-button type="primary" size="small" @click="handleSaveTable">保存</el-button> |
|
|
|
<el-button type="danger" size="small" @click="handleDelete">删除</el-button> |
|
|
|
</div> |
|
|
|
<div id="threeFunc" style="width: 840px;padding-right: 8px"> |
|
|
|
<div id="development" style="width: 840px;padding-right: 8px"> |
|
|
|
<div class="flex j-c"> |
|
|
|
<img width="450" src="@/assets/img/xianganlogo.png"> |
|
|
|
</div> |
|
|
@ -321,7 +321,7 @@ export default { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
printObj: { |
|
|
|
id: 'threeFunc', |
|
|
|
id: 'development', |
|
|
|
extraHead: '<meta http-equiv="Content-Language"content="zh-cn"/>,<style> #printId { width: 100%; !important; } .el-input__prefix { display: none } <style>' |
|
|
|
}, |
|
|
|
dataForm: { |
|
|
@ -608,7 +608,7 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
handlePrint() { |
|
|
|
this.printPage('threeFunc') |
|
|
|
this.printPage('development') |
|
|
|
}, |
|
|
|
handleSaveTable() { |
|
|
|
this.$http.post('/qgfyda/saveQgfyda', this.dataForm).then(({ data: res }) => { |
|
|
@ -629,7 +629,13 @@ export default { |
|
|
|
} |
|
|
|
</script> |
|
|
|
<style lang="scss"> |
|
|
|
#threeFunc { |
|
|
|
#development { |
|
|
|
.el-input__inner { |
|
|
|
border: none; |
|
|
|
height: 26px !important; |
|
|
|
line-height: 26px !important; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
.el-input__suffix, .el-input__prefix { |
|
|
|
display: none; |
|
|
|
} |
|
|
@ -651,12 +657,6 @@ export default { |
|
|
|
justify-content: center; |
|
|
|
} |
|
|
|
.operation-record-table{ |
|
|
|
.el-input__inner { |
|
|
|
border: none; |
|
|
|
height: 26px !important; |
|
|
|
line-height: 26px !important; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
.el-input-group__append, .el-input-group__prepend{ |
|
|
|
background-color: transparent; |
|
|
|
color: #606266; |
|
|
@ -690,12 +690,6 @@ export default { |
|
|
|
color: #46a1ff; |
|
|
|
font-weight: 400; |
|
|
|
} |
|
|
|
.el-input__inner { |
|
|
|
border: none; |
|
|
|
height: 26px !important; |
|
|
|
line-height: 26px !important; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
.el-input__inner { |
|
|
|
border-bottom: 1px solid #ccc; |
|
|
|
border-radius: 0; |
|
|
|