From fea23d343d66c65aba641de7886667dd4037dbe4 Mon Sep 17 00:00:00 2001
From: "Mr.sun" <2290907227@qq.com>
Date: Thu, 30 May 2024 10:46:14 +0800
Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E5=85=A5=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/basicData/goods/index.vue | 9 +
src/views/taskManagement/index.vue | 3 +-
src/views/warehousing/otherStore/index.vue | 302 ++++++++++++++++++
.../warehousing/otherStore/其他入库.md | 0
src/views/wcs/base/AGV/index.vue | 18 ++
5 files changed, 331 insertions(+), 1 deletion(-)
create mode 100644 src/views/warehousing/otherStore/index.vue
create mode 100644 src/views/warehousing/otherStore/其他入库.md
diff --git a/src/views/basicData/goods/index.vue b/src/views/basicData/goods/index.vue
index 053e862..a4abdb3 100644
--- a/src/views/basicData/goods/index.vue
+++ b/src/views/basicData/goods/index.vue
@@ -82,6 +82,15 @@
>
+
+
+
+
diff --git a/src/views/taskManagement/index.vue b/src/views/taskManagement/index.vue
index 6bb883f..8b71c84 100644
--- a/src/views/taskManagement/index.vue
+++ b/src/views/taskManagement/index.vue
@@ -570,9 +570,10 @@ export default {
/** 提交按钮 */
submitForm() {
- this.form.taskPath = this.$refs['form'].validate((valid) => {
+ this.$refs['form'].validate((valid) => {
if (valid) {
if (this.title === '修改任务') {
+ this.form.taskPath = this.form.toSide
updateBusInDataTask(this.form).then((response) => {
this.$modal.msgSuccess('修改成功')
this.open = false
diff --git a/src/views/warehousing/otherStore/index.vue b/src/views/warehousing/otherStore/index.vue
new file mode 100644
index 0000000..e48e3c0
--- /dev/null
+++ b/src/views/warehousing/otherStore/index.vue
@@ -0,0 +1,302 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.goodName+'-'+item.goodsNo+'-'+item.specifications }}
+
+
+
+ 选择物料
+
+
+
+
+
+ 确认入库
+ 重置
+
+
+
+
+
+
+
+
+
+ 物料分类
+
+
+ 成品
+ 铝合金锭
+ 锌合金锭
+ 模具配件
+ 配件
+ 辅料
+ 模具
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+ {{
+ scope.row.errMsg === "ERROR"
+ ? scope.row.errMsg + "?"
+ : scope.row.errMsg
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/warehousing/otherStore/其他入库.md b/src/views/warehousing/otherStore/其他入库.md
new file mode 100644
index 0000000..e69de29
diff --git a/src/views/wcs/base/AGV/index.vue b/src/views/wcs/base/AGV/index.vue
index c9133de..3207188 100644
--- a/src/views/wcs/base/AGV/index.vue
+++ b/src/views/wcs/base/AGV/index.vue
@@ -152,7 +152,25 @@
+
+
+
+
+