界面调整

20240912_adapter_z
yewj 10 months ago
parent 259dcfbc76
commit 5157b0de09

@ -1,13 +1,11 @@
<template>
<div>
<el-card>
<CollectOrderAllotCardComponents style="margin: -15px"
:tagStatus="'1'"
:workPlaceCode="workPlaceCode"
@parent-method="parentMethod"
></CollectOrderAllotCardComponents>
</el-card>
<CollectOrderAllotCardComponents
:tagStatus="'1'"
:workPlaceCode="workPlaceCode"
@parent-method="parentMethod"
></CollectOrderAllotCardComponents>
<!-- <el-tabs type="border-card" style="margin: 15px">-->

@ -1,7 +1,6 @@
<template>
<div>
<prescribePanel
style="margin: -15px"
:RowType="type"
:workPlaceCode="workPlaceCode"
></prescribePanel>

@ -9,13 +9,13 @@
<el-form :model="formData" class="order-el-form" ref="formData" label-width="120px" >
<el-col :span="18" style="margin-left: 0px" >
<span style="font-size: 12px;color: #1c84c6">当前工位:&nbsp&nbsp&nbsp&nbsp<span style="font-size: 16px;color: #000000">{{this.formData.workplaceName}}</span>
<span style="font-size: 16px;color: #409EFF">当前工位:&nbsp&nbsp&nbsp&nbsp<span style="font-size: 16px;color: #000000">{{this.formData.workplaceName}}</span>
&nbsp&nbsp&nbsp&nbsp
<span :style="{ color: formData.workplaceStatus === 0 ? 'green' : 'red' }"> ({{ formData.workplaceStatus === 0 ? '服务中' : '服务暂停' }} ) </span>
<el-button type="primary" @click="toggleWorkplaceStatus" style="margin-left: 10px;" >切换状态</el-button>
<!-- <el-button type="primary" @click="toggleWorkplaceStatus" style="margin-left: 10px;" >切换状态</el-button>-->
</span>
<span style="font-size: 12px;color: #1c84c6;margin-left: 80px">当前业务类型:&nbsp&nbsp&nbsp&nbsp<span style="font-size: 16px;color: #000000">{{this.formData.busName}}</span>
<span style="font-size: 16px;color: #409EFF;margin-left: 20px">当前业务类型:&nbsp&nbsp&nbsp&nbsp<span style="font-size: 16px;color: #000000">{{this.formData.busName}}</span>
&nbsp&nbsp&nbsp&nbsp <el-button type="primary" @click="toggleBusType" style="margin-left: 10px;" >切换业务</el-button>
</span>

@ -27,12 +27,12 @@
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-alert-->
<!-- style="margin-top: 1px;margin-bottom: 10px;font-size: 20px;"-->
<!-- :title="msgTip"-->
<!-- :closable="false"-->
<!-- type="warning">-->
<!-- </el-alert>-->
<!-- <el-alert-->
<!-- style="margin-top: 1px;margin-bottom: 10px;font-size: 20px;"-->
<!-- :title="msgTip"-->
<!-- :closable="false"-->
<!-- type="warning">-->
<!-- </el-alert>-->
<el-row>
@ -132,7 +132,7 @@
</el-col>
</el-row>
<el-row>
<!-- <el-col :span="8">-->
<!-- <el-col :span="8">-->
<!-- <el-form-item prop="workPlaceCode" class="query-form-item" label="当前工位:" v-if="!corpOrderIdDisabled">-->
<!-- <el-select-->
<!-- v-model="orderFormData.workPlaceCode"-->
@ -166,8 +166,7 @@
</el-form-item>
</el-col>
</el-row>
</el-card>
<el-card style="margin: 5px;">
<el-divider></el-divider>
<el-row>
<el-col :span="18">
<el-form-item prop="code" label="扫码录入:">

Loading…
Cancel
Save