界面调整

20240912_adapter_z
yewj 1 year ago
parent 259dcfbc76
commit 5157b0de09

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

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

@ -9,13 +9,13 @@
<el-form :model="formData" class="order-el-form" ref="formData" label-width="120px" > <el-form :model="formData" class="order-el-form" ref="formData" label-width="120px" >
<el-col :span="18" style="margin-left: 0px" > <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 &nbsp&nbsp&nbsp&nbsp
<span :style="{ color: formData.workplaceStatus === 0 ? 'green' : 'red' }"> ({{ formData.workplaceStatus === 0 ? '服务中' : '服务暂停' }} ) </span> <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>
<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> &nbsp&nbsp&nbsp&nbsp <el-button type="primary" @click="toggleBusType" style="margin-left: 10px;" >切换业务</el-button>
</span> </span>

@ -166,8 +166,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
</el-card> <el-divider></el-divider>
<el-card style="margin: 5px;">
<el-row> <el-row>
<el-col :span="18"> <el-col :span="18">
<el-form-item prop="code" label="扫码录入:"> <el-form-item prop="code" label="扫码录入:">

Loading…
Cancel
Save