opt:入库页面优化

This commit is contained in:
2025-12-01 17:45:45 +08:00
parent eb4f82025a
commit 8d84f85025
3 changed files with 297 additions and 121 deletions

View File

@@ -189,6 +189,8 @@
</el-table-column>
<el-table-column show-overflow-tooltip :formatter="stateFormat" width="80" prop="bill_status" :label="$t('wms.st.outbill.bill_status')" />
<el-table-column show-overflow-tooltip prop="stor_name" :label="$t('wms.st.outbill.warehouse')" width="80" />
<el-table-column prop="struct_code" :label="$t('wms.st.outbill.warehouse_location')" width="100px;" />
<el-table-column prop="vehicle_code" :label="$t('wms.st.outbill.vehicle_code')" width="100px;" />
<el-table-column show-overflow-tooltip prop="bill_type" :formatter="bill_typeFormat" :label="$t('wms.st.outbill.bill_type')" />
<el-table-column show-overflow-tooltip width="100" prop="biz_date" :label="$t('wms.st.outbill.business_date')" />
<el-table-column show-overflow-tooltip :label="$t('wms.st.outbill.detail_count')" align="center" prop="detail_count" width="60" />