Browse Source

列表字段配置版本暂存

noToken
安虹睿 1 year ago
parent
commit
86a13d13f0
  1. 29
      PC/InterFace.Dash/public/config.js
  2. 3
      PC/InterFace.Dash/src/api/wms-interface.js
  3. 30
      PC/InterFace.Dash/src/components/commonTabel-drawer/index.vue
  4. 7
      PC/InterFace.Dash/src/components/filterForDetailPage/index.vue
  5. 19
      PC/InterFace.Dash/src/components/rowDrop/index.vue
  6. 10
      PC/InterFace.Dash/src/components/tablePagination/index.vue
  7. 44
      PC/InterFace.Dash/src/components/umyTable/index.vue
  8. 45
      PC/InterFace.Dash/src/mixins/TableMixins.js
  9. 8
      PC/InterFace.Dash/src/mixins/mixins.js
  10. 8
      PC/InterFace.Dash/src/permission.js
  11. 9
      PC/InterFace.Dash/src/router/modules/interfaceBoard.js
  12. 9
      PC/InterFace.Dash/src/utils/baseData/urlOption.js
  13. 2
      PC/InterFace.Dash/src/utils/defaultButtons.js
  14. 27
      PC/InterFace.Dash/src/utils/detailsTableColumns_api/index.js
  15. 30
      PC/InterFace.Dash/src/utils/tableColumns_api/index.js
  16. 23
      PC/InterFace.Dash/src/utils/tabsDesTions_api/index.js
  17. 2
      PC/InterFace.Dash/src/views/dashboard/index.vue
  18. 90
      PC/InterFace.Dash/src/views/interfaceBoard/AsnMstr.vue
  19. 2
      PC/InterFace.Dash/src/views/interfaceBoard/demo_detail_addbase.vue
  20. 2
      PC/InterFace.Dash/src/views/interfaceBoard/demo_read.vue

29
PC/InterFace.Dash/public/config.js

@ -1,35 +1,10 @@
// dev_win // dev_win
window.SITE_CONFIG['base'] = 'http://dev.ccwin-in.com:60068' window.SITE_CONFIG['base'] = 'http://dev.ccwin-in.com:60068'
// window.SITE_CONFIG['base'] = 'http://192.168.0.197:60068' // window.SITE_CONFIG['base'] = 'http://192.168.0.197:60068'
window.SITE_CONFIG['columnsApiNames'] = '/api/abp/application-configuration' window.SITE_CONFIG['columnsApiNames'] = '/api/abp/application-localization'
// window.SITE_CONFIG['columnsApiNames'] = '/api/abp/application-configuration'
window.SITE_CONFIG['columnsApiNamesZh'] = 'Z' window.SITE_CONFIG['columnsApiNamesZh'] = 'Z'
window.SITE_CONFIG['isAutoLogin'] = true window.SITE_CONFIG['isAutoLogin'] = true
window.SITE_CONFIG['isSinglePage'] = false window.SITE_CONFIG['isSinglePage'] = false
window.SITE_CONFIG['userNameOrEmailAddress'] = 'admin' window.SITE_CONFIG['userNameOrEmailAddress'] = 'admin'
window.SITE_CONFIG['client_secret'] = '1q2w3E*' window.SITE_CONFIG['client_secret'] = '1q2w3E*'
// window.SITE_CONFIG['user'] = 'http://dev.ccwin-in.com:60069/api'
// // window.SITE_CONFIG['print'] = 'print'21384
// window.SITE_CONFIG['print'] = 'http://dev.ccwin-in.com:60074'
// window.SITE_CONFIG['largeScreen'] = 'http://dev.ccwin-in.com:60073'
// window.SITE_CONFIG['warehouseCode'] = 'T8'
// window.SITE_CONFIG['company'] = 'DongYang'
// window.SITE_CONFIG['client_secret'] = '1q2w3E*'
// window.SITE_CONFIG['reportsUrl'] = 'http://dev.ccwin-in.com:60074/#/reports/'
// window.SITE_CONFIG['versionUrl'] = 'http://dev.ccwin-in.com:60070'
// window.SITE_CONFIG['companyName'] = '长春一汽富维东阳汽车塑料零部件(安徽)有限公司'
// 接口看板地址
// window.SITE_CONFIG['interfaceBoardUrl'] = 'http://dev.ccwin-in.com:60090/'
// window.SITE_CONFIG['interfaceBoardUrl'] = 'http://dev.ccwin-in.com:60069/'
// 接口看板表头获取地址
// window.SITE_CONFIG['interfaceBoardColumnsApi'] = 'api/abp/application-configuration'
// mock
// window.SITE_CONFIG['apifoxToken'] = 'NXHNi5mp0dnUHGt0wkCrjvfcidsFKV33'
// window.SITE_CONFIG['base'] = 'https://mock.apifox.cn/m1/1773588-0-default'
// window.SITE_CONFIG['user'] = 'http://dev.ccwin-in.com:60099/api/auth'
// window.SITE_CONFIG['print'] = 'print'
// window.SITE_CONFIG['largeScreen'] = 'http://dev.ccwin-in.com:60073'
// window.SITE_CONFIG['warehouseCode'] = 'T8'
// window.SITE_CONFIG['company'] = 'DongYang'
// window.SITE_CONFIG['client_secret'] = '1q2w3E*'
// window.SITE_CONFIG['reportsUrl'] = 'http://10.164.0.227:59091/#/reports/'

3
PC/InterFace.Dash/src/api/wms-interface.js

@ -16,7 +16,8 @@ export function getInterfaceBoard() {
return request({ return request({
method:'get', method:'get',
url: base_api + colum_url, url: base_api + colum_url,
params:{IncludeLocalizationResources:true} params:{CultureName:'zh-Hans'}
// params:{IncludeLocalizationResources:true}
}) })
} }

30
PC/InterFace.Dash/src/components/commonTabel-drawer/index.vue

@ -66,7 +66,20 @@
:propsData="propsData" :propsData="propsData"
> >
</curren-descriptions> </curren-descriptions>
<rowDrop
@radio="rowDrop"
:tableColumns="tableColumns"
:visible="rowDropVisible"
@closeRowDrop="closeRowDrop"
></rowDrop>
<!-- currenTableDetails 组件 明细中带分页功能 --> <!-- currenTableDetails 组件 明细中带分页功能 -->
<!-- 字段设置弹窗 -->
<!-- <div
class="mx-header"
v-if="scope.value == 'mx'"
>
<el-button @click="columnsSettingHandle()">字段设置</el-button>
</div> -->
<umyTable <umyTable
v-if="scope.value == 'mx'" v-if="scope.value == 'mx'"
:tableBorder="true" :tableBorder="true"
@ -175,6 +188,7 @@ import currenDescriptions from "@/components/currenDescriptions"
import currenTabs from "@/components/currenTabs" import currenTabs from "@/components/currenTabs"
import currenTable from "@/components/currenTable" import currenTable from "@/components/currenTable"
import pagination from "@/components/Pagination" import pagination from "@/components/Pagination"
import rowDrop from "@/components/rowDrop/index.vue"
export default { export default {
name: 'currenTabel-drawer', name: 'currenTabel-drawer',
components: { components: {
@ -183,6 +197,7 @@ export default {
currenDescriptions, currenDescriptions,
currenTabs, currenTabs,
currenTable, currenTable,
rowDrop
}, },
props: { props: {
title: { title: {
@ -331,6 +346,8 @@ export default {
}, },
data () { data () {
return { return {
// -
rowDropVisible: false,
otherData:[], // tabs otherData:[], // tabs
zdyTableColumns:[], // zdyTableColumns:[], //
zdyValue:'', // zdyValue:'', //
@ -352,7 +369,18 @@ export default {
} }
}, },
methods: { methods: {
rowDrop(data) {
this.$emit('rowDrop',data)
// this.isUpdate = !this.isUpdate
},
//
columnsSettingHandle(){
this.rowDropVisible = !this.rowDropVisible
},
//
closeRowDrop() {
this.rowDropVisible = false
},
handleCommand (command) { handleCommand (command) {
this.$emit('handleCommand', command) this.$emit('handleCommand', command)
}, },

7
PC/InterFace.Dash/src/components/filterForDetailPage/index.vue

@ -46,6 +46,7 @@
label="操作" label="操作"
:align="'center'" :align="'center'"
width="150" width="150"
fixed="right"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span v-for="item in operaButtons" style="margin: 0 10px;"> <span v-for="item in operaButtons" style="margin: 0 10px;">
@ -198,6 +199,8 @@ data () {
return { return {
dialogShow:true, dialogShow:true,
URLOption_detailList:allUrlOption[this.$route.name].detailListURL,//- URLOption_detailList:allUrlOption[this.$route.name].detailListURL,//-
URLOption_masterId:allUrlOption[this.$route.name].masterId || 'masterId',//-id
URLOption_masterName:allUrlOption[this.$route.name].masterName,//-//-title
URLOption_parent:allUrlOption[this.$route.name].parentURL ? allUrlOption[this.$route.name].parentURL : allUrlOption[this.$route.name].detailURL,//- URLOption_parent:allUrlOption[this.$route.name].parentURL ? allUrlOption[this.$route.name].parentURL : allUrlOption[this.$route.name].detailURL,//-
currenButtonData: [],// currenButtonData: [],//
operaButtons:[],// operaButtons:[],//
@ -256,10 +259,10 @@ methods: {
}, },
// //
showParentHandleForDetail(data){ showParentHandleForDetail(data){
this.showParentTitle = `[${data.studentName}] 主表信息` this.showParentTitle = `${data[this.URLOption_masterName]} 主表信息`
this.showParentDialog = true this.showParentDialog = true
this.showParentLoading = true this.showParentLoading = true
getListDesById(this.URLOption_parent,data.masterId) getListDesById(this.URLOption_parent,data[this.URLOption_masterId])
.then(res => { .then(res => {
this.showParentTableData = res this.showParentTableData = res
this.showParentLoading = false this.showParentLoading = false

19
PC/InterFace.Dash/src/components/rowDrop/index.vue

@ -54,12 +54,14 @@ export default {
}, },
data() { data() {
return { return {
historyTableColumns:null,
name: null, name: null,
oldData: null, oldData: null,
newData: null, newData: null,
dataList: [], dataList: [],
// allSelect hasSelect NoSelect // allSelect hasSelect NoSelect
allSeletType:'NoSelect', allSeletType:'NoSelect',
userName:JSON.parse(localStorage.getItem('currentUserInfo')).userName
} }
}, },
props: { props: {
@ -77,6 +79,7 @@ export default {
}, },
}, },
mounted() { mounted() {
this.historyTableColumns = JSON.parse(JSON.stringify(this.tableColumns))
this.formatData(this.tableColumns) this.formatData(this.tableColumns)
this.initSelectSta() this.initSelectSta()
}, },
@ -88,10 +91,11 @@ export default {
type: 'warning', type: 'warning',
cancelButtonClass:'rowDropNotHideItem' cancelButtonClass:'rowDropNotHideItem'
}).then(() => { }).then(() => {
// set // set this.$store.getters.name.userName
localStorage.setItem('tableColumns_' + this.$store.getters.name.userName + '_' + this.$route.name, JSON.stringify([])) localStorage.setItem('tableColumns_' + this.userName + '_' + this.$route.name, JSON.stringify([]))
localStorage.removeItem('tableColumns_' + this.$store.getters.name.userName + '_' + this.$route.name) localStorage.removeItem('tableColumns_' + this.userName + '_' + this.$route.name)
let _resetCol = this.$isTableColumns[this.$route.name] // let _resetCol = this.$isTableColumns[this.$route.name]
let _resetCol = this.historyTableColumns
_resetCol.forEach(item => { _resetCol.forEach(item => {
item.istrue = true item.istrue = true
}) })
@ -119,7 +123,7 @@ export default {
this.$forceUpdate() this.$forceUpdate()
this.$emit('radio',this.dataList) this.$emit('radio',this.dataList)
// + // +
localStorage.setItem('tableColumns_' + this.$store.getters.name.userName + '_' + this.$route.name, JSON.stringify(this.dataList)) localStorage.setItem('tableColumns_' + this.userName + '_' + this.$route.name, JSON.stringify(this.dataList))
}, },
dragstart(value) { dragstart(value) {
this.oldData = value this.oldData = value
@ -149,9 +153,12 @@ export default {
}, },
// item // item
rediochange(index){ rediochange(index){
this.dataList[index].istrue = !this.dataList[index].istrue // this.dataList[index].istrue = !this.dataList[index].istrue
this.$set(this.dataList[index],'istrue', !this.dataList[index].istrue)
this.initSelectSta() this.initSelectSta()
this.$nextTick(()=>{
this.save() this.save()
})
}, },
// //
initSelectSta(){ initSelectSta(){

10
PC/InterFace.Dash/src/components/tablePagination/index.vue

@ -49,6 +49,7 @@
@sortChange="sortChange" @sortChange="sortChange"
@handleSelectionChange="handleSelectionChange" @handleSelectionChange="handleSelectionChange"
@inlineDialog="inlineDialog" @inlineDialog="inlineDialog"
:buttonOperationList="buttonOperationList"
@buttonOperationClick="buttonOperationClick" @buttonOperationClick="buttonOperationClick"
:tableBorder="true" :tableBorder="true"
:firstFixed="true" :firstFixed="true"
@ -107,6 +108,11 @@ export default {
return [] return []
} }
}, },
//
buttonOperationList:{
type: Array,
default: null,
},
// //
tableData: { tableData: {
type: Array, type: Array,
@ -322,8 +328,8 @@ export default {
this.$emit('sortChange', data) this.$emit('sortChange', data)
}, },
//table //table
buttonOperationClick(row, index, label) { buttonOperationClick(row, item, index) {
this.$emit("buttonOperationClick", row, index, label); this.$emit("buttonOperationClick", row, item, index);
}, },
// //
// /showSearchOverall // /showSearchOverall

44
PC/InterFace.Dash/src/components/umyTable/index.vue

@ -19,6 +19,27 @@
header-row-class-name="uTableHeader" header-row-class-name="uTableHeader"
> >
<!-- :tree-props="treeProps" height 不能共存 此组件暂不支持tree的格式--> <!-- :tree-props="treeProps" height 不能共存 此组件暂不支持tree的格式-->
<!-- 操作列 -->
<u-table-column
v-if="buttonOperationList"
:fixed="'left'"
:width="120"
:align="'center'"
:header-align="'center'"
>
<template #header>
<span>操作</span>
</template>
<template slot-scope="scope">
<el-button
v-for="(itemButton, indexButton) in buttonOperationList"
:key="indexButton"
type="text"
size="mini"
@click="buttonOperationClick(scope.row, itemButton, indexButton)"
>{{itemButton.label}}</el-button>
</template>
</u-table-column>
<u-table-column v-if="selectionTable" fixed="left" type="selection" :reserve-selection="true" /> <u-table-column v-if="selectionTable" fixed="left" type="selection" :reserve-selection="true" />
<u-table-column v-if="isShowIndex" type="index" fixed="left" label="序号" width="50" /> <u-table-column v-if="isShowIndex" type="index" fixed="left" label="序号" width="50" />
<template v-for="(item, index) in TableSize"> <template v-for="(item, index) in TableSize">
@ -258,17 +279,6 @@
</div> </div>
<!-- </el-form-item> --> <!-- </el-form-item> -->
<!-- table表添加操作列 -->
<div v-if="item.type == 'buttonOperation'">
<el-button
class="buttonOperation-btn"
v-for="(itemButton, indexButton) in item.buttonText.split('|')"
:key="indexButton"
type="text"
size="mini"
@click="buttonOperationClick(scope.row, item.buttonName.split('|')[indexButton])"
>{{itemButton}}</el-button>
</div>
<span v-if="item.type == 'object'"> <span v-if="item.type == 'object'">
{{ scope.row[item.prop] ? scope.row[item.prop][item.showProp] : "" }} {{ scope.row[item.prop] ? scope.row[item.prop][item.showProp] : "" }}
</span> </span>
@ -432,6 +442,11 @@ export default {
}, },
}, },
props: { props: {
//
buttonOperationList:{
type: Array,
default: null,
},
// //
showOverflowTooltip:{ showOverflowTooltip:{
type: Boolean, type: Boolean,
@ -867,8 +882,8 @@ export default {
this.$emit("buttonClick", row, index, label); this.$emit("buttonClick", row, index, label);
}, },
//table //table
buttonOperationClick(row, label) { buttonOperationClick(row, item, index) {
this.$emit("buttonOperationClick", row, label); this.$emit("buttonOperationClick", row, item, index);
}, },
}, },
}; };
@ -911,9 +926,6 @@ export default {
.el-table__fixed-right::before { .el-table__fixed-right::before {
z-index: auto !important; z-index: auto !important;
} }
.buttonOperation-btn{
padding: 0;
}
.spamHover { .spamHover {
color: #409eff; color: #409eff;
cursor: pointer; cursor: pointer;

45
PC/InterFace.Dash/src/mixins/TableMixins.js

@ -38,6 +38,10 @@ export const tableMixins = {
tableDataDetails:[], tableDataDetails:[],
//默认tag //默认tag
firstTabs:'xq', firstTabs:'xq',
// api的表头原始数据
apiColumns_Table_copy:null,
apiColumns_DesTions_copy:null,
apiColumns_DetailsTable_copy:null,
// api的表头数据 // api的表头数据
apiColumns_Table:null, apiColumns_Table:null,
apiColumns_DesTions:null, apiColumns_DesTions:null,
@ -46,9 +50,34 @@ export const tableMixins = {
URLOption_base:allUrlOption[this.$route.name].baseURL, URLOption_base:allUrlOption[this.$route.name].baseURL,
//主表-明细 //主表-明细
URLOption_detail:allUrlOption[this.$route.name].detailURL, URLOption_detail:allUrlOption[this.$route.name].detailURL,
// 主表-操作列
operationButtonsTable:[{label:'查看详情',name:'info'}]
} }
}, },
mounted() {
// 用于api表头的字段设置监听同步
window.addEventListener('setItemEvent', (item) => {
if (item.key.indexOf('tableColumns') > -1) {
if(JSON.parse(item.newValue).length <= 0){
this.apiColumns_Table = this.apiColumns_Table_copy[this.$route.name]
}else{
this.apiColumns_Table = JSON.parse(item.newValue)
}
}
})
},
methods: { methods: {
// 获取通过api的表头数据,不可以在初始化处理,因为接口返回问题
initApiColumns(tableColumns_api,tabsDesTions_api,detailsTableColumns_api){
// 复制一份原始数据(目的:字段设置恢复)
this.apiColumns_Table_copy = JSON.parse(JSON.stringify(tableColumns_api))
this.apiColumns_DesTions_copy = JSON.parse(JSON.stringify(tabsDesTions_api))
this.apiColumns_DetailsTable_copy = JSON.parse(JSON.stringify(detailsTableColumns_api))
// 赋值表头数据
this.apiColumns_Table = this.initTableColumns(tableColumns_api[this.$route.name])
this.apiColumns_DesTions = tabsDesTions_api[this.$route.name]
this.apiColumns_DetailsTable = detailsTableColumns_api[this.$route.name]
},
//渲染数据 //渲染数据
paging(callback) { paging(callback) {
this.Loading.tableLoading = true; this.Loading.tableLoading = true;
@ -212,13 +241,18 @@ export const tableMixins = {
/** /**
* *
* @param {*} row 当前行数据 * @param {*} row 当前行数据
* @param {*} label 按钮name * @param {*} item 按钮信息
* @param {*} index 按钮索引
*/ */
buttonOperationClick(row, label) { buttonOperationClick(row, item, index) {
// 获取当前行数据,赋值给 propsData // 获取当前行数据,赋值给 propsData
this.propsData = row this.propsData = row
// 查看详情
if (label == "edit") { if (item.name == "info") {
this.inlineDialog(row)
}
// 编辑
if (item.name == "edit") {
this.formTitle = this.$route.meta.title + "编辑"; this.formTitle = this.$route.meta.title + "编辑";
this.formReveal = false this.formReveal = false
this.theEvent = "edit" this.theEvent = "edit"
@ -234,7 +268,8 @@ export const tableMixins = {
} }
this.displayDialog.editDialog = true this.displayDialog.editDialog = true
} }
if (label == 'delete') { // 删除
if (item.name == 'delete') {
this.$confirm('此操作将永久删除该消息, 是否继续?', '提示', { this.$confirm('此操作将永久删除该消息, 是否继续?', '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',

8
PC/InterFace.Dash/src/mixins/mixins.js

@ -54,11 +54,11 @@ export const mixins = {
}, },
methods: { methods: {
// 结合默认及缓存中的列表tableColumns数据做初始化 // 结合默认及缓存中的列表tableColumns数据做初始化
initTableColumns(){ initTableColumns(columnsData){
let _list_defalut = this.$isTableColumns[this.$route.name] let _list_defalut = columnsData ? columnsData : this.$isTableColumns[this.$route.name]
if(!_list_defalut)return if(!_list_defalut)return
let _local = localStorage.getItem('tableColumns_' + this.$store.getters.name.userName + '_' + this.$route.name) let _local = localStorage.getItem('tableColumns_' + JSON.parse(localStorage.getItem('currentUserInfo')).userName + '_' + this.$route.name)
let _list_local = JSON.parse(localStorage.getItem('tableColumns_' + this.$store.getters.name.userName + '_' + this.$route.name)) let _list_local = JSON.parse(localStorage.getItem('tableColumns_' + JSON.parse(localStorage.getItem('currentUserInfo')).userName + '_' + this.$route.name))
let _new_list = [] //格式化后的数据 let _new_list = [] //格式化后的数据
// 如果没有缓存则直接为默认值 // 如果没有缓存则直接为默认值
if(!_local){ if(!_local){

8
PC/InterFace.Dash/src/permission.js

@ -39,6 +39,7 @@ router.beforeEach(async (to, from, next) => {
isAutoLogin = JSON.parse(_url_isAutoLogin) isAutoLogin = JSON.parse(_url_isAutoLogin)
} }
let userInfo = localStorage.getItem('currentUserInfo') let userInfo = localStorage.getItem('currentUserInfo')
let _zh = localStorage.getItem('columnsApiNamesZh')
// 是否有用户信息: // 是否有用户信息:
// 1、如果没有判断是否为自动登录(是自动登录则自动执行登录,账号密码为配置信息中的值,不是自动登录则跳到登录页) // 1、如果没有判断是否为自动登录(是自动登录则自动执行登录,账号密码为配置信息中的值,不是自动登录则跳到登录页)
// 2、如果有用户信息:则检查是否有api接口的表头数据,没有的话重新获取 // 2、如果有用户信息:则检查是否有api接口的表头数据,没有的话重新获取
@ -55,6 +56,7 @@ router.beforeEach(async (to, from, next) => {
// login(loginForm).then(()=>{ // login(loginForm).then(()=>{
let _username = to.query.loginName ? to.query.loginName : localStorage.getItem("userNameOrEmailAddress") let _username = to.query.loginName ? to.query.loginName : localStorage.getItem("userNameOrEmailAddress")
getUsersByUserName(_username).then(res=>{ getUsersByUserName(_username).then(res=>{
// todo:currentUserInfo全程需要优化
localStorage.setItem("currentUserInfo", JSON.stringify(res)); localStorage.setItem("currentUserInfo", JSON.stringify(res));
}) })
.catch(err => { .catch(err => {
@ -62,7 +64,7 @@ router.beforeEach(async (to, from, next) => {
}) })
// 提前获取接口监控看板表头数据并存储 // 提前获取接口监控看板表头数据并存储
getInterfaceBoard().then(result => { getInterfaceBoard().then(result => {
localStorage.setItem("interfaceBoardColumnsNames", JSON.stringify(result.localization.values.Winin)); localStorage.setItem("interfaceBoardColumnsNames", JSON.stringify(result.resources[_zh].texts));
next('/') next('/')
}) })
.catch(err => { .catch(err => {
@ -85,8 +87,8 @@ router.beforeEach(async (to, from, next) => {
// const _interfaceBoardColumnsNames = localStorage.getItem("interfaceBoardColumnsNames") // const _interfaceBoardColumnsNames = localStorage.getItem("interfaceBoardColumnsNames")
// if( !_interfaceBoardColumnsNames || _interfaceBoardColumnsNames == 'undefined' || _interfaceBoardColumnsNames == 'null'){ // if( !_interfaceBoardColumnsNames || _interfaceBoardColumnsNames == 'undefined' || _interfaceBoardColumnsNames == 'null'){
getInterfaceBoard().then(result => { getInterfaceBoard().then(result => {
let _zh = localStorage.getItem('columnsApiNamesZh') // todo-new:columnsApiNamesZh配置的地址补全(evel)
localStorage.setItem("interfaceBoardColumnsNames", JSON.stringify(result.localization.values[_zh])); localStorage.setItem("interfaceBoardColumnsNames", JSON.stringify(result.resources[_zh].texts));
setTimeout(()=>{ setTimeout(()=>{
next() next()
},0) },0)

9
PC/InterFace.Dash/src/router/modules/interfaceBoard.js

@ -11,6 +11,15 @@ const interfaceBoardRouter = {
roles:'skip' roles:'skip'
}, },
children: [{ children: [{
path: 'AsnMstr',
name: 'AsnMstr',
component: () => import('@/views/interfaceBoard/AsnMstr'),
meta: {
title: initFromApiColumnsLable('AsnMstr'),
icon: '用户',
roles: 'skip'
}
},{
path: 'IncomingData', path: 'IncomingData',
name: 'IncomingData', name: 'IncomingData',
component: () => import('@/views/interfaceBoard/IncomingData'), component: () => import('@/views/interfaceBoard/IncomingData'),

9
PC/InterFace.Dash/src/utils/baseData/urlOption.js

@ -18,6 +18,15 @@ export const ExportCustomUserSetting = {
detailURL:'app/export-custom-user-setting',//主表-明细 + 明细-查看主表 detailURL:'app/export-custom-user-setting',//主表-明细 + 明细-查看主表
} }
// 接口看板管理-AsnMstr
export const AsnMstr = {
baseURL:'AsnMstr/base',//主表-列表
detailURL:'app/asn-mstr',//主表-明细 + 明细-查看主表
detailListURL:'AsnDet/base',//明细-列表,
masterId:'asnMstrId',//明细获取主表信息的masterId
masterName:'asnNbr'//明细获取主表信息的title名称
}
// 接口看板管理-IncomingData // 接口看板管理-IncomingData
export const IncomingData = { export const IncomingData = {
baseURL:'IncomingData/base',//主表-列表 baseURL:'IncomingData/base',//主表-列表

2
PC/InterFace.Dash/src/utils/defaultButtons.js

@ -42,7 +42,7 @@ export function defaultExportBtn(option) {
// 字段设置 // 字段设置
export function defaultFieldSettingBtn(option) { export function defaultFieldSettingBtn(option) {
// todo:监听已经配置过的字段按钮更改状态特殊显示 // todo:监听已经配置过的字段按钮更改状态特殊显示
let _local = localStorage.getItem('tableColumns_' + this.$store.getters.name.userName + '_' + this.$route.name) let _local = localStorage.getItem('tableColumns_' + JSON.parse(localStorage.getItem('currentUserInfo')).userName + '_' + this.$route.name)
let _type = '' let _type = ''
let _num = 0 let _num = 0
if(_local){ if(_local){

27
PC/InterFace.Dash/src/utils/detailsTableColumns_api/index.js

@ -1,7 +1,32 @@
// 此文件为【明细 - 列表】表头从接口缓存的表头 // 此文件为【列表 - 明细】+【明细 - 列表】表头从接口缓存的表头
import { initFromApiColumnsLable } from '@/utils/index' import { initFromApiColumnsLable } from '@/utils/index'
// AsnMstr
export const AsnMstr = [
{ label: initFromApiColumnsLable('AsnDetAsnMstrId'), prop: "asnMstrId"},
{ label: initFromApiColumnsLable('AsnDetAsnNbr'), prop: "asnNbr" },
{ label: initFromApiColumnsLable('AsnDetEntireBarCode'), prop: "creationTime",type:'dateTime' },
{ label: initFromApiColumnsLable('AsnDetLabelCode'), prop: "labelCode" },
{ label: initFromApiColumnsLable('AsnDetLocUm'), prop: "locUm" },
{ label: initFromApiColumnsLable('AsnDetLot'), prop: "lot" },
{ label: initFromApiColumnsLable('AsnDetPalletLabelCode'), prop: "palletLabelCode" },
{ label: initFromApiColumnsLable('AsnDetPartCode'), prop: "partCode" },
{ label: initFromApiColumnsLable('AsnDetPartType'), prop: "partType" },
{ label: initFromApiColumnsLable('AsnDetPoLine'), prop: "poLine" },
{ label: initFromApiColumnsLable('AsnDetPoNbr'), prop: "poNbr" },
{ label: initFromApiColumnsLable('AsnDetPoUm'), prop: "poUm" },
{ label: initFromApiColumnsLable('AsnDetProductionDate'), prop: "productionDate" },
{ label: initFromApiColumnsLable('AsnDetQty'), prop: "qty" },
{ label: initFromApiColumnsLable('AsnDetRemark'), prop: "remark" },
{ label: initFromApiColumnsLable('AsnDetStatus'), prop: "status" },
{ label: initFromApiColumnsLable('AsnDetStdPackQty'), prop: "stdPackQty" },
{ label: initFromApiColumnsLable('AsnDetSupplierlot'), prop: "supplierlot" },
{ label: initFromApiColumnsLable('AsnDetUmConv'), prop: "umConv" },
{ label: initFromApiColumnsLable('AsnDetWareClass'), prop: "wareClass" },
{ label: initFromApiColumnsLable('AsnDetWareCode'), prop: "wareCode" },
]
// 测试数据 // 测试数据
export const TestSchool = [ export const TestSchool = [
{ label: initFromApiColumnsLable('TestStudentDetailStudentName'), prop: "studentName" }, { label: initFromApiColumnsLable('TestStudentDetailStudentName'), prop: "studentName" },

30
PC/InterFace.Dash/src/utils/tableColumns_api/index.js

@ -11,6 +11,36 @@ export const ExportCustomUserSetting = [
{ label: initFromApiColumnsLable('ExportCustomUserSettingExportUserName'), prop: "exportUserName",type:'dateTime' }, { label: initFromApiColumnsLable('ExportCustomUserSettingExportUserName'), prop: "exportUserName",type:'dateTime' },
] ]
// AsnMstr
export const AsnMstr = [
{ label: initFromApiColumnsLable('AsnMstrAsnNbr'), prop: "asnNbr", fixed:'left'},
{ label: initFromApiColumnsLable('AsnMstrCompany'), prop: "company" },
{ label: initFromApiColumnsLable('AsnMstrContacts'), prop: "contacts" },
{ label: initFromApiColumnsLable('AsnMstrDock'), prop: "dock" },
{ label: initFromApiColumnsLable('AsnMstrDueDate'), prop: "dueDate",type:'dateTime' },
{ label: initFromApiColumnsLable('AsnMstrErrorCode'), prop: "errorCode" },
{ label: initFromApiColumnsLable('AsnMstrErrorMessage'), prop: "errorMessage", type:"showDetail" },
{ label: initFromApiColumnsLable('AsnMstrPhone'), prop: "phone" },
{ label: initFromApiColumnsLable('AsnMstrPoNbr'), prop: "poNbr" },
{ label: initFromApiColumnsLable('AsnMstrRemark'), prop: "remark" },
{ label: initFromApiColumnsLable('AsnMstrRpNbr'), prop: "rpNbr" },
{ label: initFromApiColumnsLable('AsnMstrShipDate'), prop: "shipDate" ,type:'dateTime' },
{ label: initFromApiColumnsLable('AsnMstrSite'), prop: "site" },
{ label: initFromApiColumnsLable('AsnMstrStatus'), prop: "status" },
{ label: initFromApiColumnsLable('AsnMstrTimeWindow'), prop: "timeWindow" },
{ label: initFromApiColumnsLable('AsnMstrTraceId'), prop: "traceId" },
{ label: initFromApiColumnsLable('AsnMstrTruckNbr'), prop: "truckNbr" },
{ label: initFromApiColumnsLable('AsnMstrVendorCode'), prop: "vendorCode" },
{ label: initFromApiColumnsLable('AsnMstrWhse'), prop: "whse" },
// {
// label: '操作',
// type:"buttonOperation",
// buttonText:'查看详情',
// buttonName:'info',
// fixed: "right",
// },
]
// IncomingData // IncomingData
export const IncomingData = [ export const IncomingData = [
{ label: initFromApiColumnsLable('IncomingDataCompany'), prop: "company" }, { label: initFromApiColumnsLable('IncomingDataCompany'), prop: "company" },

23
PC/InterFace.Dash/src/utils/tabsDesTions_api/index.js

@ -11,6 +11,29 @@ export const ExportCustomUserSetting = [
{ label: initFromApiColumnsLable('ExportCustomUserSettingExportUserName'), prop: "exportUserName",type:'dateTime' }, { label: initFromApiColumnsLable('ExportCustomUserSettingExportUserName'), prop: "exportUserName",type:'dateTime' },
] ]
// AsnMstr
export const AsnMstr = [
{ label: initFromApiColumnsLable('AsnMstrAsnNbr'), prop: "asnNbr" },
{ label: initFromApiColumnsLable('AsnMstrCompany'), prop: "company" },
{ label: initFromApiColumnsLable('AsnMstrContacts'), prop: "contacts" },
{ label: initFromApiColumnsLable('AsnMstrDock'), prop: "dock" },
{ label: initFromApiColumnsLable('AsnMstrDueDate'), prop: "dueDate",type:'dateTime' },
{ label: initFromApiColumnsLable('AsnMstrErrorCode'), prop: "errorCode" },
{ label: initFromApiColumnsLable('AsnMstrErrorMessage'), prop: "errorMessage", type:"showDetail" },
{ label: initFromApiColumnsLable('AsnMstrPhone'), prop: "phone" },
{ label: initFromApiColumnsLable('AsnMstrPoNbr'), prop: "poNbr",type:'dateTime' },
{ label: initFromApiColumnsLable('AsnMstrRemark'), prop: "remark" },
{ label: initFromApiColumnsLable('AsnMstrRpNbr'), prop: "rpNbr" },
{ label: initFromApiColumnsLable('AsnMstrShipDate'), prop: "shipDate" ,type:'dateTime' },
{ label: initFromApiColumnsLable('AsnMstrSite'), prop: "site" },
{ label: initFromApiColumnsLable('AsnMstrStatus'), prop: "status" },
{ label: initFromApiColumnsLable('AsnMstrTimeWindow'), prop: "timeWindow" },
{ label: initFromApiColumnsLable('AsnMstrTraceId'), prop: "traceId" },
{ label: initFromApiColumnsLable('AsnMstrTruckNbr'), prop: "truckNbr" },
{ label: initFromApiColumnsLable('AsnMstrVendorCode'), prop: "vendorCode" },
{ label: initFromApiColumnsLable('AsnMstrWhse'), prop: "whse" },
]
// 测试数据 // 测试数据
export const TestSchool = [ export const TestSchool = [
{ label: initFromApiColumnsLable('TestSchoolSchoolName'), prop: "schoolName", fixed: "left", type: "name" }, { label: initFromApiColumnsLable('TestSchoolSchoolName'), prop: "schoolName", fixed: "left", type: "name" },

2
PC/InterFace.Dash/src/views/dashboard/index.vue

@ -178,7 +178,7 @@
display: flex; display: flex;
padding-top: 10px; padding-top: 10px;
.title{ .title{
width: 180px; width: 240px;
text-align: right; text-align: right;
font-weight: bold; font-weight: bold;
flex-shrink: 0; flex-shrink: 0;

90
PC/InterFace.Dash/src/views/interfaceBoard/TestSchool.vue → PC/InterFace.Dash/src/views/interfaceBoard/AsnMstr.vue

@ -23,6 +23,8 @@
:primarySearchOption="primarySearchOption" :primarySearchOption="primarySearchOption"
@overallSearchFormClick="overallSearchFormClick" @overallSearchFormClick="overallSearchFormClick"
:httpOverallSearchData="httpOverallSearchData" :httpOverallSearchData="httpOverallSearchData"
@buttonOperationClick="buttonOperationClick"
:buttonOperationList="operationButtonsTable"
></tablePagination> ></tablePagination>
<curren-Drawer <curren-Drawer
:title="apiColumns_DesTions" :title="apiColumns_DesTions"
@ -30,8 +32,8 @@
:tabsDesTions="apiColumns_DesTions" :tabsDesTions="apiColumns_DesTions"
:DrawerLoading="Loading.DrawerLoading" :DrawerLoading="Loading.DrawerLoading"
:drawer="displayDialog.detailsDialog" :drawer="displayDialog.detailsDialog"
:dropdownData="dropdownData"
:propsData="propsData" :propsData="propsData"
:Butttondata="[]"
@drawerShut="(val) => (displayDialog.detailsDialog = val)" @drawerShut="(val) => (displayDialog.detailsDialog = val)"
@drawerbutton="drawerbutton" @drawerbutton="drawerbutton"
@handleCommand="drawerHandle" @handleCommand="drawerHandle"
@ -42,31 +44,12 @@
@alterResultCountDetails="alterResultCountDetails" @alterResultCountDetails="alterResultCountDetails"
@alertoldSkipCountDetails="alertoldSkipCountDetails" @alertoldSkipCountDetails="alertoldSkipCountDetails"
></curren-Drawer> ></curren-Drawer>
<!-- 新增与编辑 -->
<newAndEdiDialog
:loading="Loading.newAndEdiLoading"
:active="active"
:pageStatus="pageStatus"
:formReveal="formReveal"
:formTitle="formTitle"
:displayDialog="editDialog"
:FormData="formReveal ? CreateFormData : editFormData"
:Form="formReveal ? CreateForm : editForm"
:Options="editOptions"
:Handle="editHandle"
:Rules="formReveal ? editRules.cerateRule : editRules.editRule"
@FormSubmit="FormSubmit"
@close="FormClose"
@goBack="goBack"
></newAndEdiDialog>
<filterForDetailPage <filterForDetailPage
v-if="filterForDetailShow" v-if="filterForDetailShow"
:listColumns="apiColumns_DetailsTable" :listColumns="apiColumns_DetailsTable"
:parentColumns="apiColumns_Table" :parentColumns="apiColumns_Table"
@closeDialog="changeFilterForDetailShow" @closeDialog="changeFilterForDetailShow"
></filterForDetailPage> ></filterForDetailPage>
<!-- DeleteApi="TestSchoolDetailList_delete" -->
<!-- todo: 明细查询中的parentColumns 是否需要独立表头现与列表页面一致-->
</div> </div>
</template> </template>
<script> <script>
@ -74,7 +57,6 @@ import { tableMixins } from "@/mixins/TableMixins";
import { LoadingMixins } from "@/mixins/LoadingMixins"; import { LoadingMixins } from "@/mixins/LoadingMixins";
import { drawerMixins } from "@/mixins/drawerMixins" import { drawerMixins } from "@/mixins/drawerMixins"
import { TableHeaderMixins } from "@/mixins/TableHeaderMixins"; import { TableHeaderMixins } from "@/mixins/TableHeaderMixins";
import { newAndEdiDialogMixins } from "@/mixins/newAndEdiDialogMixins"
import { mixins } from "@/mixins/mixins"; import { mixins } from "@/mixins/mixins";
import { filterSelectMixins } from '@/mixins/filter-Select' import { filterSelectMixins } from '@/mixins/filter-Select'
import { getToken } from '@/utils/auth' import { getToken } from '@/utils/auth'
@ -84,7 +66,7 @@ import * as detailsTableColumns_api from "@/utils/detailsTableColumns_api/index
export default { export default {
name: "TestSchool", name: "AsnMstr",
mixins: [ mixins: [
tableMixins, tableMixins,
LoadingMixins, LoadingMixins,
@ -92,88 +74,28 @@ export default {
TableHeaderMixins, TableHeaderMixins,
mixins, mixins,
filterSelectMixins, filterSelectMixins,
newAndEdiDialogMixins
], ],
computed: {
editDialog: {
get: function () {
return this.displayDialog.newDialog || this.displayDialog.editDialog;
},
},
},
data() { data() {
return { return {
// //
currenButtonData: [ currenButtonData: [
this.defaultAddBtn(),//
this.defaultExportBtn({ this.defaultExportBtn({
isRedundance:true, isRedundance:true,
isDetailExport:true isDetailExport:true
}),// }),//
this.defaultFieldSettingBtn(),//
this.defaultFreshBtn(),// this.defaultFreshBtn(),//
this.defaultFilterBtn(),// this.defaultFilterBtn(),//
this.defaultFilterForDetailBtn()// this.defaultFilterForDetailBtn()//
], ],
// //
filterForDetailShow:false, filterForDetailShow:false,
//
CreateFormData: {
schoolName:null,
orderType:null,
details:null,
details: [
{
"lastModifierId": "ad731144-d789-f322-fede-327cac55dd36",
"creationTime": "1978-07-18T22:00:37.5Z",
"creatorId": "19e78d1b-6203-8d6d-b6e7-ae5b503c0824",
"id": "5926ec25-2132-ba25-6b93-e453c17f00e2",
"studentName": "张三0712",
"orderType": 712,
"masterId": "a044e2c6-3bc6-7cdd-55a6-f1a2a9682ccb",
"lastModificationTime": "1946-12-30T14:22:31.982Z"
},
],
},
//
editFormData: {
id:null,
schoolName:null,
orderType:null,
details:null,
},
//
CreateForm: [
{ type: "input", label: '名称', prop: 'schoolName', colSpan: 12 },
{ type: "input", label: 'orderType', prop: 'orderType', colSpan: 12 },
],
//
editForm: [
{ type: "input", label: '名称', prop: 'schoolName', colSpan: 12 },
{ type: "input", label: 'orderType', prop: 'orderType', colSpan: 12 },
],
editOptions: {},
editRules: {
cerateRule: {
schoolName: [{ required: true, trigger: "blur", message: "不可为空" }],
},
editRule: {
schoolName: [{ required: true, trigger: "blur", message: "不可为空" }],
}
},
}; };
}, },
mounted() { mounted() {
this.initApiColumns() this.initApiColumns(tableColumns_api,tabsDesTions_api,detailsTableColumns_api)
this.paging(); this.paging();
}, },
methods: {
// api
initApiColumns(){
this.apiColumns_Table = tableColumns_api[this.$route.name]
this.apiColumns_DesTions = tabsDesTions_api[this.$route.name]
this.apiColumns_DetailsTable = detailsTableColumns_api[this.$route.name]
},
}
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>

2
PC/InterFace.Dash/src/views/interfaceBoard/demo_detail_addbase.vue

@ -85,7 +85,7 @@ import * as detailsTableColumns_api from "@/utils/detailsTableColumns_api/index
export default { export default {
name: "TestSchool", name: "demo_detail_addbase",
mixins: [ mixins: [
tableMixins, tableMixins,
LoadingMixins, LoadingMixins,

2
PC/InterFace.Dash/src/views/interfaceBoard/demo_read.vue

@ -68,7 +68,7 @@ import * as detailsTableColumns_api from "@/utils/detailsTableColumns_api/index
export default { export default {
name: "TestSchool", name: "demo_read",
mixins: [ mixins: [
tableMixins, tableMixins,
LoadingMixins, LoadingMixins,

Loading…
Cancel
Save