Commit 001dd868 by qinjianhui

fix: 去掉注释

parent 7a72aa37
......@@ -2228,7 +2228,6 @@ const handlePrinterChange = (value: string) => {
const handleWarehouseIdChange = (value: string) => {
localStorage.setItem('localNewWarehouseId', JSON.stringify(value))
}
// 复用 podCN 的单件打单组件:为 factoryOrderNew 注入差异部分
const mapOrderParamListToSubmitItems = (
orderParamList: { id: number; dataVersion?: number }[],
) => orderParamList.map((item) => ({ id: item.id }))
......@@ -2807,7 +2806,6 @@ onMounted(() => {
getLogisticsWay()
getReceiverCountryList()
loadWarehouseList()
// 仅用于消除 TS 插件的 unused-vars 警告:template refs 会绑定这两个变量
void treeRef.value
void tableRef.value
if (status.value === 'PENDING_RECEIVE') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment