Commit 2290b3c2 by zhuzhequan

Merge remote-tracking branch 'origin/dev' into dev

# Conflicts:
#	src/views/order/podUs/index.vue
parents c9c063f4 399c0772
......@@ -88,21 +88,6 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type {
Component,
ComponentPublicInstance,
ComputedRef,
DirectiveBinding,
ExtractDefaultPropTypes,
ExtractPropTypes,
ExtractPublicPropTypes,
InjectionKey,
PropType,
Ref,
MaybeRef,
MaybeRefOrGetter,
VNode,
WritableComputedRef,
} from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
import('vue')
}
......@@ -678,8 +678,8 @@
status === 'EXCEPTION_ORDER' ||
status === 'PICKING' ||
status === 'TO_BE_CONFIRMED' ||
status === 'STOCK_OUT'
? '数量:'
status === 'STOCK_OUT'||
status === 'CREATE_LOGISTICS' ? '数量:'
: '已生产数量:'
}}</span>
<span class="goods-item-info-item-value">
......@@ -687,7 +687,8 @@
status === 'EXCEPTION_ORDER' ||
status === 'PICKING' ||
status === 'TO_BE_CONFIRMED' ||
status === 'STOCK_OUT'
status === 'STOCK_OUT' ||
status === 'CREATE_LOGISTICS'
? item.num
: item.passNum
}}
......@@ -1813,7 +1814,7 @@ const tableColumns = computed(() => [
label: '商品',
prop: 'goods',
slot: 'goods',
minWidth: 800,
minWidth: 920,
},
{
label: '订单详情',
......@@ -1831,7 +1832,7 @@ const tableColumns = computed(() => [
{
label: '时间',
slot: 'time',
width: 300,
width: 180,
prop: 'time',
align: 'left',
},
......@@ -3461,7 +3462,7 @@ const replenishmentSuccess = async () => {
.goods-item {
display: grid;
grid-template-columns: 100px 1fr minmax(180px, 1fr) 140px;
grid-template-columns: 100px 1fr minmax(180px, 1fr) 180px;
gap: 20px;
.goods-item-img {
......
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