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 @@
+
+
+
+
+