From 92badead39dbb441d3298597ed175637841a1d9f Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Mon, 11 Nov 2024 18:12:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E7=AE=A1=E7=90=86=EF=BC=8C?= =?UTF-8?q?=E9=80=80=E6=96=99=E5=88=97=E8=A1=A8=E6=96=B0=E5=A2=9E=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/back/component/addReturn.vue | 852 ++++++++++++++ .../material/back/component/dialogForm.vue | 219 ++++ src/views/material/back/component/home.vue | 1021 +++++++++++++++++ src/views/material/back/index.vue | 62 + 4 files changed, 2154 insertions(+) create mode 100644 src/views/material/back/component/addReturn.vue create mode 100644 src/views/material/back/component/dialogForm.vue create mode 100644 src/views/material/back/component/home.vue create mode 100644 src/views/material/back/index.vue diff --git a/src/views/material/back/component/addReturn.vue b/src/views/material/back/component/addReturn.vue new file mode 100644 index 00000000..53ed216f --- /dev/null +++ b/src/views/material/back/component/addReturn.vue @@ -0,0 +1,852 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保存 + + + + + + + + + + + + + + + + + + + 添加编码 + + + + + + + + + + + + + + + + 上传 + + + + + + 删除 + + + + + + + + + 编码: + + + + + 保存 + + + + + + + + + + + + + + + + + + + + + + + 上传 + + + + 查看 + + + + + + + 删除 + + + + + 保存 + 取消 + + + + + + + + + + + + diff --git a/src/views/material/back/component/dialogForm.vue b/src/views/material/back/component/dialogForm.vue new file mode 100644 index 00000000..b2145d37 --- /dev/null +++ b/src/views/material/back/component/dialogForm.vue @@ -0,0 +1,219 @@ + + + + + + + + 工程名称:{{ rowObj.lotName }} + + + 退料时间:{{ rowObj.backTime }} + + + + + 退料单位:{{ rowObj.unitName }} + + + 编号:{{ rowObj.code }} + + + + + + + + + + + + + + + 打印 + + + + + + + 退料编码明细 + + + + + + + + + + + + + + + + 打印 + + + + + + diff --git a/src/views/material/back/component/home.vue b/src/views/material/back/component/home.vue new file mode 100644 index 00000000..78fbd448 --- /dev/null +++ b/src/views/material/back/component/home.vue @@ -0,0 +1,1021 @@ + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + 退料接收 + + + 提交 + + + 导出 + + + + + + + + + + + + + + + + + + + + + + + 待审核 + 已审核 + 退料核查 + 退料完成 + 退料驳回 + + + + + + 未打印 + + + + + + + 查看 + + + 驳回提交 + + 删除 + 退料单 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + {{ + (dialogQueryParams.pageNum - 1) * 10 + + scope.$index + + 1 + }} + + + + + + + + + + + + + + + + + + + + + + + + + {{ openTextOne }} + {{ openTextTwo }} + + + + + + + + + + + {{ openTextThree }} + + + + + + + + diff --git a/src/views/material/back/index.vue b/src/views/material/back/index.vue new file mode 100644 index 00000000..d2600ba4 --- /dev/null +++ b/src/views/material/back/index.vue @@ -0,0 +1,62 @@ + + + + + + + + +