@@ -158,7 +186,7 @@ import {getInvListByUser} from "@/api/system/invWarehouse";
import {getInvPreInProduct, deleteInvPreInProduct} from "@/api/inventory/invPreInSearch";
import {getBasicUnitMaintains} from "@/api/basic/basicUnitMaintain";
import {isBlank} from "@/utils/strUtil";
-import invPreProductsDetail from "@/views/inventory/InvPreProductsDetail.vue";
+import invPreProductsDetail from "@/views/inventory/InvPreInProductsDetail.vue";
export default {
name: "InvPreProducts",
@@ -173,7 +201,7 @@ export default {
supId: null,
zczbhhzbapzbh: null,
ylqxzcrbarmc: null,
- invCode: this.$store.getters.locInvCode,
+ invCode: null,
page: 1,
limit: 10,
},
@@ -217,9 +245,9 @@ export default {
supId: null,
zczbhhzbapzbh: null,
ylqxzcrbarmc: null,
- invCode: this.$store.getters.locInvCode,
page: 1,
limit: 10,
+ invCode: null,
};
this.getList();
},
diff --git a/src/views/inventory/InvSupPreProducts.vue b/src/views/inventory/InvSupPreProducts.vue
index 65984a3..9d25ca0 100644
--- a/src/views/inventory/InvSupPreProducts.vue
+++ b/src/views/inventory/InvSupPreProducts.vue
@@ -73,6 +73,33 @@
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
@@ -217,7 +244,7 @@ export default {
supId: null,
zczbhhzbapzbh: null,
ylqxzcrbarmc: null,
- invCode: this.$store.getters.locInvCode,
+ invCode: null,
page: 1,
limit: 10,
};
@@ -246,7 +273,7 @@ export default {
getList() {
this.loading = true;
- this.filterQuery.supId = this.$store.getters.customerId;
+ // this.filterQuery.supId = this.$store.getters.customerId;
getInvPreProduct(this.filterQuery).then((res) => {
this.loading = false;
if (res.code === 20000) {
diff --git a/src/views/inventory/InvSupProuducts.vue b/src/views/inventory/InvSupProuducts.vue
index 9dd109a..70b6026 100644
--- a/src/views/inventory/InvSupProuducts.vue
+++ b/src/views/inventory/InvSupProuducts.vue
@@ -74,7 +74,7 @@
-
+
+ value-format="yyyy-MM-dd HH:mm:ss" placeholder="请选择同步时间">
@@ -33,7 +33,7 @@
+ v-if="!configParms.typeBus&& !configParms.typeScan&& !configParms.typeThird">
同步单据类型
同步基础信息
同步国家库DI数据
+ v-if="configParms.dbDiProducts==2">同步国家库DI数据
@@ -79,12 +79,12 @@
+ icon="el-icon-info" icon-color="blck" title="是否确认要下载文件?" v-if="scope.row.cacheFilePath">
下载
+ icon="el-icon-info" icon-color="red" title="是否确认要删除这条数据?">
删除
@@ -92,11 +92,11 @@
+ :total="total" :current-page="filterQuery.page">
+ :visible.sync="syncVisible">
@@ -104,346 +104,346 @@
diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue
index a77ae0c..7cb543f 100644
--- a/src/views/system/dept/authDept.vue
+++ b/src/views/system/dept/authDept.vue
@@ -30,10 +30,11 @@
重置重置
+
查询
+ >查询
@@ -44,7 +45,7 @@
type="primary"
icon="el-icon-sort"
@click="toggleExpandAll"
- >展开/折叠
+ >展开/折叠
@@ -71,29 +72,29 @@
{{ scope.row.status | statusFilterName }}
+ >{{ scope.row.status | statusFilterName }}
-
+
新增
+ >新增
编辑
+ >编辑
删除
+ >删除
@@ -124,7 +125,7 @@
@@ -183,7 +184,7 @@
@@ -213,13 +214,13 @@
type="primary"
icon="el-icon-refresh"
@click="onUserReset"
- >重置
+ >重置
查询
+ >查询
-
+
移除
+ >移除
@@ -287,13 +288,13 @@
type="primary"
icon="el-icon-refresh"
@click="onInvReset"
- >重置
+ >重置
查询
+ >查询
-
+
@@ -347,11 +348,11 @@ import {
saveWarehouse,
} from "@/api/system/invWarehouse";
-import { treeList, treeSelectedList } from "@/api/system/dataStatus";
+import {treeList, treeSelectedList} from "@/api/system/dataStatus";
import Treeselect from "@riophae/vue-treeselect";
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
-import { listDeptUser, removeUser } from "@/api/system/deptUser";
-import { filterSubAll } from "@/api/system/invSubWarehouse";
+import {listDeptUser, removeUser} from "@/api/system/deptUser";
+import {filterSubAll} from "@/api/system/invSubWarehouse";
export default {
data() {
@@ -382,9 +383,9 @@ export default {
deptOptions: [],
rules: {
name: [
- { required: true, message: "部门名称不能为空", trigger: "blur" },
+ {required: true, message: "部门名称不能为空", trigger: "blur"},
],
- status: [{ required: true, message: "状态不能为空", trigger: "blur" }],
+ status: [{required: true, message: "状态不能为空", trigger: "blur"}],
},
menuExpand: false,
menuNodeAll: false,
@@ -628,7 +629,8 @@ export default {
}
});
})
- .catch(() => {});
+ .catch(() => {
+ });
},
toggleExpandAll() {
this.refreshTable = false;
@@ -666,7 +668,7 @@ export default {
});
},
getDeptStatusMenuTreeselect(deptId) {
- let query = { deptId: deptId };
+ let query = {deptId: deptId};
return treeSelectedList(query).then((response) => {
this.menuOptions = response.data.menus;
return response;
@@ -749,7 +751,8 @@ export default {
}
});
})
- .catch(() => {});
+ .catch(() => {
+ });
},
//仓库相关
@@ -770,8 +773,9 @@ export default {
this.getInvList();
},
},
- components: { Treeselect },
- mounted() {},
+ components: {Treeselect},
+ mounted() {
+ },
created() {
this.getList();
},
diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue
index 6ad7fd8..186799f 100644
--- a/src/views/system/dept/invWarehouse.vue
+++ b/src/views/system/dept/invWarehouse.vue
@@ -432,8 +432,8 @@ export default {
total: 0,
advanceTypeTypeMap: {
1: "入账库",
- 2: "寄售库",
- 3: "预验收库",
+ 3: "寄售库",
+ 2: "预验收库",
},
formMap: {
add: "仓库信息-新增",
From cd73415433af8760ff64d8791e67615504fb533d Mon Sep 17 00:00:00 2001
From: anthonywj
Date: Thu, 20 Apr 2023 18:59:43 +0800
Subject: [PATCH 19/20] =?UTF-8?q?=E5=BA=93=E5=AD=98=E4=BA=A7=E5=93=81?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inventory/InvSupPreProducts.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/inventory/InvSupPreProducts.vue b/src/views/inventory/InvSupPreProducts.vue
index 9d25ca0..82c7856 100644
--- a/src/views/inventory/InvSupPreProducts.vue
+++ b/src/views/inventory/InvSupPreProducts.vue
@@ -74,7 +74,7 @@
-
+
Date: Thu, 20 Apr 2023 21:39:52 +0800
Subject: [PATCH 20/20] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/sync/SysUdimsConfig.vue | 70 +++++++++++++++++--------------
1 file changed, 39 insertions(+), 31 deletions(-)
diff --git a/src/views/sync/SysUdimsConfig.vue b/src/views/sync/SysUdimsConfig.vue
index 28d7d8a..c1714bb 100644
--- a/src/views/sync/SysUdimsConfig.vue
+++ b/src/views/sync/SysUdimsConfig.vue
@@ -6,11 +6,12 @@
保存保存
+
- 同步服务
+ 同步服务
说明: 修改同步参数时,请关闭数据同步服务
+ >说明: 修改同步参数时,请关闭数据同步服务
@@ -30,7 +31,7 @@
- 地址设置
+ 地址设置
@@ -50,7 +51,7 @@
style="margin-left: 20px"
:disabled="configQuery.downstreamEnable"
:loading="testLoading"
- >测试连通
+ >测试连通
@@ -63,7 +64,7 @@
- 参数设置
+ 参数设置
@@ -77,7 +78,7 @@
splaceholder="请输入内容"
>
延时上传(单位:分钟): 延时上传(单位:分钟):
数据下载时间间隔(单位:分钟): 数据下载时间间隔(单位:分钟):
- 系统设置信息
+ 系统设置信息
@@ -151,7 +152,7 @@
- 单据类型
+ 单据类型
@@ -178,7 +179,7 @@
- 用户信息
+ 用户信息
@@ -205,7 +206,7 @@
- 基础数据
+ 基础数据
@@ -232,7 +233,7 @@
- 第三方基础信息
+ 第三方基础信息
@@ -268,7 +269,7 @@
- 国家库DI数据
+ 国家库DI数据
@@ -278,7 +279,7 @@
-
+
@@ -303,7 +304,7 @@
border
>
- 参数设置
+ 参数设置
@@ -332,7 +333,7 @@
size="small"
:disabled="configQuery.downstreamEnable"
@click="addToInBusTypeDialog()"
- >添加扫码单据类型
+ >添加扫码单据类型
@@ -367,7 +368,7 @@
size="small"
:disabled="configQuery.downstreamEnable"
@click.native="removeToInBus(scope.$index, scope.row)"
- >移除
+ >移除
@@ -385,7 +386,7 @@
border
>
- 参数设置
+ 参数设置
@@ -401,7 +402,7 @@
>
单据下载时间间隔(单位:分钟): 单据下载时间间隔(单位:分钟):
添加扫码单据类型
+ >添加扫码单据类型