This commit is contained in:
linfso 2025-07-07 16:17:27 +08:00
parent a5675f7e0e
commit b762d87fd5
2 changed files with 2 additions and 9 deletions

View File

@ -95,7 +95,7 @@
</el-form-item>
</el-col> -->
<el-col :span="24">
<el-form-item label="启用状态" prop="blOpen">
<el-form-item label="启用状态" prop="blOpen">
<el-radio-group v-model="form.blOpen">
<el-radio :label="'1'">启用</el-radio>
<el-radio :label="'0'">停用</el-radio>

View File

@ -225,12 +225,6 @@
:queryParams="queryParams"
@selection-change="handleSelectionChange"
>
<!-- :showSearch.sync="showSearch"
:queryParams="queryParams"
@queryTable="getWaybillList"
@sort-change="handleSortChange"
-->
<div slot="toolbar">
<el-row :gutter="10" class="mb8">
<el-col :span="1.5" v-if="!disabled">
@ -277,12 +271,12 @@
</el-table-column>
<el-table-column :label="$t('线路')" align="center" prop="transLineTypeName" min-width="100" />
<el-table-column :label="$t('产品类型')" align="center" prop="productTypeName" min-width="100" />
<el-table-column :label="$t('寄件日期')" align="center" prop="sendDate" min-width="170" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('预计到达时间')" align="center" prop="estimateDate" min-width="170">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.estimateDate || '') }}</span>
</template>
</el-table-column>
<el-table-column :label="$t('总件数')" align="center" prop="parcelQty" min-width="100" />
<el-table-column :label="$t('实际重量')" align="center" prop="billWeight" min-width="100" />
<!-- <el-table-column :label="$t('总重量')" align="center" prop="totalWeight" min-width="100" /> -->
@ -345,7 +339,6 @@
</el-col>
</el-row>
</el-form>
<!-- :loading="isDoing" -->
<div slot="footer" class="dialog-footer" style="text-align:center">
<el-button type="primary" @click="addBillToBatch">确定</el-button>
<el-button @click="cancelAddBillToBatch">取 消</el-button>