合并分支 'dev_20230216' 到 'master'
Dev 20230216 查看合并请求 laws-foton-slrs/foton-laws-system-front!78
This commit is contained in:
@@ -437,8 +437,10 @@
|
||||
<div style="line-height: 20px; padding-left: 20px">
|
||||
1.导入的文档是zip格式<br/>
|
||||
2.图片为jpg、jpeg、png、gif格式 <br/>
|
||||
3.文档中的图片,在导出excel中以链接的形式展示,点击链接跳转到本地指定的文件 <br/>
|
||||
4.文档中的表格,在导出excel中以链接的形式展示,点击链接跳转到指定的sheet页面</div>
|
||||
3.文档中的图片,在导出Excel中以链接的形式展示,点击链接跳转到本地指定的文件 <br/>
|
||||
4.导入时,表格Sheet页名称保持一致即可,无需使用超链接。 <br/>
|
||||
5.导入时,表格Sheet页中的表格需要遵循最左原则,即由第一行第一列开始。 <br/>
|
||||
6.文档中的表格,在导出Excel中以链接的形式展示,点击链接跳转到指定的Sheet页面。</div>
|
||||
</div>
|
||||
<div slot="footer">
|
||||
<el-button type="primary" size="mini" @click="formatSpecificationTwo = false">知道了</el-button>
|
||||
@@ -888,7 +890,7 @@ export default {
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage', {
|
||||
this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoSplitPage', {
|
||||
page: this.conditionForm.page,
|
||||
pageSize: this.conditionForm.pageSize,
|
||||
standNumber: this.conditionForm.numberName,
|
||||
|
||||
@@ -461,7 +461,7 @@ export default {
|
||||
// this.standinfoList.push(item)
|
||||
// }
|
||||
// })
|
||||
this.total = this.standinfoList.length
|
||||
this.total = res.data.count
|
||||
this.$nextTick(()=>{
|
||||
this.$refs.selection.doLayout();
|
||||
})
|
||||
|
||||
@@ -480,7 +480,7 @@ export default {
|
||||
// this.standinfoList.push(item)
|
||||
// }
|
||||
// })
|
||||
this.total = this.standinfoList.length
|
||||
this.total = res.data.count
|
||||
this.$nextTick(()=>{
|
||||
this.$refs.selection.doLayout();
|
||||
})
|
||||
|
||||
@@ -430,6 +430,12 @@ export default {
|
||||
break
|
||||
}
|
||||
this.qbfsForm = item.qbfsForm || item
|
||||
if(!this.qbfsForm.LXD || this.qbfsForm.LXD == ''){
|
||||
this.qbfsForm.LXD = this.qbfsForm.lxd
|
||||
}
|
||||
if(!this.qbfsForm.LXDName || this.qbfsForm.LXDName == ''){
|
||||
this.qbfsForm.LXDName = this.qbfsForm.lxdName
|
||||
}
|
||||
// this.isTrue = false
|
||||
// this.$nextTick(()=>{
|
||||
// this.isTrue = true
|
||||
|
||||
Reference in New Issue
Block a user