Commit 55956f72 by qinjianhui

fix: 去掉注释

parent 0c7ea95a
...@@ -2382,7 +2382,6 @@ const handlePrinterChange = (value: string) => { ...@@ -2382,7 +2382,6 @@ const handlePrinterChange = (value: string) => {
const handleWarehouseIdChange = (value: string) => { const handleWarehouseIdChange = (value: string) => {
localStorage.setItem('localNewWarehouseId', JSON.stringify(value)) localStorage.setItem('localNewWarehouseId', JSON.stringify(value))
} }
// 复用 podCN 的单件打单组件:为 factoryOrderNew 注入差异部分
const mapOrderParamListToSubmitItems = ( const mapOrderParamListToSubmitItems = (
orderParamList: { id: number; dataVersion?: number }[], orderParamList: { id: number; dataVersion?: number }[],
) => orderParamList.map((item) => ({ id: item.id })) ) => orderParamList.map((item) => ({ id: item.id }))
...@@ -2961,7 +2960,6 @@ onMounted(() => { ...@@ -2961,7 +2960,6 @@ onMounted(() => {
getLogisticsWay() getLogisticsWay()
getReceiverCountryList() getReceiverCountryList()
loadWarehouseList() loadWarehouseList()
// 仅用于消除 TS 插件的 unused-vars 警告:template refs 会绑定这两个变量
void treeRef.value void treeRef.value
void tableRef.value void tableRef.value
if (status.value === 'PENDING_RECEIVE') { 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