Commit 57f7f0f1 by linjinhong

fix:修改问题

parent ecb13036
......@@ -301,10 +301,7 @@
确认生产
</ElButton>
</span>
<span
v-if="status === 'CREATE_LOGISTICS'"
class="item"
>
<span v-if="status === 'CREATE_LOGISTICS'" class="item">
<ElButton type="warning" @click="asyncOrderAddress">
同步收货地址
</ElButton>
......@@ -336,10 +333,7 @@
<ElButton type="success" @click="toOutOfStock"> 转至缺货 </ElButton>
</span>
<span
v-if="status === 'TO_BE_CONFIRMED'"
class="item"
>
<span v-if="status === 'TO_BE_CONFIRMED'" class="item">
<ElButton type="danger" @click="cancelOrder">取消</ElButton>
</span>
<span v-if="status === 'IN_PRODUCTION'" class="item">
......@@ -375,7 +369,7 @@
<el-button type="success">
物流接口<el-icon class="el-icon--right"><ArrowDown /></el-icon>
</el-button>
<template #dropdown v-if="shipmentArea === 0">
<!-- <template #dropdown v-if="shipmentArea === 0">
<ElDropdownMenu>
<ElDropdownItem
:disabled="
......@@ -386,8 +380,8 @@
>待定</ElDropdownItem
>
</ElDropdownMenu>
</template>
</template> -->
<template #dropdown v-if="shipmentArea === 1">
<ElDropdownMenu>
<ElDropdownItem
......@@ -480,7 +474,7 @@
<span
class="tabs-node_count"
:class="{
blue: true
blue: true,
}"
>{{ item.quantity && item.quantity > 0 ? item.quantity : 0 }}</span
>
......@@ -918,9 +912,7 @@
</div>
<div
v-if="
row.status !== 'TO_BE_CONFIRMED'
"
v-if="row.status !== 'TO_BE_CONFIRMED'"
class="order-price-item"
>
<span class="order-price-item-label">物流运费:</span>
......@@ -1302,7 +1294,7 @@
</el-icon>
</div>
</div>
<div class="grid-item">
<div class="grid-item">
<span class="grid-item-label">款号:</span>
<span
:title="`款号: ${cardItem?.supplierProductNo}`"
......@@ -1597,7 +1589,7 @@
:country-list="countryList"
@success="search"
></UpdateAddress>
<!-- 导出 -->
<ElDialog
v-model="exportVisible"
......@@ -1631,7 +1623,7 @@ import { getUserMarkList } from '@/api/common'
import {
CaretBottom,
CaretTop,
// Edit,
ArrowDown,
WarningFilled,
} from '@element-plus/icons-vue'
import {
......@@ -2838,7 +2830,6 @@ const printPodOrder = async () => {
podOrderVisible.value = true
}
/**
* @description: 创建物流、获取跟踪号、获取打印面单、更改物流、取消物流订单
*/
......@@ -3376,7 +3367,6 @@ onMounted(() => {
loadCraftList()
})
const handleShipmentAreaCommand = (command: number) => {
shipmentArea.value = command
search()
......@@ -3606,7 +3596,6 @@ useRouter().beforeEach((to, from, next) => {
}
}
.goods-item {
display: grid;
grid-template-columns: 100px 1fr minmax(180px, 1fr) 180px;
......
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