From 1232fd7c5c316419ba00c1efba731d80f014f266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Fri, 13 Sep 2024 15:31:43 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=A5=97=E8=BD=B4=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/manage/axis-application.vue | 197 ++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 pages/manage/axis-application.vue diff --git a/pages/manage/axis-application.vue b/pages/manage/axis-application.vue new file mode 100644 index 0000000..12a6315 --- /dev/null +++ b/pages/manage/axis-application.vue @@ -0,0 +1,197 @@ + + + + + + + + 分切设备 + + + + + + + + 左/右卷 + + + + {{picker1 !== '' ? range1[picker1].text : ''}} + + + + + + + 管芯规格 + + + + + + + + 管芯类型 + + + + {{picker2 !== '' ? range2[picker2].text : ''}} + + + + + + + 管芯尺寸 + + + + {{picker3 !== '' ? range3[picker3].text : ''}} + + + + + + + + + + + 分切设备 + 左/右卷 + 管芯规格 + 管芯类型 + 管芯尺寸 + + + + + {{e.point_name}} + {{['左卷', '右卷'][Number(e.left_or_right) - 1]}} + {{e.material_spec}} + {{['纸管', 'FRP管'][Number(e.paper_or_frp) - 1]}} + {{e.qzz_size.substring(0, 1)}} + + + + + + + + 清空 + 暂存 + 请求套轴 + + + + + + +