This commit is contained in:
linfso 2024-06-24 09:22:55 +08:00
parent 5cc1a17149
commit 54329d40c2
100 changed files with 238 additions and 238 deletions

View File

@ -198,7 +198,7 @@ export default {
</script>
<style scoped lang="scss">
// .el-upload--picture-card 控制加号部分
:deep.hide .el-upload--picture-card {
:deep .hide .el-upload--picture-card {
display: none;
}
// 去掉动画效果

View File

@ -186,7 +186,7 @@ export default {
</script>
<style lang="scss" scoped>
.mini-form {
:deep.el-form-item--mini.el-form-item {
:deep .el-form-item--mini.el-form-item {
margin-bottom: 10px;
}
}

View File

@ -106,7 +106,7 @@
<div>扫二维码下载 探路国际速运APP</div>
</div>
<div style="width: 100%;height: 100%;text-align:center;">
<QrCodeImage width="220" height="220" style="width: 220px;margin:auto" id="shareQrCodeImage" :text="appUrl" logoImage="@/assets/logo/short_logo.png"/>
<QrCodeImage width="220" height="220" style="width: 220px;margin:auto" id="shareQrCodeImage" :text="appUrl" />
</div>
</div>
</el-dialog>

View File

@ -16,7 +16,7 @@
</search-form>
<xd-table v-loading="loading"
border
border
size="mini"
:data="emisCustomerAddressList"
:showSearch.sync="showSearch"

View File

@ -1,7 +1,7 @@
<template>
<div class="">
<xd-table v-loading="loading"
border
border
size="mini"
height="300px"
:data="dataList"

View File

@ -1,7 +1,7 @@
<template>
<div class="">
<xd-table v-loading="loading"
border
border
size="mini"
:data="scanRecordList"
:queryParams="queryParams"

View File

@ -110,7 +110,7 @@
<!-- size="mini" border-->
<xd-table
size="mini"
v-loading="loading" border
v-loading="loading" border
:data="emisCountryList"
:showSearch.sync="showSearch"
:total="total"

View File

@ -17,13 +17,13 @@
</search-form>
<xd-table
<xd-table
slot="pageContent"
slot-scope="slotProps"
:height="(slotProps.contentHeight-50)+'px'"
v-loading="loading"
border
border
size="mini"
:data="emisCountryAreaList"
:showSearch.sync="showSearch"

View File

@ -1,7 +1,7 @@
<template>
<div class="app-container">
<SearchForm :model="queryParams" ref="queryForm" size="small" :maxShow="3" label-width="68px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
<el-form-item label="" prop="accCode">
<el-input
v-model="queryParams.accCode"
@ -116,9 +116,9 @@
</el-form-item>
</SearchForm>
<XdTable v-loading="loading"
border
<XdTable v-loading="loading"
border
size="small"
:data="emisCustomerAccountList"
:showSearch.sync="showSearch"
@ -128,7 +128,7 @@
@selection-change="handleSelectionChange"
@sort-change="handleSortChange"
>
<div slot="toolbar">
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
@ -141,7 +141,7 @@
v-hasPermi="['emis:emisCustomerAccount:add']"
>新增</el-button>
</el-col>
<!--
<!--
<el-col :span="1.5">
<el-button
type="success"
@ -176,7 +176,7 @@
</el-col> -->
</el-row>
</div>
<el-table-column type="selection" width="55" align="center" />
<!--
<el-table-column label="序号" align="center" min-width="60">
@ -184,7 +184,7 @@
<span v-text="getIndex(scope.$index)"> </span>
</template>
</el-table-column>
<el-table-column label="xxx" align="left" prop="xxx" min-width="180">
<template slot-scope="scope">
<div class="link-type" @click="handleView(scope.row)">{{scope.row.orderSn}}</div>
@ -238,7 +238,7 @@
@click="handleUpdate(scope.row)"
v-hasPermi="['emis:emisCustomerAccount:edit']"
>修改</el-button>
<!--
<!--
<el-button
size="mini"
type="text"
@ -253,7 +253,7 @@
<el-dialog :title="titleForm" :visible.sync="openForm" width="50%" :destroy-on-close="true" v-dialogDrag append-to-body>
<emisCustomerAccountForm :id="currentId" @on-changed="handleFormChanged" @on-cancel="cancelForm"></EmisCustomerAccountForm>
</el-dialog>
<!--
<el-dialog :title="titleView" :visible.sync="openView" width="60%" :close-on-click-modal="false" v-dialogDrag append-to-body>
@ -293,7 +293,7 @@ export default {
total: 0,
// 快递用户结算账户表格数据
emisCustomerAccountList: [],
currentId:null,
openForm: false,
titleForm: "",
@ -349,7 +349,7 @@ export default {
this.loading = false;
});
},
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;

View File

@ -29,7 +29,7 @@
slot-scope="slotProps"
:height="(slotProps.contentHeight)+'px'"
v-loading="loading"
border
border
size="small"
:data="emisCustomerAddressList"
:showSearch.sync="showSearch"

View File

@ -32,7 +32,7 @@
:height="(slotProps.contentHeight)+'px'"
v-loading="loading"
border
border
size="small"
:data="emisCustomerAddressList"
:showSearch.sync="showSearch"

View File

@ -1,7 +1,7 @@
<template>
<div class="app-container">
<SearchForm :model="queryParams" ref="queryForm" size="small" :maxShow="3" label-width="68px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
<el-form-item label="" prop="settleBillNo">
<el-input
v-model="queryParams.settleBillNo"
@ -316,9 +316,9 @@
</el-form-item>
</SearchForm>
<XdTable v-loading="loading"
border
<XdTable v-loading="loading"
border
size="small"
:data="emisCustomerSettleBillList"
:showSearch.sync="showSearch"
@ -328,7 +328,7 @@
@selection-change="handleSelectionChange"
@sort-change="handleSortChange"
>
<div slot="toolbar">
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
@ -341,7 +341,7 @@
v-hasPermi="['emis:emisCustomerSettleBill:add']"
>新增</el-button>
</el-col>
<!--
<!--
<el-col :span="1.5">
<el-button
type="success"
@ -376,7 +376,7 @@
</el-col> -->
</el-row>
</div>
<el-table-column type="selection" width="55" align="center" />
<!--
<el-table-column label="序号" align="center" min-width="60">
@ -384,7 +384,7 @@
<span v-text="getIndex(scope.$index)"> </span>
</template>
</el-table-column>
<el-table-column label="xxx" align="left" prop="xxx" min-width="180">
<template slot-scope="scope">
<div class="link-type" @click="handleView(scope.row)">{{scope.row.orderSn}}</div>
@ -463,7 +463,7 @@
@click="handleUpdate(scope.row)"
v-hasPermi="['emis:emisCustomerSettleBill:edit']"
>修改</el-button>
<!--
<!--
<el-button
size="mini"
type="text"
@ -478,7 +478,7 @@
<el-dialog :title="titleForm" :visible.sync="openForm" width="50%" :destroy-on-close="true" v-dialogDrag append-to-body>
<emisCustomerSettleBillForm :id="currentId" @on-changed="handleFormChanged" @on-cancel="cancelForm"></EmisCustomerSettleBillForm>
</el-dialog>
<!--
<el-dialog :title="titleView" :visible.sync="openView" width="60%" :close-on-click-modal="false" v-dialogDrag append-to-body>
@ -518,7 +518,7 @@ export default {
total: 0,
// 快递用户结算账单表格数据
emisCustomerSettleBillList: [],
currentId:null,
openForm: false,
titleForm: "",
@ -599,7 +599,7 @@ export default {
this.loading = false;
});
},
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;

View File

@ -55,7 +55,7 @@
v-loading="loading"
border
border
size="small"
:data="emisCustomerUserList"
:tbData="emisCustomerUserList"

View File

@ -90,7 +90,7 @@
slot-scope="slotProps"
:height="(slotProps.contentHeight)+'px'"
v-loading="loading"
border
border
size="small"
:data="emisCustomerUserList"
:showSearch.sync="showSearch"

View File

@ -23,7 +23,7 @@
<xd-table v-loading="loading"
border
border
size="small"
:data="emisElectronicPagList"
:showSearch.sync="showSearch"

View File

@ -54,7 +54,7 @@
<XdTable v-loading="loading"
border
border
size="small"
:data="emisElectronicPagApplyList"
:showSearch.sync="showSearch"

View File

@ -51,7 +51,7 @@
<XdTable v-loading="loading"
border
border
size="small"
:data="emisElectronicPagApplyList"
:showSearch.sync="showSearch"

View File

@ -51,7 +51,7 @@
<XdTable v-loading="loading"
border
border
size="small"
:data="emisElectronicPagApplyList"
:showSearch.sync="showSearch"

View File

@ -51,7 +51,7 @@
<XdTable v-loading="loading"
border
border
size="small"
:data="emisElectronicPagApplyList"
:showSearch.sync="showSearch"

View File

@ -51,7 +51,7 @@
<XdTable v-loading="loading"
border
border
size="small"
:data="emisElectronicPagApplyList"
:showSearch.sync="showSearch"

View File

@ -51,7 +51,7 @@
<XdTable v-loading="loading"
border
border
size="small"
:data="emisElectronicPagApplyList"
:showSearch.sync="showSearch"

View File

@ -94,7 +94,7 @@
<XdTable v-loading="loading"
border
border
size="small"
:data="emisElectronicSitePagList"
:showSearch.sync="showSearch"

View File

@ -37,7 +37,7 @@
:height="(slotProps.contentHeight)+'px'"
v-loading="loading"
border
border
size="mini"
:data="emisExchangeRateList"
:showSearch.sync="showSearch"

View File

@ -20,7 +20,7 @@
<!-- <el-table v-loading="loading" :data="emisFeeTypeList" @selection-change="handleSelectionChange"> -->
<XdTable
size="mini"
v-loading="loading" border
v-loading="loading" border
:data="emisFeeTypeList"
:showSearch.sync="showSearch"
:total="total"

View File

@ -26,17 +26,17 @@
@keyup.enter.native="handleQuery"
/>
</el-form-item>
</SearchForm>
<XdTable
<XdTable
slot="pageContent"
slot-scope="slotProps"
:height="(slotProps.contentHeight)+'px'"
v-loading="loading"
border
border
size="small"
:data="emisGoodsList"
:showSearch.sync="showSearch"

View File

@ -38,7 +38,7 @@
:height="(slotProps.contentHeight)+'px'"
v-loading="loading"
border
border
size="small"
:data="emisMaterialList"
:showSearch.sync="showSearch"

View File

@ -102,7 +102,7 @@
<XdTable v-loading="loading"
border
border
size="small"
:data="emisMonthpayUseApplyList"
:showSearch.sync="showSearch"

View File

@ -1,7 +1,7 @@
<template>
<div class="app-container">
<SearchForm :model="queryParams" ref="queryForm" size="small" :maxShow="3" label-width="68px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
<el-form-item label="" prop="tplCode">
<el-input
v-model="queryParams.tplCode"
@ -36,9 +36,9 @@
</el-form-item>
</SearchForm>
<XdTable v-loading="loading"
border
<XdTable v-loading="loading"
border
size="small"
:data="emisPrintTplRelList"
:showSearch.sync="showSearch"
@ -48,7 +48,7 @@
@selection-change="handleSelectionChange"
@sort-change="handleSortChange"
>
<div slot="toolbar">
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
@ -61,7 +61,7 @@
v-hasPermi="['emis:emisPrintTplRel:add']"
>新增</el-button>
</el-col>
<!--
<!--
<el-col :span="1.5">
<el-button
type="success"
@ -96,7 +96,7 @@
</el-col> -->
</el-row>
</div>
<el-table-column type="selection" width="55" align="center" />
<!--
<el-table-column label="序号" align="center" min-width="60">
@ -104,7 +104,7 @@
<span v-text="getIndex(scope.$index)"> </span>
</template>
</el-table-column>
<el-table-column label="xxx" align="left" prop="xxx" min-width="180">
<template slot-scope="scope">
<div class="link-type" @click="handleView(scope.row)">{{scope.row.orderSn}}</div>
@ -148,7 +148,7 @@
@click="handleUpdate(scope.row)"
v-hasPermi="['emis:emisPrintTplRel:edit']"
>修改</el-button>
<!--
<!--
<el-button
size="mini"
type="text"
@ -163,7 +163,7 @@
<el-dialog :title="titleForm" :visible.sync="openForm" width="50%" :destroy-on-close="true" v-dialogDrag append-to-body>
<emisPrintTplRelForm :id="currentId" @on-changed="handleFormChanged" @on-cancel="cancelForm"></EmisPrintTplRelForm>
</el-dialog>
<!--
<el-dialog :title="titleView" :visible.sync="openView" width="60%" :close-on-click-modal="false" v-dialogDrag append-to-body>
@ -203,7 +203,7 @@ export default {
total: 0,
// 快递商户关联表表格数据
emisPrintTplRelList: [],
currentId:null,
openForm: false,
titleForm: "",
@ -249,7 +249,7 @@ export default {
this.loading = false;
});
},
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;

View File

@ -57,7 +57,7 @@
:height="(slotProps.contentHeight)+'px'"
v-loading="loading"
border
border
size="mini"
:data="emisProblemTypeList"
:showSearch.sync="showSearch"

View File

@ -81,7 +81,7 @@
<el-table
size="mini"
ref="areaTable"
border
border
highlight-current-row
v-loading="loading"
:data="emisQuoteDispAreaList"

View File

@ -80,7 +80,7 @@
<el-table
size="mini"
ref="areaTable1"
border
border
highlight-current-row
v-loading="loading"
:data="emisQuoteSendAreaList"

View File

@ -55,7 +55,7 @@
lazy
:load="treeLoad"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
border
border
size="mini"
:showSearch.sync="showSearch"
:queryParams="queryParams"
@ -77,7 +77,7 @@
v-hasPermi="['emis:emisRegion:add']"
>新增省份</el-button>
</el-col>
<el-col :span="1.5">
<el-button
type="danger"

View File

@ -101,7 +101,7 @@
<xd-table v-loading="loading"
border
border
size="small"
:data="emisRegionList"
:showSearch.sync="showSearch"

View File

@ -36,7 +36,7 @@
<XdTable v-loading="loading"
border
border
size="mini"
:data="emisSettleTypeList"
:showSearch.sync="showSearch"

View File

@ -213,7 +213,7 @@
<xd-table v-loading="loading"
border
border
size="small"
storageName="emisSiteAccountList_tmp1"
:data="emisSiteAccountList"

View File

@ -42,7 +42,7 @@
storageName="prepaymentAccountManagement"
v-loading="loading"
border
border
size="mini"
:data="emisSiteAccountList"
:showSearch.sync="showSearch"

View File

@ -36,7 +36,7 @@
storageName="prepaymentBalanceInquiry"
v-loading="loading"
border
border
size="mini"
:data="emisSiteAccountList"
:showSearch.sync="showSearch"

View File

@ -24,7 +24,7 @@
storageName="emisSiteBillControlList_main"
v-loading="loading"
border
border
size="mini"
:data="emisSiteBillControlList"
:showSearch.sync="showSearch"

View File

@ -44,7 +44,7 @@
<XdTable v-loading="loading"
border
border
size="mini"
storageName="prepaidRechargeAudit_main"
:data="emisSitePrepaidRechargeList"

View File

@ -53,7 +53,7 @@
<XdTable v-loading="loading"
border
border
size="mini"
storageName="emisSiteSettleRecord_main"

View File

@ -36,7 +36,7 @@
<XdTable v-loading="loading"
border
border
size="mini"
:data="emisSmsSendRecordList"

View File

@ -36,7 +36,7 @@
storageName="emisSpecialCalcWeight_main"
v-loading="loading"
border
border
size="mini"
:data="emisSpecialCalcWeightList"
:showSearch.sync="showSearch"

View File

@ -22,7 +22,7 @@
<XdTable v-loading="loading"
border
border
size="small"
:data="emisTmsCarList"
storageName="emisTmsCar_main"

View File

@ -198,7 +198,7 @@
<XdTable v-loading="loading"
border
border
size="small"
storageName="emisTmsDriver_main"
:data="emisTmsDriverList"

View File

@ -21,7 +21,7 @@
<XdTable v-loading="loading"
border
border
size="mini"
storageName="emisTmsPack_main"
:data="emisTmsPackList"

View File

@ -128,7 +128,7 @@
<el-tab-pane label="待合包" name="first">
<XdTable v-loading="loadingWait"
:height="(slotProps.contentHeight-200)+'px'"
border
border
size="small"
:data="emisTmsWaitPackList"
:showSearch.sync="showSearch"
@ -207,7 +207,7 @@
<!-- <el-tab-pane label="已合包" name="second">
<XdTable v-loading="loadingDone"
:height="(slotProps.contentHeight-200)+'px'"
border
border
size="small"
:data="emisTmsDonePackList"
:showSearch.sync="showSearch"
@ -286,7 +286,7 @@
<el-tab-pane label="合包列表" name="third">
<XdTable v-loading="loading"
:height="(slotProps.contentHeight-200)+'px'"
border
border
size="small"
ref="table"
:data="emisTmsPackList"
@ -305,7 +305,7 @@
<XdTable v-loading="loadingDone"
height="200px"
style="margin-left: 5%;width:90%;"
border
border
size="small"
:data="emisTmsDonePackList"
showSearch.sync="false"
@ -511,7 +511,7 @@
<XdTable v-loading="loading"
height="300px"
min-height="300px"
border
border
size="small"
id="emisCoPackDetail"
:data="emisCoPackDetail"
@ -691,7 +691,7 @@
<XdTable v-loading="loading2"
height="300px"
min-height="300px"
border
border
size="small"
id="emisWayBillList"
:data="emisWayBillList"
@ -1026,7 +1026,7 @@ export default {
let mainBillCode=item.substr(0,14);
newBillCodeStr=newBillCodeStr+mainBillCode+",";
}else if(item == ""){
}else{
newBillCodeStr=newBillCodeStr+item+",";
}
@ -1040,7 +1040,7 @@ export default {
this.queryParams.packNo=null;
}
}
this.emisTmsPackList = [];
if (null != this.dateTimeRange && '' != this.dateTimeRange) {
this.queryParams.params["beginSendDate"] = dateToStr(new Date(this.dateTimeRange[0]));
@ -1070,7 +1070,7 @@ export default {
let mainBillCode=item.substr(0,14);
newBillCodeStr=newBillCodeStr+mainBillCode+",";
}else if(item == ""){
}else{
newBillCodeStr=newBillCodeStr+item+",";
}
@ -1120,7 +1120,7 @@ export default {
let mainBillCode=item.substr(0,14);
newBillCodeStr=newBillCodeStr+mainBillCode+",";
}else if(item == ""){
}else{
newBillCodeStr=newBillCodeStr+item+",";
}
@ -1173,7 +1173,7 @@ export default {
let mainBillCode=item.substr(0,14);
newBillCodeStr=newBillCodeStr+mainBillCode+",";
}else if(item == ""){
}else{
newBillCodeStr=newBillCodeStr+item+",";
}
@ -1326,7 +1326,7 @@ export default {
// // })
// }
// })
}
this.openForm= false;
this.titleForm = "";
@ -1468,7 +1468,7 @@ export default {
}
}
this.tempExistCoPackWayBillList = afterList;//this.tempExistCoPackWayBillList.filter(item => {idsArrTemp.indexOf(item.id) == -1})
this.computeTotal();
// 更新主表
this.tempCoPackInfo.destCountry = this.coData.destCountry;

View File

@ -70,7 +70,7 @@
<XdTable v-loading="loading"
border
border
size="small"
:data="emisTmsPackDtlList"
:showSearch.sync="showSearch"

View File

@ -72,7 +72,7 @@
</div>
<xd-table v-loading="loading"
border
border
ref="multipleTable"
size="small"
:queryParams="queryParams"
@ -249,7 +249,7 @@ export default {
this.$message.error("请选择派件员");
return;
}
let bcList=this.formBatch.billCode.trim().split(/[;\;\,\,\n]/)||[];
let bcList=this.formBatch.billCode.trim().split(/[;\;\,\,\n]/)||[];
let scanWeight = this.form.scanWeight
let dispatchOrSendMan = this.form.dispatchOrSendMan;
let dispatchOrSendManCode = this.form.dispatchOrSendManCode;
@ -500,7 +500,7 @@ export default {
this.ids.splice(this.ids.indexOf(item.billCode+"40"),1)
})
this.$modal.msgSuccess("派件扫描上传"+scanRstItem.message);
}
}
this.dataMap = dataMap;
console.log(this.emisTmsScanRecordList)
this.emisTmsScanRecordList = newList.filter(function(item) {

View File

@ -61,7 +61,7 @@
</div>
<xd-table v-loading="loading"
border
border
ref="multipleTable"
size="small"
:queryParams="queryParams"

View File

@ -78,7 +78,7 @@
</div>
<xd-table v-loading="loading"
border
border
ref="multipleTable"
size="small"
:queryParams="queryParams"
@ -261,7 +261,7 @@ export default {
this.$message.error("输入单号后回车");
return;
}
let bcList=this.formBatch.billCode.trim().split(/[;\;\,\,\n]/)||[];
let bcList=this.formBatch.billCode.trim().split(/[;\;\,\,\n]/)||[];
let scanWeight = this.form.scanWeight;
let bagNo = this.form.bagNo;

View File

@ -72,7 +72,7 @@
</div>
<xd-table v-loading="loading"
border
border
ref="multipleTable"
size="small"
:queryParams="queryParams"

View File

@ -70,7 +70,7 @@
</div>
<xd-table v-loading="loading"
border
border
ref="multipleTable"
size="small"
:queryParams="queryParams"

View File

@ -27,7 +27,7 @@
</el-input>
</el-form-item>
</el-col>
</el-form>
</el-row>
@ -69,7 +69,7 @@
</div>
<xd-table v-loading="loading"
border
border
ref="multipleTable"
size="small"
:queryParams="queryParams"
@ -245,7 +245,7 @@ export default {
this.$message.error("输入单号后回车");
return;
}
let bcList=this.formBatch.billCode.trim().split(/[;\;\,\,\n]/)||[];
let bcList=this.formBatch.billCode.trim().split(/[;\;\,\,\n]/)||[];
let scanWeight = this.form.scanWeight
let dispatchOrSendManCode = this.form.dispatchOrSendManCode;

View File

@ -230,7 +230,7 @@
<xd-table v-loading="loading"
border
border
size="small"
:data="emisTmsScanRecordList"
:showSearch.sync="showSearch"

View File

@ -74,7 +74,7 @@
</div>
<xd-table v-loading="loading"
border
border
ref="multipleTable"
size="small"
:queryParams="queryParams"

View File

@ -70,7 +70,7 @@
</div>
<xd-table v-loading="loading"
border
border
ref="multipleTable"
size="small"
:queryParams="queryParams"

View File

@ -74,7 +74,7 @@
</div>
<xd-table v-loading="loading"
border
border
ref="multipleTable"
size="small"
:queryParams="queryParams"
@ -201,12 +201,12 @@ export default {
this.form.dispatchOrSendMan=this.$store.getters.empName;
this.form.dispatchOrSendManCode=this.$store.getters.empCode;
this.$nextTick(function() {
let form = this.$refs.form.$el;
let tableH = form.offsetHeight+265;
this.tableHeight = window.innerHeight - tableH;
});
});
},
methods: {
@ -255,7 +255,7 @@ export default {
this.$message.error("输入单号后回车");
return;
}
let bcList=this.formBatch.billCode.trim().split(/[;\;\,\,\n]/)||[];
let bcList=this.formBatch.billCode.trim().split(/[;\;\,\,\n]/)||[];
let scanWeight = this.form.scanWeight
let dispatchOrSendManCode = this.form.dispatchOrSendManCode;
@ -470,7 +470,7 @@ export default {
this.form.scanType = '70';
this.form.scanDate = new Date();
let record =Object.assign({}, this.form)
record.billCode=scanRstItem.billCode;
console.log(record)

View File

@ -65,7 +65,7 @@
</div>
<xd-table v-loading="loading"
border
border
ref="multipleTable"
size="small"
:queryParams="queryParams"
@ -245,7 +245,7 @@ export default {
this.$message.error("输入单号后回车");
return;
}
let bcList=this.formBatch.billCode.trim().split(/[;\;\,\,\n]/)||[];
let bcList=this.formBatch.billCode.trim().split(/[;\;\,\,\n]/)||[];
let scanWeight = this.form.scanWeight
let dispatchOrSendManCode = this.form.dispatchOrSendManCode;

View File

@ -94,7 +94,7 @@
<xd-table v-loading="loading"
ref="dataTable"
border
border
size="small"
:data="emisElectronicPagApplyList"
:showSearch.sync="showSearch"

View File

@ -69,7 +69,7 @@
<xd-table v-loading="loading"
ref="multipleTable"
border
border
size="small"
:data="tmsScanList"
:showSearch.sync="showSearch"
@ -132,7 +132,7 @@
<span>{{ parseTime(scope.row.scanDate) }}</span>
</template>
</el-table-column>
<el-table-column :label="$t('派件员')" align="center" prop="dispatchManName" min-width="150">
<template slot-scope="scope">
<span class="ellipsis">{{ scope.row.waybillDetail.dispatchManName }}</span>
@ -577,7 +577,7 @@ export default {
.el-divider__text {
color: #0955ee;
cursor: pointer;
}
}
.query-label {
.el-radio{
display: block;

View File

@ -52,7 +52,7 @@
<!-- <el-tabs v-model="activeName" @tab-click="handleClick">
<el-tab-pane label="统计数据" name="first"> -->
<xd-table v-loading="loading"
border
border
size="small"
:data="emisStatList"
:showSearch.sync="showSearch"
@ -103,7 +103,7 @@
<el-tab-pane label="明细数据" name="second"> -->
<el-dialog :title="titleForm" :visible.sync="openForm" width="90%" v-dialogDrag :close-on-click-modal="false" append-to-body>
<xd-table v-loading="loading"
border
border
size="mini"
:data="emisStatRecordList"
:showSearch.sync="showSearch"

View File

@ -58,7 +58,7 @@
</el-row >
<xd-table v-loading="loading"
border
border
size="small"
:data="tmsScanList"
:showSearch.sync="showSearch"

View File

@ -112,7 +112,7 @@
</div>
<xd-table v-loading="loading"
border
border
ref="multipleTable"
size="small"
:queryParams="queryParams"

View File

@ -67,7 +67,7 @@
</div>
<xd-table v-loading="loading"
border
border
ref="multipleTable"
size="small"
:queryParams="queryParams"

View File

@ -57,7 +57,7 @@
</div>
<xd-table v-loading="loading"
border
border
ref="multipleTable"
size="small"
:queryParams="queryParams"

View File

@ -123,7 +123,7 @@
<el-tab-pane label="待组批次" name="first">
<XdTable v-loading="loadingWait"
:height="(slotProps.contentHeight-200)+'px'"
border
border
size="small"
:data="emisTmsWaitPackList"
:showSearch.sync="showSearch"
@ -207,7 +207,7 @@
<el-tab-pane label="已组批次" name="second">
<XdTable v-loading="loadingDone"
:height="(slotProps.contentHeight-200)+'px'"
border
border
size="small"
:data="emisTmsDonePackList"
:showSearch.sync="showSearch"
@ -291,7 +291,7 @@
<el-tab-pane label="批次列表" name="third">
<XdTable v-loading="loading"
:height="(slotProps.contentHeight-200)+'px'"
border
border
size="small"
:data="emisTmsPackList"
:showSearch.sync="showSearch"
@ -552,7 +552,7 @@
<XdTable v-loading="loading"
height="300px"
min-height="300px"
border
border
size="small"
id="emisCoPackDetail"
:data="emisCoPackDetail"
@ -728,7 +728,7 @@
<XdTable v-loading="loading2"
height="300px"
min-height="300px"
border
border
size="small"
id="emisWayBillList"
:data="emisWayBillList"

View File

@ -1,7 +1,7 @@
<template>
<div class="app-container">
<SearchForm :model="queryParams" ref="queryForm" size="small" :maxShow="3" label-width="68px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
<el-form-item label="" prop="batchNo">
<el-input
v-model="queryParams.batchNo"
@ -188,9 +188,9 @@
</el-form-item>
</SearchForm>
<XdTable v-loading="loading"
border
<XdTable v-loading="loading"
border
size="small"
:data="emisTmsSiteBatchList"
:showSearch.sync="showSearch"
@ -200,7 +200,7 @@
@selection-change="handleSelectionChange"
@sort-change="handleSortChange"
>
<div slot="toolbar">
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
@ -213,7 +213,7 @@
v-hasPermi="['emis:emisTmsSiteBatch:add']"
>新增</el-button>
</el-col>
<!--
<!--
<el-col :span="1.5">
<el-button
type="success"
@ -248,7 +248,7 @@
</el-col> -->
</el-row>
</div>
<el-table-column type="selection" width="55" align="center" />
<!--
<el-table-column label="序号" align="center" min-width="60">
@ -256,7 +256,7 @@
<span v-text="getIndex(scope.$index)"> </span>
</template>
</el-table-column>
<el-table-column label="xxx" align="left" prop="xxx" min-width="180">
<template slot-scope="scope">
<div class="link-type" @click="handleView(scope.row)">{{scope.row.orderSn}}</div>
@ -317,7 +317,7 @@
@click="handleUpdate(scope.row)"
v-hasPermi="['emis:emisTmsSiteBatch:edit']"
>修改</el-button>
<!--
<!--
<el-button
size="mini"
type="text"
@ -332,7 +332,7 @@
<el-dialog :title="titleForm" :visible.sync="openForm" width="80%" :destroy-on-close="true" v-dialogDrag append-to-body>
<emisTmsSiteBatchForm :id="currentId" @on-changed="handleFormChanged" @on-cancel="cancelForm"></EmisTmsSiteBatchForm>
</el-dialog>
<!--
<el-dialog :title="titleView" :visible.sync="openView" width="60%" :close-on-click-modal="false" v-dialogDrag append-to-body>
@ -372,7 +372,7 @@ export default {
total: 0,
// TMS组批次表格数据
emisTmsSiteBatchList: [],
currentId:null,
openForm: false,
titleForm: "",
@ -455,7 +455,7 @@ export default {
this.loading = false;
});
},
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;

View File

@ -2,7 +2,7 @@
<div slot="pageContent">
<XdTable v-loading="loading"
:height="(slotProps.contentHeight-200)+'px'"
border
border
ref="table"
size="small"
:data="emisTmsPackList"
@ -22,7 +22,7 @@
<XdTable v-loading="loadingDone"
height="200px"
style="margin-left: 5%;width:90%;"
border
border
size="small"
:data="emisTmsDonePackList"
showSearch.sync="false"
@ -267,14 +267,14 @@ export default {
}
}
}
},
// 查询合包明细表
async handleQueryDone(){
this.single = true;
this.multiple = true;
this.loadingDone = true;
let resList = await listEmisTmsPackDtl(this.queryDoneParams);
this.loadingDone = false;
if(!resList || resList.code != 200){
@ -309,7 +309,7 @@ export default {
let mainBillCode=item.substr(0,14);
newBillCodeStr=newBillCodeStr+mainBillCode+",";
}else if(item == ""){
}else{
newBillCodeStr=newBillCodeStr+item+",";
}
@ -323,7 +323,7 @@ export default {
this.queryParams.packNo=null;
}
}
this.emisTmsPackList = [];
if (null != this.dateTimeRange && '' != this.dateTimeRange) {
this.queryParams.params["beginSendDate"] = dateToStr(new Date(this.dateTimeRange[0]));
@ -336,7 +336,7 @@ export default {
this.loading = false;
});
},
}
};
</script>

View File

@ -317,7 +317,7 @@
:row-class-name="tableRowClassName"
v-loading="loading"
border
border
size="mini"
:data="emisWaybillList"
:showSearch.sync="showSearch"

View File

@ -1,7 +1,7 @@
<template>
<div class="app-container">
<SearchForm :model="queryParams" ref="queryForm" size="small" :maxShow="3" label-width="68px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
<el-form-item label="" prop="billCode">
<el-input
v-model="queryParams.billCode"
@ -76,9 +76,9 @@
</el-form-item>
</SearchForm>
<XdTable v-loading="loading"
border
<XdTable v-loading="loading"
border
size="small"
:data="emisTmsSiteBatchDtlList"
:showSearch.sync="showSearch"
@ -88,7 +88,7 @@
@selection-change="handleSelectionChange"
@sort-change="handleSortChange"
>
<div slot="toolbar">
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
@ -101,7 +101,7 @@
v-hasPermi="['emis:emisTmsSiteBatchDtl:add']"
>新增</el-button>
</el-col>
<!--
<!--
<el-col :span="1.5">
<el-button
type="success"
@ -136,7 +136,7 @@
</el-col> -->
</el-row>
</div>
<el-table-column type="selection" width="55" align="center" />
<!--
<el-table-column label="序号" align="center" min-width="60">
@ -144,7 +144,7 @@
<span v-text="getIndex(scope.$index)"> </span>
</template>
</el-table-column>
<el-table-column label="xxx" align="left" prop="xxx" min-width="180">
<template slot-scope="scope">
<div class="link-type" @click="handleView(scope.row)">{{scope.row.orderSn}}</div>
@ -193,7 +193,7 @@
@click="handleUpdate(scope.row)"
v-hasPermi="['emis:emisTmsSiteBatchDtl:edit']"
>修改</el-button>
<!--
<!--
<el-button
size="mini"
type="text"
@ -208,7 +208,7 @@
<el-dialog :title="titleForm" :visible.sync="openForm" width="50%" :destroy-on-close="true" v-dialogDrag append-to-body>
<emisTmsSiteBatchDtlForm :id="currentId" @on-changed="handleFormChanged" @on-cancel="cancelForm"></EmisTmsSiteBatchDtlForm>
</el-dialog>
<!--
<el-dialog :title="titleView" :visible.sync="openView" width="60%" :close-on-click-modal="false" v-dialogDrag append-to-body>
@ -248,7 +248,7 @@ export default {
total: 0,
// TMS组批次明细表格数据
emisTmsSiteBatchDtlList: [],
currentId:null,
openForm: false,
titleForm: "",
@ -305,7 +305,7 @@ export default {
this.loading = false;
});
},
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;

View File

@ -39,7 +39,7 @@
<XdTable v-loading="loading"
border
border
size="small"
storageName="emisTmsTransPlan_main"
:data="emisTmsTransPlanList"

View File

@ -110,7 +110,7 @@
<XdTable v-loading="loading"
border
border
size="small"
:data="emisWarehouseInList"
:showSearch.sync="showSearch"

View File

@ -142,7 +142,7 @@
<XdTable v-loading="loading"
border
border
size="small"
:data="emisWarehouseInBatchList"
:showSearch.sync="showSearch"

View File

@ -1,7 +1,7 @@
<template>
<div class="app-container">
<SearchForm :model="queryParams" ref="queryForm" size="small" :maxShow="3" label-width="68px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
<el-form-item label="" prop="inNo">
<el-input
v-model="queryParams.inNo"
@ -252,9 +252,9 @@
</el-form-item>
</SearchForm>
<XdTable v-loading="loading"
border
<XdTable v-loading="loading"
border
size="small"
:data="emisWarehouseInDtlList"
:showSearch.sync="showSearch"
@ -264,7 +264,7 @@
@selection-change="handleSelectionChange"
@sort-change="handleSortChange"
>
<div slot="toolbar">
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
@ -277,7 +277,7 @@
v-hasPermi="['emis:emisWarehouseInDtl:add']"
>新增</el-button>
</el-col>
<!--
<!--
<el-col :span="1.5">
<el-button
type="success"
@ -312,7 +312,7 @@
</el-col> -->
</el-row>
</div>
<el-table-column type="selection" width="55" align="center" />
<!--
<el-table-column label="序号" align="center" min-width="60">
@ -320,7 +320,7 @@
<span v-text="getIndex(scope.$index)"> </span>
</template>
</el-table-column>
<el-table-column label="xxx" align="left" prop="xxx" min-width="180">
<template slot-scope="scope">
<div class="link-type" @click="handleView(scope.row)">{{scope.row.orderSn}}</div>
@ -391,7 +391,7 @@
@click="handleUpdate(scope.row)"
v-hasPermi="['emis:emisWarehouseInDtl:edit']"
>修改</el-button>
<!--
<!--
<el-button
size="mini"
type="text"
@ -406,7 +406,7 @@
<el-dialog :title="titleForm" :visible.sync="openForm" width="50%" :destroy-on-close="true" v-dialogDrag append-to-body>
<emisWarehouseInDtlForm :id="currentId" @on-changed="handleFormChanged" @on-cancel="cancelForm"></EmisWarehouseInDtlForm>
</el-dialog>
<!--
<el-dialog :title="titleView" :visible.sync="openView" width="60%" :close-on-click-modal="false" v-dialogDrag append-to-body>
@ -446,7 +446,7 @@ export default {
total: 0,
// 进仓单明细表格数据
emisWarehouseInDtlList: [],
currentId:null,
openForm: false,
titleForm: "",
@ -519,7 +519,7 @@ export default {
this.loading = false;
});
},
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;

View File

@ -75,7 +75,7 @@
storageName="A4WaybillIPrinted_main"
v-loading="loading"
border
border
size="small"
:data="emisWaybillList"
:showSearch.sync="showSearch"

View File

@ -10,7 +10,7 @@
ref="multipleTable"
:row-class-name="tableRowClassName"
v-loading="loading"
border
border
size="mini"
:data="orderList"
:showSearch.sync="showSearch"

View File

@ -310,7 +310,7 @@
:row-class-name="tableRowClassName"
v-loading="loading"
border
border
size="mini"
:data="emisWaybillList"
:showSearch.sync="showSearch"

View File

@ -305,7 +305,7 @@
:row-class-name="tableRowClassName"
v-loading="loading"
border
border
size="mini"
:data="emisWaybillList"
:showSearch.sync="showSearch"

View File

@ -1231,7 +1231,7 @@
<xd-table v-loading="loading"
:header-cell-style="{background:'#f7f7f7',color:'#606266'}"
border
border
size="small"
:data="emisWaybillList"
:showSearch.sync="showSearch"

View File

@ -52,7 +52,7 @@
</el-row >
</el-form>
<xd-table v-loading="loading"
border
border
size="small"
storageName="orderEntryAndReceiptPictureManagement_main"

View File

@ -134,7 +134,7 @@
<XdTable v-loading="loading"
border
border
size="mini"
storageName="orderList_main"
:data="emisWaybillList"

View File

@ -13,7 +13,7 @@
</el-form>
<xd-table v-loading="loading"
border
border
size="small"
ref="multipleTable"
storageName="uploadThePictureOfTheSendWaybillShipment_main"

View File

@ -13,7 +13,7 @@
</el-form>
<xd-table v-loading="loading"
border
border
size="small"
ref="multipleTable"
storageName="uploadThePictureOfTheWaybillSigning_main"

View File

@ -40,7 +40,7 @@
storageName="waybillIsPrinted_main"
v-loading="loading"
border
border
size="small"
:data="emisWaybillList"
:showSearch.sync="showSearch"

View File

@ -205,7 +205,7 @@
<XdTable v-loading="loading"
border
border
size="mini"
storageName="waybillList_main"

View File

@ -22,7 +22,7 @@
<XdTable v-loading="loading"
border
border
size="mini"
storageName="emisWaybillAjustType_main"
:data="emisWaybillAjustTypeList"

View File

@ -62,7 +62,7 @@
<xd-table v-loading="loading"
border
border
size="small"
storageName="emisWaybillAttachment_main"
:data="emisWaybillAttachmentList"

View File

@ -230,7 +230,7 @@
<XdTable v-loading="loading"
border
border
size="small"
:data="emisWaybillCargoList"
:showSearch.sync="showSearch"

View File

@ -62,7 +62,7 @@
<xd-table v-loading="loading"
border
border
size="small"
:data="emisWaybillFeeitemList"
:showSearch.sync="showSearch"

View File

@ -1,7 +1,7 @@
<template>
<div class="app-container">
<SearchForm :model="queryParams" ref="queryForm" size="small" :maxShow="3" label-width="68px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
<el-form-item label="" prop="billCode">
<el-input
v-model="queryParams.billCode"
@ -52,9 +52,9 @@
</el-form-item>
</SearchForm>
<XdTable v-loading="loading"
border
<XdTable v-loading="loading"
border
size="small"
:data="emisWaybillProblemFaqList"
:showSearch.sync="showSearch"
@ -64,7 +64,7 @@
@selection-change="handleSelectionChange"
@sort-change="handleSortChange"
>
<div slot="toolbar">
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
@ -77,7 +77,7 @@
v-hasPermi="['emis:emisWaybillProblemFaq:add']"
>新增</el-button>
</el-col>
<!--
<!--
<el-col :span="1.5">
<el-button
type="success"
@ -112,7 +112,7 @@
</el-col> -->
</el-row>
</div>
<el-table-column type="selection" width="55" align="center" />
<!--
<el-table-column label="序号" align="center" min-width="60">
@ -120,7 +120,7 @@
<span v-text="getIndex(scope.$index)"> </span>
</template>
</el-table-column>
<el-table-column label="xxx" align="left" prop="xxx" min-width="180">
<template slot-scope="scope">
<div class="link-type" @click="handleView(scope.row)">{{scope.row.orderSn}}</div>
@ -166,7 +166,7 @@
@click="handleUpdate(scope.row)"
v-hasPermi="['emis:emisWaybillProblemFaq:edit']"
>修改</el-button>
<!--
<!--
<el-button
size="mini"
type="text"
@ -181,7 +181,7 @@
<el-dialog :title="titleForm" :visible.sync="openForm" width="50%" :destroy-on-close="true" v-dialogDrag append-to-body>
<emisWaybillProblemFaqForm :id="currentId" @on-changed="handleFormChanged" @on-cancel="cancelForm"></EmisWaybillProblemFaqForm>
</el-dialog>
<!--
<el-dialog :title="titleView" :visible.sync="openView" width="60%" :close-on-click-modal="false" v-dialogDrag append-to-body>
@ -221,7 +221,7 @@ export default {
total: 0,
// 问题件FAG表格数据
emisWaybillProblemFaqList: [],
currentId:null,
openForm: false,
titleForm: "",
@ -269,7 +269,7 @@ export default {
this.loading = false;
});
},
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;

View File

@ -71,7 +71,7 @@
</el-row >
<xd-table v-loading="loading"
border
border
size="small"
storageName="emisElectronicPagApply_main"
:data="emisElectronicPagApplyList"

View File

@ -206,7 +206,7 @@
<xd-table v-loading="loading"
border
border
size="small"
storageName="emisWaybillProblemInfo_main"

View File

@ -55,7 +55,7 @@
<div>
</div>
<xd-table v-loading="loading"
border
border
size="small"
storageName="problemEntry_main"
:data="emisWaybillList"

View File

@ -64,7 +64,7 @@
:row-class-name="tableRowClassName"
border
border
ref="singleSelectTable"
size="small"
:data="emisElectronicPagApplyList"

View File

@ -61,7 +61,7 @@
</el-row >
<xd-table v-loading="loading"
border
border
ref="singleSelectTable"
size="small"
:data="emisElectronicPagApplyList"

View File

@ -118,7 +118,7 @@
<XdTable v-loading="loading"
border
border
size="small"
storageName="emisWaybillTransfer_main"
:data="emisWaybillTransferList"

View File

@ -57,7 +57,7 @@
</SearchForm>
<xd-table v-loading="loading"
border
border
ref="singleSelectTable"
size="small"
:data="emisTransferList"

View File

@ -1,7 +1,7 @@
<template>
<div class="app-container">
<SearchForm :model="queryParams" ref="queryForm" size="small" :maxShow="3" label-width="68px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
<el-form-item label="" prop="delFlag">
<el-input
v-model="queryParams.delFlag"
@ -20,9 +20,9 @@
</el-form-item>
</SearchForm>
<XdTable v-loading="loading"
border
<XdTable v-loading="loading"
border
size="small"
:data="sysLayoutList"
:showSearch.sync="showSearch"
@ -32,7 +32,7 @@
@selection-change="handleSelectionChange"
@sort-change="handleSortChange"
>
<div slot="toolbar">
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
@ -45,7 +45,7 @@
v-hasPermi="['system:sysLayout:add']"
>新增</el-button>
</el-col>
<!--
<!--
<el-col :span="1.5">
<el-button
type="success"
@ -80,7 +80,7 @@
</el-col> -->
</el-row>
</div>
<el-table-column type="selection" width="55" align="center" />
<!--
<el-table-column label="序号" align="center" min-width="60">
@ -88,7 +88,7 @@
<span v-text="getIndex(scope.$index)"> </span>
</template>
</el-table-column>
<el-table-column label="xxx" align="left" prop="xxx" min-width="180">
<template slot-scope="scope">
<div class="link-type" @click="handleView(scope.row)">{{scope.row.orderSn}}</div>
@ -130,7 +130,7 @@
@click="handleUpdate(scope.row)"
v-hasPermi="['system:sysLayout:edit']"
>修改</el-button>
<!--
<!--
<el-button
size="mini"
type="text"
@ -145,7 +145,7 @@
<el-dialog :title="titleForm" :visible.sync="openForm" width="50%" :destroy-on-close="true" v-dialogDrag append-to-body>
<sysLayoutForm :layoutId="currentId" @on-changed="handleFormChanged" @on-cancel="cancelForm"></SysLayoutForm>
</el-dialog>
<!--
<el-dialog :title="titleView" :visible.sync="openView" width="60%" :close-on-click-modal="false" v-dialogDrag append-to-body>
@ -185,7 +185,7 @@ export default {
total: 0,
// 自定义布局layout表格数据
sysLayoutList: [],
currentId:null,
openForm: false,
titleForm: "",
@ -229,7 +229,7 @@ export default {
this.loading = false;
});
},
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;

View File

@ -1,7 +1,7 @@
<template>
<div class="app-container">
<SearchForm :model="queryParams" ref="queryForm" size="small" :maxShow="3" label-width="68px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
<el-form-item label="" prop="cx">
<el-input
v-model="queryParams.cx"
@ -84,9 +84,9 @@
</el-form-item>
</SearchForm>
<XdTable v-loading="loading"
border
<XdTable v-loading="loading"
border
size="small"
:data="sysLayoutStyleList"
:showSearch.sync="showSearch"
@ -96,7 +96,7 @@
@selection-change="handleSelectionChange"
@sort-change="handleSortChange"
>
<div slot="toolbar">
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
@ -109,7 +109,7 @@
v-hasPermi="['system:sysLayoutStyle:add']"
>新增</el-button>
</el-col>
<!--
<!--
<el-col :span="1.5">
<el-button
type="success"
@ -144,7 +144,7 @@
</el-col> -->
</el-row>
</div>
<el-table-column type="selection" width="55" align="center" />
<!--
<el-table-column label="序号" align="center" min-width="60">
@ -152,7 +152,7 @@
<span v-text="getIndex(scope.$index)"> </span>
</template>
</el-table-column>
<el-table-column label="xxx" align="left" prop="xxx" min-width="180">
<template slot-scope="scope">
<div class="link-type" @click="handleView(scope.row)">{{scope.row.orderSn}}</div>
@ -202,7 +202,7 @@
@click="handleUpdate(scope.row)"
v-hasPermi="['system:sysLayoutStyle:edit']"
>修改</el-button>
<!--
<!--
<el-button
size="mini"
type="text"
@ -217,7 +217,7 @@
<el-dialog :title="titleForm" :visible.sync="openForm" width="50%" :destroy-on-close="true" v-dialogDrag append-to-body>
<sysLayoutStyleForm :id="currentId" @on-changed="handleFormChanged" @on-cancel="cancelForm"></SysLayoutStyleForm>
</el-dialog>
<!--
<el-dialog :title="titleView" :visible.sync="openView" width="60%" :close-on-click-modal="false" v-dialogDrag append-to-body>
@ -257,7 +257,7 @@ export default {
total: 0,
// 自定义布局Layout Style表格数据
sysLayoutStyleList: [],
currentId:null,
openForm: false,
titleForm: "",
@ -309,7 +309,7 @@ export default {
this.loading = false;
});
},
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;

View File

@ -50,7 +50,7 @@
<xd-table v-loading="loading"
border
border
size="small"
:data="sysTransTextList"
:showSearch.sync="showSearch"