|
@ -15,7 +15,7 @@ |
|
|
v-model="machineryForm.X" |
|
|
v-model="machineryForm.X" |
|
|
type="number" |
|
|
type="number" |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[80px]" /> |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[80px]" /> |
|
|
<div class="w-[3rem]">毫米</div> |
|
|
|
|
|
|
|
|
<div class="w-[3rem]">mm</div> |
|
|
<div class="flex"> |
|
|
<div class="flex"> |
|
|
<el-button type="primary" @click="onMoveMachinery('X')">移动</el-button> |
|
|
<el-button type="primary" @click="onMoveMachinery('X')">移动</el-button> |
|
|
<el-button class="ml-[1rem]" type="primary" @click="onStopRotate('X')">停止</el-button> |
|
|
<el-button class="ml-[1rem]" type="primary" @click="onStopRotate('X')">停止</el-button> |
|
@ -27,7 +27,7 @@ |
|
|
v-model="machineryForm.Y" |
|
|
v-model="machineryForm.Y" |
|
|
type="number" |
|
|
type="number" |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[80px]" /> |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[80px]" /> |
|
|
<div class="w-[2.5rem]">毫米</div> |
|
|
|
|
|
|
|
|
<div class="w-[2.5rem]">mm</div> |
|
|
<div class="flex"> |
|
|
<div class="flex"> |
|
|
<el-button type="primary" @click="onMoveMachinery('Y')">移动</el-button> |
|
|
<el-button type="primary" @click="onMoveMachinery('Y')">移动</el-button> |
|
|
<el-button class="ml-[1rem]" type="primary" @click="onStopRotate('Y')">停止</el-button> |
|
|
<el-button class="ml-[1rem]" type="primary" @click="onStopRotate('Y')">停止</el-button> |
|
@ -40,7 +40,7 @@ |
|
|
v-model="machineryForm.Z" |
|
|
v-model="machineryForm.Z" |
|
|
type="number" |
|
|
type="number" |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[80px]" /> |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[80px]" /> |
|
|
<div class="w-[3rem]">毫米</div> |
|
|
|
|
|
|
|
|
<div class="w-[3rem]">mm</div> |
|
|
<div class="flex"> |
|
|
<div class="flex"> |
|
|
<el-button type="primary" @click="onMoveMachinery('Z')">移动</el-button> |
|
|
<el-button type="primary" @click="onMoveMachinery('Z')">移动</el-button> |
|
|
<el-button class="ml-[1rem]" type="primary" @click="onStopRotate('Z')">停止</el-button> |
|
|
<el-button class="ml-[1rem]" type="primary" @click="onStopRotate('Z')">停止</el-button> |
|
@ -65,7 +65,7 @@ |
|
|
type="number" |
|
|
type="number" |
|
|
v-model="rotateForm.speed" |
|
|
v-model="rotateForm.speed" |
|
|
placeholder="" |
|
|
placeholder="" |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />毫米/秒 |
|
|
|
|
|
|
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />mm/s |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</el-col> |
|
|
</el-col> |
|
@ -97,14 +97,14 @@ |
|
|
v-model="syringeForm.rotationSpeed" |
|
|
v-model="syringeForm.rotationSpeed" |
|
|
placeholder="转速" |
|
|
placeholder="转速" |
|
|
type="number" |
|
|
type="number" |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />微升/每分钟 |
|
|
|
|
|
|
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />uL/Min |
|
|
</div> |
|
|
</div> |
|
|
<div class="mt-[10px] ml-[20px]"> |
|
|
<div class="mt-[10px] ml-[20px]"> |
|
|
<input |
|
|
<input |
|
|
v-model="syringeForm.time" |
|
|
v-model="syringeForm.time" |
|
|
placeholder="时间" |
|
|
placeholder="时间" |
|
|
type="number" |
|
|
type="number" |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />秒 |
|
|
|
|
|
|
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" />s |
|
|
</div> |
|
|
</div> |
|
|
<div class="ml-[20px] mt-[10px]"> |
|
|
<div class="ml-[20px] mt-[10px]"> |
|
|
方向: |
|
|
方向: |
|
@ -211,17 +211,17 @@ |
|
|
placeholder="" |
|
|
placeholder="" |
|
|
type="number" |
|
|
type="number" |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" /> |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" /> |
|
|
毫米 |
|
|
|
|
|
|
|
|
mm |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="mt-[20px]"> |
|
|
<div class="mt-[20px]"> |
|
|
氮气流速: |
|
|
|
|
|
|
|
|
氮气流量: |
|
|
<input |
|
|
<input |
|
|
v-model="workForm.nitrogenFlowVelocity" |
|
|
v-model="workForm.nitrogenFlowVelocity" |
|
|
placeholder="" |
|
|
placeholder="" |
|
|
type="number" |
|
|
type="number" |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" /> |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" /> |
|
|
毫米/秒 |
|
|
|
|
|
|
|
|
L/Min |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="mt-[20px]"> |
|
|
<div class="mt-[20px]"> |
|
@ -231,7 +231,7 @@ |
|
|
placeholder="" |
|
|
placeholder="" |
|
|
type="number" |
|
|
type="number" |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" /> |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" /> |
|
|
Mp |
|
|
|
|
|
|
|
|
Mpa |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="mt-[20px]"> |
|
|
<div class="mt-[20px]"> |
|
@ -251,7 +251,7 @@ |
|
|
placeholder="" |
|
|
placeholder="" |
|
|
type="number" |
|
|
type="number" |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" /> |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" /> |
|
|
毫米 |
|
|
|
|
|
|
|
|
mm |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="mt-[20px]"> |
|
|
<div class="mt-[20px]"> |
|
@ -261,7 +261,7 @@ |
|
|
placeholder="" |
|
|
placeholder="" |
|
|
type="number" |
|
|
type="number" |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" /> |
|
|
class="border-none outline-none h-[34px] bg-[#E8ECF7] text-primary font-medium rounded-md text-lg text-center w-[100px]" /> |
|
|
毫米/秒 |
|
|
|
|
|
|
|
|
mm/s |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div>起始坐标:</div> |
|
|
<div>起始坐标:</div> |
|
|