`1`
pjb
2025-09-03 29ab542ad30b4c3549e0ff776ba5e49d73f7f974
zy-asrs-admin/src/components/orderDetl/show.vue
@@ -18,6 +18,7 @@
let tableData = ref([]);
let openDetl = ref(false);
const orderId = ref(null);
const inModel = ref('');
const orderInfo = ref({
    orderInfo: '',
    orderType$: '',
@@ -213,6 +214,7 @@
    orderId,
    openDetl,
    showWidth,
    inModel,
})
</script>
@@ -257,7 +259,7 @@
                        联系电话:{{ orderInfo.phone }}
                    </h3>
                </div>
                <div>
                <div v-if="inModel != 'in'">
                    <h2>
                        出站口:{{ orderInfo.site }}
                    </h2>
@@ -272,7 +274,6 @@
                    <template v-if="column.dataIndex === 'workQty'">
                        <a-button type="link" @click="openWorkTask(record)">{{ text }}</a-button>
                    </template>
                    <template v-if="column.dataIndex === 'qty'">
                        <a-button type="link" @click="openCompleteQty(record)">{{ text }}</a-button>
                    </template>