feat(wms): 添加leftWarehouseQuery属性并优化表格显示

优化线圈信息显示格式,移除单位后缀
调整移库记录表格列宽和显示内容
修改批量调拨和技术部改判的前后状态显示格式
This commit is contained in:
2026-04-25 15:59:14 +08:00
parent 5729f2ee1a
commit 0cfffc3adb
4 changed files with 28 additions and 18 deletions

View File

@@ -6,6 +6,7 @@
:hideType="hideType"
:showLength="showLength"
:canExportAll="canExportAll"
:leftWarehouseQuery="leftWarehouseQuery"
/>
</template>
@@ -32,6 +33,7 @@ export default {
showLength: true,
canExportAll: true,
showOrderBy: false,
leftWarehouseQuery: true
}
}
}