diff --git a/src/components/XdTable/index.vue b/src/components/XdTable/index.vue index 6dfee464..b1128260 100644 --- a/src/components/XdTable/index.vue +++ b/src/components/XdTable/index.vue @@ -601,7 +601,7 @@ export default { this.updateTable() this.initSort(); - this.initKeyDown(); + // this.initKeyDown(); this.tableDom=this.getTableDom(); }, methods: { @@ -698,15 +698,18 @@ export default { if(selTplItem){ this.form=selTplItem; this.curentTbShowTpl=selTplItem.tplCode; + this.initStorage(); + this.updateTable(); } - + // 检查字段描述 // console.log("===>initTbShowlList=2222=>",this.storeTplList); // console.log("===>this.curentTbShowTpl=2222=>",this.curentTbShowTpl); - } }); }, + // 矫正模版数据 + savaTbShowTpl(){ if(!this.form.tplName){ this.form.tplName='默认' @@ -1112,7 +1115,7 @@ export default { }) // 必须在节点数组存在的才有意义 list = list.filter(item => this.$vnode.componentOptions.children.find(n => { - return n.componentOptions && item.label === n.componentOptions.propsData.label + return n.componentOptions && item.prop === n.componentOptions.propsData.prop })) this.storageList = list }, diff --git a/src/views/emis/emisTmsPack/packageManagement.vue b/src/views/emis/emisTmsPack/packageManagement.vue index 0d1ae6cf..bbc0458b 100644 --- a/src/views/emis/emisTmsPack/packageManagement.vue +++ b/src/views/emis/emisTmsPack/packageManagement.vue @@ -1,1735 +1,96 @@ + - + + + + + diff --git a/src/views/emis/emisTmsSiteBatch/packListView.vue b/src/views/emis/emisTmsSiteBatch/packListView.vue index ae793fce..83df17a6 100644 --- a/src/views/emis/emisTmsSiteBatch/packListView.vue +++ b/src/views/emis/emisTmsSiteBatch/packListView.vue @@ -9,7 +9,7 @@ showSearch.sync="false" :queryParams="queryParams" :total="total" - :showRightButton="false" + :showRightButton="true" @queryTable="getList" @selection-change="handleSelectionChange" @expand-change="expandChange" @@ -160,7 +160,7 @@ export default { propType: "", slotProps: {} }, - dicts: [], + dicts: ['emis_pack_status'], data() { return { loading: false, diff --git a/src/views/emis/emisWaybill/waybillIsPrinted.vue b/src/views/emis/emisWaybill/waybillIsPrinted.vue index b2afd862..ba1cf368 100644 --- a/src/views/emis/emisWaybill/waybillIsPrinted.vue +++ b/src/views/emis/emisWaybill/waybillIsPrinted.vue @@ -133,9 +133,9 @@ - +