From 5211a0ccea2d90c30aef46255f0076b7dbfd7786 Mon Sep 17 00:00:00 2001
From: guoxing <1369478551@qq.com>
Date: Fri, 17 May 2024 08:53:46 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84wms?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 11 +-
package.json | 1 +
src/api/baseinfo/brands/brand.js | 49 -
src/api/baseinfo/category/category.js | 55 -
src/api/baseinfo/factory/factory.js | 48 -
src/api/baseinfo/goods/goods.js | 39 -
src/api/baseinfo/supplier/supplier.js | 46 +
src/api/baseinfo/suppliertype/suppliertype.js | 31 +
src/api/baseinfo/unit/unit.js | 49 -
src/api/carryover/carryover.js | 41 -
src/api/deliveryNotice/deliveryNotice.js | 51 -
src/api/inventory/inventory.js | 69 -
src/api/receivingGoods/receivingGoods.js | 84 --
src/api/storageage/storageage.js | 23 -
src/api/system/Role/role.js | 5 +-
src/api/system/dataDict/dataDict.js | 32 +
src/api/system/departments/departments.js | 125 ++
src/api/system/dictType/dictCommon.js | 58 +
src/api/system/dictType/index.js | 74 ++
src/api/system/log/index.js | 16 +
src/api/system/menu/index.js | 109 ++
src/api/system/organization/organization.js | 36 +
src/api/system/postManage/index.js | 87 ++
src/api/system/roleAdminister/index.js | 198 +++
src/api/system/roleAdminister/rolemenus.js | 31 +
src/api/system/userManage/index.js | 150 +++
src/api/upShelf/upShelf.js | 43 -
src/api/user.js | 66 +-
src/api/warehouse/allocation/allocation.js | 59 -
.../warehouse/distribution/distribution.js | 63 -
.../warehouse/inOutStorage/inOutStorage.js | 55 -
src/api/warehouse/inStorage/inStorage.js | 22 -
src/api/warehouse/inventory/inventory.js | 63 -
.../warehouse/oldPartsCope/oldPartsCope.js | 72 --
.../oldPartsFactory/oldPartsFactory.js | 83 --
.../oldPartsInAndOutStorage.js | 58 -
.../oldPartsInStorage/oldPartsInStorage.js | 38 -
.../oldPartsInvertory/oldPartsInvertory.js | 80 --
.../oldPartsRecovery/oldPartsRecovery.js | 39 -
src/api/warehouse/outStorage/outStorage.js | 99 --
.../reservationInStorage.js | 22 -
src/api/warehouse/stocktaking/stocktaking.js | 47 -
src/assets/images/company_icon.png | Bin 0 -> 1173 bytes
src/assets/images/experience.png | Bin 0 -> 2785 bytes
src/assets/images/formal.png | Bin 0 -> 2135 bytes
src/assets/images/overdue.png | Bin 0 -> 2472 bytes
src/layout/components/Navbar.vue | 54 +-
src/layout/components/Sidebar/index.vue | 723 +----------
src/router/index.js | 319 +----
src/utils/functions.js.js | 34 +
src/views/baseInfo/brands/brandsAdd.vue | 278 ----
src/views/baseInfo/brands/index.vue | 256 ----
src/views/baseInfo/category/categoryAdd.vue | 218 ----
src/views/baseInfo/category/index.vue | 285 ----
src/views/baseInfo/factory/factoryAdd.vue | 175 ---
src/views/baseInfo/factory/index.vue | 261 ----
src/views/baseInfo/goods/goodsAdd.vue | 1097 ----------------
src/views/baseInfo/goods/goodsInfo.vue | 943 --------------
src/views/baseInfo/goods/index.vue | 289 -----
.../supplier/relation/openingbank.vue | 174 +++
.../supplier/supplier/supplier.vue} | 111 +-
.../supplier/supplier/supplierAdd.vue | 475 +++++++
.../supplier/supplier/supplierInfo.vue | 236 ++++
.../supplier/suppliertype/suppliertype.vue | 296 +++++
src/views/baseInfo/unit/index.vue | 245 ----
src/views/baseInfo/unit/unitAdd.vue | 210 ---
.../goodsShelves/goodsShelvesAdd.vue | 0
.../{ => warehouses}/goodsShelves/index.vue | 0
.../{ => warehouses}/warehouse/index.vue | 0
.../warehouse/warehouseAdd.vue | 0
.../{ => warehouses}/warehouseArea/index.vue | 0
.../warehouseArea/warehouseAreaAdd.vue | 0
.../warehouseAreaType/index.vue | 0
.../warehouseAreaTypeAdd.vue | 0
src/views/carryover/carryoverstock.vue | 227 ----
src/views/deliveryNotice/index.vue | 432 -------
src/views/deliveryNotice/receiptAdd.vue | 772 -----------
src/views/deliveryNotice/receiptInfo.vue | 275 ----
src/views/inventory/inventory.vue | 448 -------
src/views/inventory/inventoryAdd.vue | 194 ---
src/views/inventory/inventoryInfo.vue | 173 ---
src/views/login/login.vue | 521 +++++++-
src/views/receivingGoods/index.vue | 427 ------
.../receivingGoods/receivingGoodsAdd.vue | 1143 -----------------
.../receivingGoods/receivingGoodsInfo.vue | 308 -----
src/views/receivingGoods/upShelfAddRecord.vue | 541 --------
src/views/storageage/storageage.vue | 236 ----
src/views/system/dictManage/dictCommon.vue | 248 ++++
src/views/system/dictManage/dictManage.vue | 200 +++
src/views/system/dictManage/dictMap.vue | 155 +++
src/views/system/logManage/logManage.vue | 212 +++
src/views/system/menuManage/menuManage.vue | 572 +++++++++
.../organizationManage/organizationManage.vue | 660 ++++++++++
src/views/system/postManage/postManage.vue | 505 ++++++++
.../system/roleAdminister/roleAdminister.vue | 977 ++++++++++++++
src/views/system/userManage/userManage.vue | 65 +
src/views/system/userManage/userManageAdd.vue | 264 ++++
.../system/userManage/userManageList.vue | 504 ++++++++
src/views/upShelf/index.vue | 333 -----
src/views/upShelf/upShelfAdd.vue | 412 ------
src/views/upShelf/upShelfInfo.vue | 220 ----
.../warehouse/allocation/allocationAdd.vue | 470 -------
src/views/warehouse/allocation/index.vue | 324 -----
.../distribution/distributionAdd.vue | 317 -----
.../distribution/distributionInfo.vue | 218 ----
src/views/warehouse/distribution/index.vue | 354 -----
src/views/warehouse/inOutStorage/index.vue | 396 ------
.../warehouse/inStorage/inStorageAdd.vue | 1143 -----------------
.../warehouse/inStorage/inStorageInfo.vue | 308 -----
src/views/warehouse/inStorage/index.vue | 241 ----
src/views/warehouse/inventory/index.vue | 326 -----
.../warehouse/inventory/inventoryInfo.vue | 142 --
src/views/warehouse/oldPartsCope/index.vue | 323 -----
.../oldPartsCope/oldPartsCopeAdd.vue | 595 ---------
.../oldPartsCope/oldPartsCopeInfo.vue | 296 -----
src/views/warehouse/oldPartsFactory/index.vue | 425 ------
.../oldPartsFactory/oldPartsFactoryAdd.vue | 575 ---------
.../oldPartsFactory/oldPartsFactoryInfo.vue | 249 ----
.../oldPartsInAndOutStorage/index.vue | 438 -------
.../warehouse/oldPartsInStorage/index.vue | 329 -----
.../oldPartsInStorageAdd.vue | 335 -----
.../warehouse/oldPartsInvertory/index.vue | 432 -------
.../oldPartsInvertoryInfo.vue | 221 ----
.../warehouse/oldPartsRecovery/index.vue | 402 ------
.../oldPartsRecovery/oldPartsRecoveryAdd.vue | 555 --------
.../oldPartsRecovery/oldPartsRecoveryInfo.vue | 227 ----
.../warehouse/outStorage/distributionAdd.vue | 291 -----
src/views/warehouse/outStorage/index.vue | 335 -----
.../warehouse/outStorage/outStorageAdd.vue | 529 --------
.../warehouse/outStorage/outStorageInfo.vue | 231 ----
.../warehouse/reservationInStorage/index.vue | 511 --------
src/views/warehouse/stocktaking/index.vue | 322 -----
.../warehouse/stocktaking/stocktakingAdd.vue | 412 ------
133 files changed, 7338 insertions(+), 25064 deletions(-)
delete mode 100644 src/api/baseinfo/brands/brand.js
delete mode 100644 src/api/baseinfo/category/category.js
delete mode 100644 src/api/baseinfo/factory/factory.js
delete mode 100644 src/api/baseinfo/goods/goods.js
create mode 100644 src/api/baseinfo/supplier/supplier.js
create mode 100644 src/api/baseinfo/suppliertype/suppliertype.js
delete mode 100644 src/api/baseinfo/unit/unit.js
delete mode 100644 src/api/carryover/carryover.js
delete mode 100644 src/api/deliveryNotice/deliveryNotice.js
delete mode 100644 src/api/inventory/inventory.js
delete mode 100644 src/api/receivingGoods/receivingGoods.js
delete mode 100644 src/api/storageage/storageage.js
create mode 100644 src/api/system/dataDict/dataDict.js
create mode 100644 src/api/system/departments/departments.js
create mode 100644 src/api/system/dictType/dictCommon.js
create mode 100644 src/api/system/dictType/index.js
create mode 100644 src/api/system/log/index.js
create mode 100644 src/api/system/menu/index.js
create mode 100644 src/api/system/organization/organization.js
create mode 100644 src/api/system/postManage/index.js
create mode 100644 src/api/system/roleAdminister/index.js
create mode 100644 src/api/system/roleAdminister/rolemenus.js
create mode 100644 src/api/system/userManage/index.js
delete mode 100644 src/api/upShelf/upShelf.js
delete mode 100644 src/api/warehouse/allocation/allocation.js
delete mode 100644 src/api/warehouse/distribution/distribution.js
delete mode 100644 src/api/warehouse/inOutStorage/inOutStorage.js
delete mode 100644 src/api/warehouse/inStorage/inStorage.js
delete mode 100644 src/api/warehouse/inventory/inventory.js
delete mode 100644 src/api/warehouse/oldPartsCope/oldPartsCope.js
delete mode 100644 src/api/warehouse/oldPartsFactory/oldPartsFactory.js
delete mode 100644 src/api/warehouse/oldPartsInAndOutStorage/oldPartsInAndOutStorage.js
delete mode 100644 src/api/warehouse/oldPartsInStorage/oldPartsInStorage.js
delete mode 100644 src/api/warehouse/oldPartsInvertory/oldPartsInvertory.js
delete mode 100644 src/api/warehouse/oldPartsRecovery/oldPartsRecovery.js
delete mode 100644 src/api/warehouse/outStorage/outStorage.js
delete mode 100644 src/api/warehouse/reservationInStorage/reservationInStorage.js
delete mode 100644 src/api/warehouse/stocktaking/stocktaking.js
create mode 100644 src/assets/images/company_icon.png
create mode 100644 src/assets/images/experience.png
create mode 100644 src/assets/images/formal.png
create mode 100644 src/assets/images/overdue.png
create mode 100644 src/utils/functions.js.js
delete mode 100644 src/views/baseInfo/brands/brandsAdd.vue
delete mode 100644 src/views/baseInfo/brands/index.vue
delete mode 100644 src/views/baseInfo/category/categoryAdd.vue
delete mode 100644 src/views/baseInfo/category/index.vue
delete mode 100644 src/views/baseInfo/factory/factoryAdd.vue
delete mode 100644 src/views/baseInfo/factory/index.vue
delete mode 100644 src/views/baseInfo/goods/goodsAdd.vue
delete mode 100644 src/views/baseInfo/goods/goodsInfo.vue
delete mode 100644 src/views/baseInfo/goods/index.vue
create mode 100644 src/views/baseInfo/supplier/supplier/relation/openingbank.vue
rename src/views/{carryover/carryforwardrecord.vue => baseInfo/supplier/supplier/supplier.vue} (63%)
create mode 100644 src/views/baseInfo/supplier/supplier/supplierAdd.vue
create mode 100644 src/views/baseInfo/supplier/supplier/supplierInfo.vue
create mode 100644 src/views/baseInfo/supplier/suppliertype/suppliertype.vue
delete mode 100644 src/views/baseInfo/unit/index.vue
delete mode 100644 src/views/baseInfo/unit/unitAdd.vue
rename src/views/baseInfo/{ => warehouses}/goodsShelves/goodsShelvesAdd.vue (100%)
rename src/views/baseInfo/{ => warehouses}/goodsShelves/index.vue (100%)
rename src/views/baseInfo/{ => warehouses}/warehouse/index.vue (100%)
rename src/views/baseInfo/{ => warehouses}/warehouse/warehouseAdd.vue (100%)
rename src/views/baseInfo/{ => warehouses}/warehouseArea/index.vue (100%)
rename src/views/baseInfo/{ => warehouses}/warehouseArea/warehouseAreaAdd.vue (100%)
rename src/views/baseInfo/{ => warehouses}/warehouseAreaType/index.vue (100%)
rename src/views/baseInfo/{ => warehouses}/warehouseAreaType/warehouseAreaTypeAdd.vue (100%)
delete mode 100644 src/views/carryover/carryoverstock.vue
delete mode 100644 src/views/deliveryNotice/index.vue
delete mode 100644 src/views/deliveryNotice/receiptAdd.vue
delete mode 100644 src/views/deliveryNotice/receiptInfo.vue
delete mode 100644 src/views/inventory/inventory.vue
delete mode 100644 src/views/inventory/inventoryAdd.vue
delete mode 100644 src/views/inventory/inventoryInfo.vue
delete mode 100644 src/views/receivingGoods/index.vue
delete mode 100644 src/views/receivingGoods/receivingGoodsAdd.vue
delete mode 100644 src/views/receivingGoods/receivingGoodsInfo.vue
delete mode 100644 src/views/receivingGoods/upShelfAddRecord.vue
delete mode 100644 src/views/storageage/storageage.vue
create mode 100644 src/views/system/dictManage/dictCommon.vue
create mode 100644 src/views/system/dictManage/dictManage.vue
create mode 100644 src/views/system/dictManage/dictMap.vue
create mode 100644 src/views/system/logManage/logManage.vue
create mode 100644 src/views/system/menuManage/menuManage.vue
create mode 100644 src/views/system/organizationManage/organizationManage.vue
create mode 100644 src/views/system/postManage/postManage.vue
create mode 100644 src/views/system/roleAdminister/roleAdminister.vue
create mode 100644 src/views/system/userManage/userManage.vue
create mode 100644 src/views/system/userManage/userManageAdd.vue
create mode 100644 src/views/system/userManage/userManageList.vue
delete mode 100644 src/views/upShelf/index.vue
delete mode 100644 src/views/upShelf/upShelfAdd.vue
delete mode 100644 src/views/upShelf/upShelfInfo.vue
delete mode 100644 src/views/warehouse/allocation/allocationAdd.vue
delete mode 100644 src/views/warehouse/allocation/index.vue
delete mode 100644 src/views/warehouse/distribution/distributionAdd.vue
delete mode 100644 src/views/warehouse/distribution/distributionInfo.vue
delete mode 100644 src/views/warehouse/distribution/index.vue
delete mode 100644 src/views/warehouse/inOutStorage/index.vue
delete mode 100644 src/views/warehouse/inStorage/inStorageAdd.vue
delete mode 100644 src/views/warehouse/inStorage/inStorageInfo.vue
delete mode 100644 src/views/warehouse/inStorage/index.vue
delete mode 100644 src/views/warehouse/inventory/index.vue
delete mode 100644 src/views/warehouse/inventory/inventoryInfo.vue
delete mode 100644 src/views/warehouse/oldPartsCope/index.vue
delete mode 100644 src/views/warehouse/oldPartsCope/oldPartsCopeAdd.vue
delete mode 100644 src/views/warehouse/oldPartsCope/oldPartsCopeInfo.vue
delete mode 100644 src/views/warehouse/oldPartsFactory/index.vue
delete mode 100644 src/views/warehouse/oldPartsFactory/oldPartsFactoryAdd.vue
delete mode 100644 src/views/warehouse/oldPartsFactory/oldPartsFactoryInfo.vue
delete mode 100644 src/views/warehouse/oldPartsInAndOutStorage/index.vue
delete mode 100644 src/views/warehouse/oldPartsInStorage/index.vue
delete mode 100644 src/views/warehouse/oldPartsInStorage/oldPartsInStorageAdd.vue
delete mode 100644 src/views/warehouse/oldPartsInvertory/index.vue
delete mode 100644 src/views/warehouse/oldPartsInvertory/oldPartsInvertoryInfo.vue
delete mode 100644 src/views/warehouse/oldPartsRecovery/index.vue
delete mode 100644 src/views/warehouse/oldPartsRecovery/oldPartsRecoveryAdd.vue
delete mode 100644 src/views/warehouse/oldPartsRecovery/oldPartsRecoveryInfo.vue
delete mode 100644 src/views/warehouse/outStorage/distributionAdd.vue
delete mode 100644 src/views/warehouse/outStorage/index.vue
delete mode 100644 src/views/warehouse/outStorage/outStorageAdd.vue
delete mode 100644 src/views/warehouse/outStorage/outStorageInfo.vue
delete mode 100644 src/views/warehouse/reservationInStorage/index.vue
delete mode 100644 src/views/warehouse/stocktaking/index.vue
delete mode 100644 src/views/warehouse/stocktaking/stocktakingAdd.vue
diff --git a/.env.development b/.env.development
index e561048..b2220f6 100644
--- a/.env.development
+++ b/.env.development
@@ -5,13 +5,6 @@ ENV = 'development'
VUE_APP_BASE_API = '/api'
## 配置测试和本地开发时的 接口地址
-# VUE_APP_URL = "http://jianguan.yyundong.com/shgfapi"
-## wms
-VUE_APP_URL = "http://127.0.0.1:4523/m1/4061550-0-default"
-## 安瑞
-##VUE_APP_URL = "http://127.0.0.1:4523/m1/613533-0-default"
-##VUE_APP_URL = "http://192.168.2.117:7301"
-##VUE_APP_REPORT_URL = "https://lpk.yyundong.com"
-##VUE_APP_REPORT_URL = "https://supervise.yxtsoft.com/wms"
-##VUE_APP_URL = "https://supervise.yxtsoft.com"
+##VUE_APP_URL = "http://192.168.1.47:8111"
+VUE_APP_URL = "https://wms.yxtsoft.com"
diff --git a/package.json b/package.json
index 4fd5f68..08a3dc6 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,7 @@
"core-js": "^3.8.3",
"echarts": "^5.4.3",
"ejs": "^2.7.4",
+ "element-china-area-data": "^6.1.0",
"element-ui": "^2.15.14",
"js-cookie": "2.2.0",
"moment": "^2.29.1",
diff --git a/src/api/baseinfo/brands/brand.js b/src/api/baseinfo/brands/brand.js
deleted file mode 100644
index b8d23d5..0000000
--- a/src/api/baseinfo/brands/brand.js
+++ /dev/null
@@ -1,49 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/base/basegoodsbrand/listPage',
- method: 'post',
- data: params,
- })
- },
-
- // 类别查询
- getAllBrand: function(params) {
- return request({
- url: '/wms/apiadmin/base/basegoodsbrand/listAll',
- method: 'get'
- })
- },
-
-
- // 修改是否可用状态
- updateIsEnable: function(sid,isEnable) {
- return request({
- url: '/wms/apiadmin/base/basegoodsbrand/updateIsEnable/'+sid+"/"+isEnable
- });
- },
-
-
- // 新增、保存
- saveBrands: function(data) {
- return request({
- url: '/wms/apiadmin/base/basegoodsbrand/saveOrUpdate',
- method: 'post',
- data: data
- });
- },
-
- // 初始化
- initBrands: function(data) {
- return request({
- url: '/wms/apiadmin/base/basegoodsbrand/initialization/' + data,
- method: 'get'
- });
- },
-
-
-}
diff --git a/src/api/baseinfo/category/category.js b/src/api/baseinfo/category/category.js
deleted file mode 100644
index 4523584..0000000
--- a/src/api/baseinfo/category/category.js
+++ /dev/null
@@ -1,55 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/base/basegoodstype/listPage',
- method: 'post',
- data: params,
- })
- },
-
- // 类别查询
- getAllType: function(params) {
- return request({
- url: '/wms/apiadmin/base/basegoodstype/listAll',
- method: 'get'
- })
- },
-
-
- // 修改是否可用状态
- updateIsEnable: function(sid, isEnable) {
- return request({
- url: '/wms/apiadmin/base/basegoodstype/updateIsEnable/' + sid + "/" + isEnable
- });
- },
-
- // 修改是否一品一码
- updateIsGoodsID: function(sid, isGoodsID) {
- return request({
- url: '/wms/apiadmin/base/basegoodstype/updateIsGoodsID/' + sid + "/" + isGoodsID
- });
- },
-
- // 新增、保存
- saveTypes: function(data) {
- return request({
- url: '/wms/apiadmin/base/basegoodstype/saveOrUpdate',
- method: 'post',
- data: data
- });
- },
-
- // 初始化
- initTypes: function(data) {
- return request({
- url: '/wms/apiadmin/base/basegoodstype/initialization/' + data,
- method: 'get'
- });
- },
-
-
-}
diff --git a/src/api/baseinfo/factory/factory.js b/src/api/baseinfo/factory/factory.js
deleted file mode 100644
index df6af06..0000000
--- a/src/api/baseinfo/factory/factory.js
+++ /dev/null
@@ -1,48 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/base/basemanufacturer/listPage',
- method: 'post',
- data: params,
- })
- },
-
- // 厂家查询
- getAllFacturer: function(params) {
- return request({
- url: '/wms/apiadmin/base/basemanufacturer/listAll',
- method: 'get'
- })
- },
-
- // 修改是否可用状态
- updateIsEnable: function(sid,isEnable) {
- return request({
- url: '/wms/apiadmin/base/basemanufacturer/updateIsEnable/'+sid+"/"+isEnable
- });
- },
-
-
- // 新增、保存
- saveFacturer: function(data) {
- return request({
- url: '/wms/apiadmin/base/basemanufacturer/saveOrUpdate',
- method: 'post',
- data: data
- });
- },
-
- // 初始化
- initFacturer: function(data) {
- return request({
- url: '/wms/apiadmin/base/basemanufacturer/initialization/' + data,
- method: 'get'
- });
- },
-
-
-}
diff --git a/src/api/baseinfo/goods/goods.js b/src/api/baseinfo/goods/goods.js
deleted file mode 100644
index 0fd74e5..0000000
--- a/src/api/baseinfo/goods/goods.js
+++ /dev/null
@@ -1,39 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/base/basegoodsspu/listPage',
- method: 'post',
- data: params,
- })
- },
-
- // 修改是否可用状态
- updateIsEnable: function(sid, isEnable) {
- return request({
- url: '/wms/apiadmin/base/basegoodsspu/updateIsEnable/' + sid + "/" + isEnable
- });
- },
-
- // 新增、保存
- saveGoods: function(data) {
- return request({
- url: '/wms/apiadmin/base/basegoodsspu/saveOrUpdate',
- method: 'post',
- data: data
- });
- },
-
- // 初始化
- initGoods: function(data) {
- return request({
- url: '/wms/apiadmin/base/basegoodsspu/initialization/' + data,
- method: 'get'
- });
- },
-
-
-}
diff --git a/src/api/baseinfo/supplier/supplier.js b/src/api/baseinfo/supplier/supplier.js
new file mode 100644
index 0000000..1f9738d
--- /dev/null
+++ b/src/api/baseinfo/supplier/supplier.js
@@ -0,0 +1,46 @@
+import request from '@/utils/request'
+
+export default {
+ // 列表查询
+ listPage: function(data) {
+ return request({
+ url: '/pms/v1/pmssupplierinfo/listPage',
+ method: 'post',
+ data: data,
+ headers: { 'Content-Type': 'application/json' }
+ })
+ },
+ // 保存
+ saveOrUpdate: function(data) {
+ return request({
+ url: '/pms/v1/pmssupplierinfo/save',
+ method: 'post',
+ data: data,
+ headers: { 'Content-Type': 'application/json' }
+ })
+ },
+ // 回显
+ fetchDetailsBySid: function(data) {
+ return request({
+ url: '/pms/v1/pmssupplierinfo/fetchDetailsBySid/' + data,
+ method: 'get'
+ })
+ },
+ // 删除
+ delBySids: function(data) {
+ return request({
+ url: '/pms/v1/pmssupplierinfo/delBySids',
+ method: 'DELETE',
+ data: data,
+ headers: { 'Content-Type': 'application/json' }
+ })
+ },
+ // 获取供应商类型
+ selSupplierType: function(data) {
+ return request({
+ url: '/pms/v1/pmssuppliertype/selSupplierType',
+ method: 'post',
+ params: data
+ })
+ }
+}
diff --git a/src/api/baseinfo/suppliertype/suppliertype.js b/src/api/baseinfo/suppliertype/suppliertype.js
new file mode 100644
index 0000000..695f942
--- /dev/null
+++ b/src/api/baseinfo/suppliertype/suppliertype.js
@@ -0,0 +1,31 @@
+import request from '@/utils/request'
+
+export default {
+ // 列表查询
+ listPage: function(data) {
+ return request({
+ url: '/pms/v1/pmssuppliertype/listPage',
+ method: 'post',
+ data: data,
+ headers: { 'Content-Type': 'application/json' }
+ })
+ },
+ // 保存
+ saveOrUpdate: function(data) {
+ return request({
+ url: '/pms/v1/pmssuppliertype/save',
+ method: 'post',
+ data: data,
+ headers: { 'Content-Type': 'application/json' }
+ })
+ },
+ // 删除
+ delBySids: function(data) {
+ return request({
+ url: '/pms/v1/pmssuppliertype/delBySids',
+ method: 'DELETE',
+ data: data,
+ headers: { 'Content-Type': 'application/json' }
+ })
+ }
+}
diff --git a/src/api/baseinfo/unit/unit.js b/src/api/baseinfo/unit/unit.js
deleted file mode 100644
index eb42b6d..0000000
--- a/src/api/baseinfo/unit/unit.js
+++ /dev/null
@@ -1,49 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/base/basegoodsunit/listPage',
- method: 'post',
- data: params,
- })
- },
-
- // 单位查询
- getAllUnit: function(params) {
- return request({
- url: '/wms/apiadmin/base/basegoodsunit/listAll',
- method: 'get'
- })
- },
-
-
- // 修改是否可用状态
- updateIsEnable: function(sid,isEnable) {
- return request({
- url: '/wms/apiadmin/base/basegoodsunit/updateIsEnable/'+sid+"/"+isEnable
- });
- },
-
-
- // 新增、保存
- saveUnits: function(data) {
- return request({
- url: '/wms/apiadmin/base/basegoodsunit/saveOrUpdate',
- method: 'post',
- data: data
- });
- },
-
- // 初始化
- initUnits: function(data) {
- return request({
- url: '/base/basegoodsunit/initialization/' + data,
- method: 'get'
- });
- },
-
-
-}
diff --git a/src/api/carryover/carryover.js b/src/api/carryover/carryover.js
deleted file mode 100644
index 4c9ab57..0000000
--- a/src/api/carryover/carryover.js
+++ /dev/null
@@ -1,41 +0,0 @@
-import request from '@/utils/request'
-
-export default {
- // 查询分页列表 -- 结转记录查询
- carryForwardList: function(params) {
- return request({
- url: '/inventory/wmsinventorysettlebill/carryForwardList',
- method: 'post',
- data: params,
- headers: { 'Content-Type': 'application/json' }
- })
- },
- // 结转记录查询 -- 删除
- deleteBySids: function(data) {
- return request({
- url: '/inventory/wmsinventorysettlebill/delBySids',
- method: 'DELETE',
- data: data,
- headers: { 'Content-Type': 'application/json' }
- })
- },
- // 查询分页列表 -- 结转库存查询
- listPage: function(params) {
- return request({
- url: '/inventory/wmsinventorysettlebilldetail/listPage',
- method: 'post',
- data: params,
- headers: { 'Content-Type': 'application/json' }
- })
- },
- // 结转库存查询 -- 导出
- exportExcel: function(data) {
- return request({
- url: '/inventory/wmsinventorysettlebilldetail/exportExcel',
- method: 'post',
- responseType: 'blob', // 表明返回服务器返回的数据类型
- data: data,
- headers: { 'Content-Type': 'application/json' }
- })
- }
-}
diff --git a/src/api/deliveryNotice/deliveryNotice.js b/src/api/deliveryNotice/deliveryNotice.js
deleted file mode 100644
index b0ff73d..0000000
--- a/src/api/deliveryNotice/deliveryNotice.js
+++ /dev/null
@@ -1,51 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
-// 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/WmsAnsBill/listPage',
- method: 'post',
- data: params,
- })
- },
-
- // 详情初始化
- init: function(data) {
- return request({
- url: '/wms/apiadmin/WmsAnsBill/details',
- method: 'get',
- data:data
- });
- },
-
- // 收货初始化
- getInitDetails: function(data) {
- return request({
- url: '/wms/apiadmin/inventory/WmsReceiptBill/getInitDetails',
- method: 'get',
- data:data
- });
- },
-
-
- // 新增收货单
- save: function(data) {
- return request({
- url: '/wms/apiadmin/inventory/WmsReceiptBill/saveOrUpdate',
- method: 'post',
- data: data
- });
- },
-
- // 确认收货单
- submit: function(data) {
- return request({
- url: '/wms/apiadmin/inventory/WmsReceiptBill/confirm',
- method: 'post',
- data: data
- });
- },
-
-}
diff --git a/src/api/inventory/inventory.js b/src/api/inventory/inventory.js
deleted file mode 100644
index 0d699f1..0000000
--- a/src/api/inventory/inventory.js
+++ /dev/null
@@ -1,69 +0,0 @@
-import request from '@/utils/request'
-
-export default {
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/inventory/wmsinventory/listPage',
- method: 'post',
- data: params,
- headers: { 'Content-Type': 'application/json' }
- })
- },
- saveOrUpdate: function(data) {
- return request({
- url: '/inventory/wmsinventory/updateWmsInventory',
- method: 'post',
- data: data,
- headers: { 'Content-Type': 'application/json' }
- })
- },
- init: function(data) {
- return request({
- url: '/riskcenter/v1/loancaseappealapply/details',
- method: 'post',
- params: data
- })
- },
- fetchBySid: function(data) {
- return request({
- url: '/inventory/wmsinventory/init',
- method: 'get',
- params: data
- })
- },
- // 导出
- exportExcel: function(data) {
- return request({
- url: '/inventory/wmsinventory/exportExcel',
- method: 'post',
- responseType: 'blob', // 表明返回服务器返回的数据类型
- data: data,
- headers: { 'Content-Type': 'application/json' }
- })
- },
- deleteBySids: function(data) {
- return request({
- url: '/inventory/wmsinventory/delBySids',
- method: 'DELETE',
- data: data,
- headers: { 'Content-Type': 'application/json' }
- })
- },
- saveSettlebill: function(data) {
- return request({
- url: '/inventory/wmsinventorysettlebill/saveSettlebill',
- method: 'post',
- data: data,
- headers: { 'Content-Type': 'application/json' }
- })
- },
- getBillList: function(data) {
- return request({
- url: '/inventory/wmsinventory/getBillList',
- method: 'post',
- data: data,
- headers: { 'Content-Type': 'application/json' }
- })
- }
-}
diff --git a/src/api/receivingGoods/receivingGoods.js b/src/api/receivingGoods/receivingGoods.js
deleted file mode 100644
index 73a48bf..0000000
--- a/src/api/receivingGoods/receivingGoods.js
+++ /dev/null
@@ -1,84 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
-// 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/inventory/WmsReceiptBill/listPage',
- method: 'post',
- data: params,
- headers: { 'Content-Type': 'application/json' }
- })
- },
-
- // 初始化
- init: function(data) {
- return request({
- url: '/wms/apiadmin/inventory/WmsReceiptBill/getDetailsInit',
- method: 'get',
- data:data
- });
- },
-
-
- // 新增、保存
- save: function(data) {
- return request({
- url: '/wms/apiadmin/inventory/WmsReceiptBill/saveOrUpdate',
- method: 'post',
- data: data,
- headers: { 'Content-Type': 'application/json' }
- });
- },
-
-
- // 确认
- submit: function(data) {
- return request({
- url: '/wms/apiadmin/inventory/WmsReceiptBill/confirm',
- method: 'post',
- data: data,
- headers: { 'Content-Type': 'application/json' }
- });
- },
-
- // 保存 上架单
- saveUpShelf: function(data) {
- return request({
- url: '/wms/apiadmin/WmsShelfBill/saveOrUpdate',
- method: 'post',
- data: data,
- headers: { 'Content-Type': 'application/json' }
- });
- },
-
-
- deleteBySids: function(data) {
- return request({
- url: '/wms/apiadmin/inventory/WmsReceiptBill/delBySids',
- method: 'DELETE',
- data: data,
- headers: { 'Content-Type': 'application/json' }
- })
- },
-
- // 查询所有商品
- getGoodsListPage: function(params) {
- return request({
- url: '/yxtbase/apiadmin/base/basegoodssku/getGoodsListPage',
- method: 'post',
- data: params
- })
- },
-
-
- // 选择供应商
- choiceSupplier: function(params) {
- return request({
- url: '/wms/apiadmin/base/basesupplierinfo/choiceSupplierInfo',
- method: 'post',
- data: params,
- })
- },
-}
diff --git a/src/api/storageage/storageage.js b/src/api/storageage/storageage.js
deleted file mode 100644
index 75d951e..0000000
--- a/src/api/storageage/storageage.js
+++ /dev/null
@@ -1,23 +0,0 @@
-import request from '@/utils/request'
-
-export default {
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/inventory/wmsinventory/inventoryAgeList',
- method: 'post',
- data: params,
- headers: { 'Content-Type': 'application/json' }
- })
- },
- // 导出
- exportExcel: function(data) {
- return request({
- url: '/inventory/wmsinventory/ageExportExcel',
- method: 'post',
- responseType: 'blob', // 表明返回服务器返回的数据类型
- data: data,
- headers: { 'Content-Type': 'application/json' }
- })
- }
-}
diff --git a/src/api/system/Role/role.js b/src/api/system/Role/role.js
index 7eb16f3..bd1c18f 100644
--- a/src/api/system/Role/role.js
+++ b/src/api/system/Role/role.js
@@ -13,11 +13,8 @@ export function rolemenus(data) {
// 获取左侧菜单
export function getrolemenus(data) {
return request({
- baseURL: '/api',
- url: '/portal/v1/sysmenu/sourcemenutree',
+ url: '/wms/apiadmin/sysmenu/sourcemenutree',
method: 'POST',
- async: false,
-// data: {userSid: data.userSid, sourceSid: '000011'},
data: data,
headers: { 'Content-Type': 'application/json',
'token': tokens }
diff --git a/src/api/system/dataDict/dataDict.js b/src/api/system/dataDict/dataDict.js
new file mode 100644
index 0000000..15df050
--- /dev/null
+++ b/src/api/system/dataDict/dataDict.js
@@ -0,0 +1,32 @@
+import request from '@/utils/request'
+import qs from 'qs'
+//获取单位级别
+export function getDwJb(data) {
+ return request({
+ url: '/system/dictCommon/getDwJb',
+ method: 'GET',
+ })
+}
+// 获取机构单位类别
+export function getDwType(data) {
+ return request({
+ url: '/system/dictCommon/getDwType',
+ method: 'get',
+ params: data
+ })
+}
+//获取机构人员类别
+export function getRylb(data) {
+ return request({
+ url: '/system/dictCommon/getRylb',
+ method: 'get'
+ })
+}
+
+// 根据Type值获取数据对象
+export function getDicts(typeCode) {
+ return request({
+ url: '/system/dictCommon/dicts/'+typeCode,
+ method: 'get'
+ })
+}
diff --git a/src/api/system/departments/departments.js b/src/api/system/departments/departments.js
new file mode 100644
index 0000000..35d8ef5
--- /dev/null
+++ b/src/api/system/departments/departments.js
@@ -0,0 +1,125 @@
+import request from '@/utils/request'
+import qs from 'qs'
+
+// let tokens = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTm8iOiI2IiwiaXNzIjoiV0JLIiwiZXhwIjoxNjMwMDI3MDA3fQ.9bEgBzFW2g1CUT7s5VXxhNCa10cyU_WTCFeqpQje0iY'
+let tokens = window.sessionStorage.getItem('token')
+// 获取菜单 分页列表
+export function pageList(data) {
+ return request({
+ url: '/wms/apiadmin/sysorganization/listPage',
+ method: 'POST',
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+}
+// 查询左侧部门列表
+export function orgList(data) {
+ return request({
+ url: '/wms/apiadmin/sysorganization/list',
+ method: 'get',
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+}
+// 编辑部门信息
+export function postOrgtree(data) {
+ return request({
+ url: '/wms/apiadmin/sysorganization/update/' + data.sid,
+ method: 'POST',
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+}
+// 获取 机构分页列表(编辑部门信息)
+export function putOrgtree(data) {
+ return request({
+ url: '/wms/apiadmin/sysorganization/update/' + data.sid,
+ method: 'POST',
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+}
+
+// 新增部门信息
+export function addOrgTree(data) {
+ return request({
+ url: '/wms/apiadmin/sysorganization/save',
+ method: 'POST',
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+}
+// 回显
+export function selectBySid(data) {
+ return request({
+ url: 'portal/v1/sysorganization/fetchBySid/' + data,
+ method: 'get',
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+}
+// 树 节点名称 删除
+export function delOrgtree(data) {
+ return request({
+ url: `/wms/apiadmin/sysorganization/delBySid/` + data.sid,
+ method: 'get',
+ data: qs.stringify(data),
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+}
+// 查询主管人员 旧的:/wms/apiadmin/sysstafforg/staffinfoList
+export function getStaff(data) {
+ return request({
+ url: '/wms/apiadmin/sysstaffinfo/getStaffNameByDeptSid',
+ method: 'get',
+ params: data,
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+}
+// 查询分管人员
+export function getStaffName(params) {
+ return request({
+ url: '/wms/apiadmin/sysstaffinfo/getStaffName',
+ method: 'get',
+ params: params,
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+}
+// 查看二维码
+export function getQrCode(data) {
+ return request({
+ url: '/wms/apiadmin/sysorganization/getQrCode/' + data.sid,
+ method: 'post',
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json'
+ }
+ })
+}
diff --git a/src/api/system/dictType/dictCommon.js b/src/api/system/dictType/dictCommon.js
new file mode 100644
index 0000000..8c0c095
--- /dev/null
+++ b/src/api/system/dictType/dictCommon.js
@@ -0,0 +1,58 @@
+import request from '@/utils/request'
+import qs from 'qs'
+let tokens = window.sessionStorage.getItem('token');
+
+//获取字典子集 分页列表
+export function dictCommonList(data) {
+ return request({
+ url: '/wms/apiadmin/dictcommons/pageList',
+ method: 'post',
+ data: data,
+ headers: {'Content-Type': 'application/json'}
+ })
+}
+
+//保存 字典子级
+export function savedictCommon(data) {
+ return request({
+ url: '/wms/apiadmin/dictcommons/save',
+ method: 'POST',
+ data: data ,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+
+//根据sid 获取单个菜单 信息
+export function getRoleInfo(data) {
+ return request({
+ url: '/system/v1/menus/' + data.sid,
+ method: 'GET',
+ data: qs.stringify(data)
+ })
+}
+
+//根据sid 修改 数据字典
+export function putdictCommon(data) {
+ return request({
+ url: '/wms/apiadmin/dictcommons/update/' + data.sid,
+ method: 'POST',
+ data: data ,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+
+//根据sid 删除菜单 信息
+export function deldictCommon(data) {
+ return request({
+ url: '/wms/apiadmin/dictcommons/delete/' + data.sid,
+ method: 'DELETE',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
diff --git a/src/api/system/dictType/index.js b/src/api/system/dictType/index.js
new file mode 100644
index 0000000..253e8e1
--- /dev/null
+++ b/src/api/system/dictType/index.js
@@ -0,0 +1,74 @@
+import request from '@/utils/request'
+import qs from 'qs'
+let tokens = window.sessionStorage.getItem('token')
+
+// 获取菜单 分页列表
+export function pageList(data) {
+ return request({
+ url: '/wms/apiadmin/dicttypes/pageList',
+ method: 'POST',
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+}
+
+// 根据sid 修改
+export function putDictType(data) {
+ return request({
+ url: '/wms/apiadmin/dicttypes/update/' + data.sid,
+ method: 'POST',
+ data: qs.stringify(data)
+ })
+}
+
+// 保存 角色信息
+export function saveDictType(data) {
+ return request({
+ url: '/wms/apiadmin/dicttypes/save',
+ method: 'POST',
+ data: data,
+ headers: { 'Content-Type': 'application/json', 'token': tokens }
+ })
+}
+
+// 根据sid 获取单个菜单 信息
+export function getRoleInfo(data) {
+ return request({
+ url: '/system/v1/menus/' + data.sid,
+ method: 'GET',
+ data: qs.stringify(data)
+ })
+}
+
+// 数据字段--映射管理保存
+export function saveMappingList(data) {
+ return request({
+ url: '/wms/apiadmin/sysmapping/saveMappingList',
+ method: 'POST',
+ data: data,
+ headers: { 'Content-Type': 'application/json', 'token': tokens }
+ })
+}
+
+// 数据字段--映射管理保存
+export function selectMappingListInfo(data) {
+ return request({
+ url: '/wms/apiadmin/sysmapping/selectMappingListInfo',
+ method: 'post',
+ data: data,
+ headers: { 'Content-Type': 'application/json', 'token': tokens }
+ })
+}
+
+// 根据sid 删除菜单 信息
+export function delDictType(data) {
+ return request({
+ url: '/wms/apiadmin/dicttypes/delete/' + data.sid,
+ method: 'DELETE',
+ data: data,
+ headers: { 'Content-Type': 'application/json', 'token': tokens }
+ })
+}
diff --git a/src/api/system/log/index.js b/src/api/system/log/index.js
new file mode 100644
index 0000000..66b4334
--- /dev/null
+++ b/src/api/system/log/index.js
@@ -0,0 +1,16 @@
+import request from '@/utils/request'
+import qs from 'qs'
+//let tokens = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTm8iOiI2IiwiaXNzIjoiV0JLIiwiZXhwIjoxNjMwMDI3MDA3fQ.9bEgBzFW2g1CUT7s5VXxhNCa10cyU_WTCFeqpQje0iY'
+let tokens = window.sessionStorage.getItem('token');
+//获取菜单 分页列表
+export function logPageList(data) {
+ return request({
+ url: '/wms/apiadmin/systemlog/listPage',
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+
diff --git a/src/api/system/menu/index.js b/src/api/system/menu/index.js
new file mode 100644
index 0000000..5aef650
--- /dev/null
+++ b/src/api/system/menu/index.js
@@ -0,0 +1,109 @@
+import request from '@/utils/request'
+import qs from 'qs'
+//let tokens = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTm8iOiI2IiwiaXNzIjoiV0JLIiwiZXhwIjoxNjMwMDI3MDA3fQ.9bEgBzFW2g1CUT7s5VXxhNCa10cyU_WTCFeqpQje0iY'
+
+let tokens = window.sessionStorage.getItem('token');
+
+//获取菜单 分页列表
+export function pageList(data) {
+ return request({
+ url: '/wms/apiadmin/sysmenu/listAllVoForSource',
+ method: 'POST',
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+}
+
+// 新增保存 菜单信息
+export function saveMenusInfo(data) {
+ return request({
+ url: '/wms/apiadmin/sysmenu/save',
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json'}
+ })
+}
+
+// 修改保存 菜单信息
+export function putMenusInfo(data) {
+ return request({
+ url: '/wms/apiadmin/sysmenu/update/' + data.sid,
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json'}
+ })
+}
+
+//根据sid 删除单个 资源信息
+export function delMenus(data) {
+ return request({
+ url: '/wms/apiadmin/sysmenu/delBySids/' + data.sid,
+ method: 'get',
+ data: qs.stringify(data),
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+}
+
+// 修改状态
+export function IsEnable(data) {
+ return request({
+ url: '/wms/apiadmin/sysmenu/updateIsEnable/' + data.sid + '/' + data.isEnable,
+ method: 'POST',
+ /* data: qs.stringify(data),*/
+ headers: {
+ 'Content-Type': 'application/json',
+ 'token': tokens
+ }
+ })
+}
+
+
+// 获取菜单 不分页列表
+export function roleList(data) {
+ return request({
+ url: '/system/v1/menus/list',
+ method: 'post',
+ data: data,
+ headers: {'Content-Type': 'application/json'}
+ })
+}
+
+//获取菜单 分页列表
+export function menusPageList(data) {
+ return request({
+ url: '/system/v1/menus/pagelist',
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json'}
+ })
+}
+
+//获取菜单 树形分页列表
+export function menusTreelist(data) {
+ return request({
+ url: '/system/v1/menus/treelist',
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json'}
+ })
+}
+
+
+//根据sid 获取单个菜单 信息
+export function getRoleInfo(data) {
+ return request({
+ url: '/system/v1/menus/' + data.sid,
+ method: 'GET',
+ data: qs.stringify(data)
+ })
+}
+
+
+
+
diff --git a/src/api/system/organization/organization.js b/src/api/system/organization/organization.js
new file mode 100644
index 0000000..1cf938e
--- /dev/null
+++ b/src/api/system/organization/organization.js
@@ -0,0 +1,36 @@
+import request from '@/utils/request'
+import qs from 'qs'
+let tokens = window.sessionStorage.getItem('token');
+class user{
+ verifyList(data){ // 获取列表
+ return request({
+ url: '/system/organization/verifyList',
+ method: 'post',
+ data: data,
+ headers: {'Content-Type': 'application/json'}
+ })
+ }
+ orgRegisterDetails(data){ // 单位注册信息详情
+ return request({
+ url: '/system/organization/organizationRegisterDetails/'+data.organizationSid,
+ method: 'get',
+ params: data
+ })
+ }
+ verify(data){ // 审核
+ return request({
+ url: '/system/organization/verify',
+ method: 'post',
+ data: qs.stringify(data)
+ })
+ }
+ // 删除机构信息
+ del(data) {
+ return request({
+ url: '/system/organization/delete/'+data.sid,
+ method: 'DELETE',
+ data
+ })
+ }
+}
+export default new user()
diff --git a/src/api/system/postManage/index.js b/src/api/system/postManage/index.js
new file mode 100644
index 0000000..ab22a72
--- /dev/null
+++ b/src/api/system/postManage/index.js
@@ -0,0 +1,87 @@
+import request from '@/utils/request'
+import qs from 'qs'
+//let tokens = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTm8iOiI2IiwiaXNzIjoiV0JLIiwiZXhwIjoxNjMwMTE1MjUwfQ.gtn_mVsbwH6ztl835rWmIY4DxeNmRe_TOt-Q0TdldIE'
+let tokens = window.sessionStorage.getItem('token');
+//获取菜单 分页列表
+export function pageList(data) {
+ return request({
+ url: '/wms/apiadmin/syspost/listPage',
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+
+// 查询部门列表
+export function orgList(data){
+ return request({
+ url: '/wms/apiadmin/sysorganization/list',
+ method: 'get',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 新增
+export function savePost(data){
+ return request({
+ url: '/wms/apiadmin/syspost/save',
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 修改
+export function putOrgroles(data){
+ return request({
+ url: '/wms/apiadmin/syspost/update/' +data.sid,
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+
+// 删除
+export function delOrgroles(data){
+ return request({
+ url: '/wms/apiadmin/syspost/delBySids/' + data.sids,
+ method: 'get',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+
+export function pullDown(data){
+ return request({
+ url: '/wms/apiadmin/dictcommons/typeValues',
+ method: 'get',
+ params: data
+ })
+}
+
+// 查询岗位列表
+export function selectList(data){
+ return request({
+ url: '/wms/apiadmin/syspost/selectList',
+ method: 'get',
+ params: data
+ })
+}
+
+// 查询所有流程名称
+export function selectFlowList(){
+ return request({
+ url: '/flowable/v1/flow/selectFlowList',
+ method: 'get'
+ })
+}
+
diff --git a/src/api/system/roleAdminister/index.js b/src/api/system/roleAdminister/index.js
new file mode 100644
index 0000000..c10cbd5
--- /dev/null
+++ b/src/api/system/roleAdminister/index.js
@@ -0,0 +1,198 @@
+import request from '@/utils/request'
+import qs from 'qs'
+//let tokens = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTm8iOiI2IiwiaXNzIjoiV0JLIiwiZXhwIjoxNjI5OTQxNjI1fQ.aOFOz0h7c8YQs-ti2GLpqeWu4AE9mifx_043hLJQf8g'
+let tokens = window.sessionStorage.getItem('token');
+// 业务角色 列表
+export function roleOrgList(data){
+ return request({
+ url: '/wms/apiadmin/sysrole/listPage',
+ method: 'post',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+
+export function postList(data){
+ return request({
+ url: '/wms/apiadmin/syspost/list',
+ method: 'get',
+ data: data,
+ headers: {'Content-Type': 'application/json'}
+ })
+}
+
+// 获取数据字典下拉列表
+export function typeValues(data) {
+ return request({
+ url: '/wms/apiadmin/dictcommons/typeValues',
+ method: 'get',
+ params: data
+ })
+}
+
+// 设置是否可用:isEnable:1可用,0不可用
+export function setRoleEnable(data) {
+ return request({
+ url: '/wms/apiadmin/sysrole/setIsEnable/' + data.sid + '/' + data.isEnable,
+ method: 'POST',
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json'
+ }
+ })
+}
+
+/**
+ * <新增 保存角色>
+ * @orgSid 机构SID
+ * @remarks 备注
+ * @roleName 角色名称
+ * */
+export function saveOrgroles(data) {
+ return request({
+ url: '/wms/apiadmin/sysrole/save',
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+/**
+ * <根据SID 修改角色>
+ * @sid 角色SID
+ * @orgSid 机构SID
+ * @remarks 备注
+ * @roleName 角色名称
+ * */
+export function putOrgroles(data) {
+ return request({
+ url: `/wms/apiadmin/sysrole/update/${data.sid}`,
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+
+/**
+ * <根据SID 删除角色>
+ * @sid 角色SID
+ * */
+export function delOrgroles(data) {
+ return request({
+ url: `/wms/apiadmin/sysrole/delBySids/${data.sid}`,
+ method: 'get',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 移动端授权
+export function getRoleMenuList(data) {
+ return request({
+ url: '/wms/apiadmin/sysmobilemenurole/getRoleMenuList',
+ method: 'post',
+ params: { roleSid: data }
+ })
+}
+
+// 菜单授权保存
+export function saveRoleMenuList(data) {
+ return request({
+ url: `/wms/apiadmin/sysmobilemenurole/saveRoleMenuList`,
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+
+// 菜单授权
+export function roleMenuTree(data) {
+ return request({
+ url: `/wms/apiadmin/sysmenu/listAllByRoleSid`,
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+
+// 菜单授权保存
+export function saveorgrolemenus(data) {
+ return request({
+ url: `/wms/apiadmin/sysrikeauthorize/updateRoleAndMenu`,
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 资源授权
+export function sourceMenuTree(data) {
+ return request({
+ url: `/wms/apiadmin/syssource/listAllByRoleSid`,
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 资源授权保存
+export function saveSource(data) {
+ return request({
+ url: `/wms/apiadmin/syssourcerole/updateRoleAndSource`,
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 功能授权
+export function funMenuTree(data) {
+ return request({
+ url: `/wms/apiadmin/sysfunction/getFunctionAuthorization/` + data.roleSid,
+ method: 'get'
+ })
+}
+// 功能授权保存
+export function savefunMenu(data) {
+ return request({
+ url: `/wms/apiadmin/sysrolefunction/updateRoleAndFunction`,
+ method: 'POST',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+
+// 角色授权
+export function selMenuByRole(data) {
+ return request({
+ url: `/wms/apiadmin/sysmenurole/selMenuByRole`,
+ method: 'post',
+ data: data,
+ headers: { 'Content-Type': 'application/json', 'token': tokens }
+ })
+}
+
+// 角色授权保存
+export function updateDataByRoleMenu(data) {
+ return request({
+ url: `/wms/apiadmin/sysmenurole/updateDataByRoleMenu`,
+ method: 'POST',
+ data: data,
+ headers: { 'Content-Type': 'application/json', 'token': tokens }
+ })
+}
diff --git a/src/api/system/roleAdminister/rolemenus.js b/src/api/system/roleAdminister/rolemenus.js
new file mode 100644
index 0000000..54ffe28
--- /dev/null
+++ b/src/api/system/roleAdminister/rolemenus.js
@@ -0,0 +1,31 @@
+import request from '@/utils/request'
+import qs from 'qs'
+
+/**
+ * < 业务角色授权时菜单列表(拥有的菜单选中)>
+ * @orgTypeKeys 单位性质(类别
+ * @roleSid 业务角色sid
+ * @userType 用户类型只能为1或2
+ * */
+export function roleMenuTree(data){
+ return request({
+ url: '/wms/apiadmin/orgrolemenus/menutree',
+ method: 'post',
+ data: data,
+ headers: {'Content-Type': 'application/json'}
+ })
+}
+
+/**
+ * < 保存角色授权的菜单项 >
+ * @roleMenus[] 角色权限列表 {menuSid 菜单sid} {orgSid 单位sid} {roleSid 角色sid}
+ * @roleSid 业务角色sid
+ * */
+export function saveorgrolemenus(data){
+ return request({
+ url: '/wms/apiadmin/orgrolemenus',
+ method: 'post',
+ data: data,
+ headers: {'Content-Type': 'application/json'}
+ })
+}
diff --git a/src/api/system/userManage/index.js b/src/api/system/userManage/index.js
new file mode 100644
index 0000000..4fda1b1
--- /dev/null
+++ b/src/api/system/userManage/index.js
@@ -0,0 +1,150 @@
+import request from '@/utils/request'
+import qs from 'qs'
+// 用户列表
+//let tokens = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyTm8iOiI2IiwiaXNzIjoiV0JLIiwiZXhwIjoxNjI5OTQxNjI1fQ.aOFOz0h7c8YQs-ti2GLpqeWu4AE9mifx_043hLJQf8g'
+let tokens = window.sessionStorage.getItem('token');
+export function userList(data){
+ return request({
+ url: '/wms/apiadmin/sysuser/listPage',
+ method: 'post',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 新增
+export function userAdd(data){
+ return request({
+ url: '/wms/apiadmin/sysuser/save',
+ method: 'post',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 更新
+export function userUpdata(data){
+ return request({
+ url: '/wms/apiadmin/sysuser/update/' +data.sid,
+ method: 'post',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+
+// 删除
+export function delUser(data){
+ return request({
+ url: '/wms/apiadmin/sysuser/delBySid/' +data.sid,
+ method: 'get',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 初始化密码
+export function initPwd(data){
+ return request({
+ url: '/wms/apiadmin/sysuser/initPwd/' +data.sid,
+ method: 'post',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 根据sid查询一条信息
+export function userSingle(data){
+ return request({
+ url: '/wms/apiadmin/sysuser/fetchBySid/' +data.sid,
+ method: 'get',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 单条用户的角色列表
+export function setRole(data){
+ return request({
+ url: '/wms/apiadmin/sysrole/listAllByUserSid/' +data.sid,
+ method: 'post',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 角色列表
+export function saveOrgRole(data){
+ return request({
+ url: '/wms/apiadmin/sysuserrole/update',
+ method: 'post',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 查询角色列表
+export function roleList(data){
+ return request({
+ url: '/wms/apiadmin/sysrole/listAll',
+ method: 'post',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 查询部门列表
+export function orgList(data){
+ return request({
+ url: '/wms/apiadmin/sysorganization/list',
+ method: 'get',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+// 查询岗位列表
+export function postList(data){
+ return request({
+ url: '/wms/apiadmin/syspost/fetchByOrgSid/'+data.sid,
+ method: 'get',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+
+// 获取验证码
+export function getCode(data){
+ return request({
+ url: '/wms/apiadmin/sysuser/sendMessageCode/'+data.phone,
+ method: 'get',
+ data: data,
+ headers: {'Content-Type': 'application/json',
+ 'token':tokens
+ }
+ })
+}
+
+// 设置是否可用:isEnable:1可用,0不可用
+export function setRoleEnable(data) {
+ return request({
+ url: '/wms/apiadmin/sysuser/setIsEnable/' + data.sid + '/' + data.isEnable,
+ method: 'post',
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json'
+ }
+ })
+}
diff --git a/src/api/upShelf/upShelf.js b/src/api/upShelf/upShelf.js
deleted file mode 100644
index f80679a..0000000
--- a/src/api/upShelf/upShelf.js
+++ /dev/null
@@ -1,43 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
-// 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/WmsShelfBill/listPage',
- method: 'post',
- data: params,
- })
- },
-
- // 初始化
- init: function(data) {
- return request({
- url: '/wms/apiadmin/WmsShelfBill/details',
- method: 'get',
- data:data
- });
- },
-
-
- // 新增、保存
- save: function(data) {
- return request({
- url: '/wms/apiadmin/WmsShelfBill/saveOrUpdate',
- method: 'post',
- data: data
- });
- },
-
-
- deleteBySids: function(data) {
- return request({
- url: '/wms/apiadmin/WmsShelfBill/delBySids',
- method: 'DELETE',
- data: data,
- headers: { 'Content-Type': 'application/json' }
- })
- },
-
-}
diff --git a/src/api/user.js b/src/api/user.js
index 8a31f59..0bbed7b 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -8,36 +8,72 @@ export function doLogin(data) {
url: '/wms/apiadmin/sysuser/login',
method: 'post',
data: data,
- headers: { 'Content-Type': 'application/json' }
+ headers: {
+ 'Content-Type': 'application/json'
+ }
})
}
-// 获取登录人员信息
- export function getUserById(sid) {
- return request({
- url: '/cyf/sys/getUserById/' + sid
- })
- }
-// 登录
-export function login(data) {
+// 注册发送验证码
+export function registerSendMessageCode(code) {
return request({
- url: '/portal/v1/sysuser/login',
+ url: '/wms/apiadmin/sysuser/sendMessageCode/?mobile=' + code,
method: 'post',
- data: data,
- headers: { 'Content-Type': 'application/json' }
+ headers: {
+ 'Content-Type': 'application/json'
+ }
})
+
}
// 用户注册
export function registUser(data) {
return request({
- url: '/system/user/save',
+ url: '/wms/apiadmin/sysuser/register',
+ method: 'post',
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json'
+ }
+ })
+}
+
+
+// 绑定企业/组织
+export function bindOrganization(data) {
+ return request({
+ url: '/wms/apiadmin/sysuser/bindOrganization',
method: 'post',
- data,
- headers: { 'Content-Type': 'application/x-www-form-urlencoded;' }
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json'
+ }
})
}
+
+// 选择企业/组织sid
+export function selOrganization(data) {
+ return request({
+ url: '/wms/apiadmin/sysuser/selOrganization',
+ method: 'post',
+ data: data,
+ headers: {
+ 'Content-Type': 'application/json'
+ }
+ })
+}
+
+
+// 获取登录人员信息
+export function getUserById(sid) {
+ return request({
+ url: '/cyf/sys/getUserById/' + sid
+ })
+
+}
+
+
// 获取手机验证码
export function getVerificationCode(data) {
return request({
diff --git a/src/api/warehouse/allocation/allocation.js b/src/api/warehouse/allocation/allocation.js
deleted file mode 100644
index 3d7e2c3..0000000
--- a/src/api/warehouse/allocation/allocation.js
+++ /dev/null
@@ -1,59 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/listPage',
- method: 'post',
- data: params,
- })
- },
-
- // 新增、保存
- save: function(data) {
- return request({
- url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/save',
- method: 'post',
- data: data
- });
- },
-
- // 初始化
- init: function(data) {
- return request({
- url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/' + data,
- method: 'get'
- });
- },
-
-
- // 查询所有商品
- getGoods: function(params) {
- return request({
- url: '/wms/apiadmin/inventory/wmsinventory/alloGoodsListPage',
- method: 'post',
- data: params
- })
- },
-
- // 查询所有仓库
- getWarehouses: function(params) {
- return request({
- url: '/wms/apiadmin/base/wmswarehouseinfo/selectAll',
- method: 'get'
- })
- },
-
-
- // 根据仓库查询库位
- getWarehouseareas: function(data) {
- return request({
- url: '/wms/apiadmin/base/wmswarehousearea/selectAll',
- method: 'get',
- data: data,
- });
- },
-
-}
diff --git a/src/api/warehouse/distribution/distribution.js b/src/api/warehouse/distribution/distribution.js
deleted file mode 100644
index f85cff9..0000000
--- a/src/api/warehouse/distribution/distribution.js
+++ /dev/null
@@ -1,63 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/WmsDistributeBill/listPage',
- method: 'post',
- data: params,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
- // 初始化
- init: function(data) {
- return request({
- url: '/wms/apiadmin/WmsDistributeBill/details',
- method: 'get',
- data: data
- });
- },
-
-
- // 新增、保存
- save: function(data) {
- return request({
- url: '/wms/apiadmin/WmsDistributeBill/saveOrUpdateBill',
- method: 'post',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- });
- },
-
- // 确认
- submit: function(data) {
- return request({
- url: '/wms/apiadmin/WmsDistributeBill/confirm',
- method: 'post',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- });
- },
-
- deleteBySids: function(data) {
- return request({
- url: '/wms/apiadmin/WmsShelfBill/delBySids',
- method: 'DELETE',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
-
-}
diff --git a/src/api/warehouse/inOutStorage/inOutStorage.js b/src/api/warehouse/inOutStorage/inOutStorage.js
deleted file mode 100644
index 403bc2f..0000000
--- a/src/api/warehouse/inOutStorage/inOutStorage.js
+++ /dev/null
@@ -1,55 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/inventory/wmsinventoryrecord/pageList',
- method: 'post',
- data: params,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
- // 导出报表
- exportExcel: function(data) {
- return request({
- url: '/wms/apiadmin/inventory/wmsinventoryrecord/exportExcel',
- method: 'post',
- responseType: 'blob', // 表明返回服务器返回的数据类型
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- });
- },
-
- // 选择供应商
- choiceSupplier: function(params) {
- return request({
- url: '/wms/apiadmin/base/basesupplierinfo/choiceSupplierInfo',
- method: 'post',
- data: params,
- })
- },
-
- // 查询所有仓库
- getWarehouses: function(params) {
- return request({
- url: '/wms/apiadmin/base/wmswarehouseinfo/selectAll',
- method: 'get'
- })
- },
-
- // 根据仓库查询库位
- getWarehouseareas: function(data) {
- return request({
- url: '/wms/apiadmin/base/wmswarehousearea/selectAll',
- method: 'get',
- data: data,
- });
- },
-}
diff --git a/src/api/warehouse/inStorage/inStorage.js b/src/api/warehouse/inStorage/inStorage.js
deleted file mode 100644
index f77ed8c..0000000
--- a/src/api/warehouse/inStorage/inStorage.js
+++ /dev/null
@@ -1,22 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/inventory/wmsinventorybill/listPage',
- method: 'post',
- data: params,
- })
- },
-
-
- // 选择商品列表
- getAllGoods: function(params) {
- return request({
- url: '/base/basegoodssku/getSelectList',
- method: 'get'
- })
- },
-}
diff --git a/src/api/warehouse/inventory/inventory.js b/src/api/warehouse/inventory/inventory.js
deleted file mode 100644
index 70efa6a..0000000
--- a/src/api/warehouse/inventory/inventory.js
+++ /dev/null
@@ -1,63 +0,0 @@
-import request from '@/utils/request'
-
-export default {
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/apiadmin/inventory/wmsinventory/listPage',
- method: 'post',
- data: params,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
- init: function(data) {
- return request({
- url: '/wms/apiadmin/inventory/wmsinventoryrecord/getWmsInventoryRecordList',
- method: 'get',
- params: data
- })
- },
- // 导出
- exportExcel: function(data) {
- return request({
- url: '/inventory/wmsinventory/exportExcel',
- method: 'post',
- responseType: 'blob', // 表明返回服务器返回的数据类型
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
- // 选择供应商
- choiceSupplier: function(params) {
- return request({
- url: '/wms/apiadmin/base/basesupplierinfo/choiceSupplierInfo',
- method: 'post',
- data: params,
- })
- },
-
- // 查询所有仓库
- getWarehouses: function(params) {
- return request({
- url: '/wms/apiadmin/base/wmswarehouseinfo/selectAll',
- method: 'get'
- })
- },
-
- // 根据仓库查询库位
- getWarehouseareas: function(data) {
- return request({
- url: '/wms/apiadmin/base/wmswarehousearea/selectAll',
- method: 'get',
- data: data,
- });
- },
-
-
-}
diff --git a/src/api/warehouse/oldPartsCope/oldPartsCope.js b/src/api/warehouse/oldPartsCope/oldPartsCope.js
deleted file mode 100644
index 4ec665b..0000000
--- a/src/api/warehouse/oldPartsCope/oldPartsCope.js
+++ /dev/null
@@ -1,72 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/as/v1/asoldparthandleapply/listPage',
- method: 'post',
- data: params,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
- // 初始化
- init: function(data) {
- return request({
- url: '/as/v1/asoldparthandleapply/fetchDetailsBySid/' + data,
- method: 'get'
- });
- },
-
-
- // 新增、保存
- save: function(data) {
- return request({
- url: '/as/v1/asoldparthandleapply/save',
- method: 'post',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- });
- },
-
- // 提交
- submit: function(data) {
- return request({
- url: '/as/v1/asoldparthandleapply/submit',
- method: 'post',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- });
- },
-
- deleteBySids: function(data) {
- return request({
- url: '/as/v1/asoldparthandleapply/delBySids',
- method: 'DELETE',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
- // 查询旧件分页列表
- handleGoodsListPage: function(params) {
- return request({
- url: '/wms/apiadmin/inventory/wmsinventory/handleGoodsListPage',
- method: 'post',
- data: params,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-}
diff --git a/src/api/warehouse/oldPartsFactory/oldPartsFactory.js b/src/api/warehouse/oldPartsFactory/oldPartsFactory.js
deleted file mode 100644
index 03be80c..0000000
--- a/src/api/warehouse/oldPartsFactory/oldPartsFactory.js
+++ /dev/null
@@ -1,83 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/as/v1/asoldpartreturnapply/listPage',
- method: 'post',
- data: params,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
- // 获取确认结果详情
- fetchDetailsByMainSid: function(data) {
- return request({
- url: '/as/v1/asoldpartreturnconfirm/fetchDetailsByMainSid/' + data,
- method: 'get'
- });
- },
-
-
- // 初始化
- init: function(data) {
- return request({
- url: '/as/v1/asoldpartreturnapply/fetchDetailsBySid/' + data,
- method: 'get'
- });
- },
-
-
- // 新增、保存
- save: function(data) {
- return request({
- url: '/as/v1/asoldpartreturnapply/save',
- method: 'post',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- });
- },
-
- // 提交
- submit: function(data) {
- return request({
- url: '/as/v1/asoldpartreturnapply/submit',
- method: 'post',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- });
- },
-
-
- deleteBySids: function(data) {
- return request({
- url: '/as/v1/asoldpartreturnapply/delBySids',
- method: 'DELETE',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
- // 下载模板
- downloadExcel: function() {
- return request({
- url: '/as/v1/asoldpartreturnapply/downloadModPriceExcel',
- method: 'post',
- responseType: 'blob', // 表明返回服务器返回的数据类型
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
-}
diff --git a/src/api/warehouse/oldPartsInAndOutStorage/oldPartsInAndOutStorage.js b/src/api/warehouse/oldPartsInAndOutStorage/oldPartsInAndOutStorage.js
deleted file mode 100644
index de10722..0000000
--- a/src/api/warehouse/oldPartsInAndOutStorage/oldPartsInAndOutStorage.js
+++ /dev/null
@@ -1,58 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/WmsOldInventory/recordList',
- method: 'post',
- data: params,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
- // 导出报表
- exportExcel: function(data) {
- return request({
- url: '/wms/apiadmin/WmsOldInventory/excelRecordList',
- method: 'post',
- responseType: 'blob', // 表明返回服务器返回的数据类型
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- });
- },
-
-
- // 选择厂家
- choiceManufacturer: function(params) {
- return request({
- url: '/wms/apiadmin/base/basemanufacturer/listAll',
- method: 'get',
- data: params,
- })
- },
-
- // 查询所有仓库
- getWarehouses: function(params) {
- return request({
- url: '/wms/apiadmin/base/wmswarehouseinfo/selectAll',
- method: 'get'
- })
- },
-
- // 根据仓库查询库位
- getWarehouseareas: function(data) {
- return request({
- url: '/wms/apiadmin/base/wmswarehousearea/selectAll',
- method: 'get',
- data: data,
- });
- },
-
-
-
-}
diff --git a/src/api/warehouse/oldPartsInStorage/oldPartsInStorage.js b/src/api/warehouse/oldPartsInStorage/oldPartsInStorage.js
deleted file mode 100644
index f9ec99e..0000000
--- a/src/api/warehouse/oldPartsInStorage/oldPartsInStorage.js
+++ /dev/null
@@ -1,38 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/WmsOldInventory/listPage',
- method: 'post',
- data: params,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
- // 获取旧件入库详情
- init: function(data) {
- return request({
- url: '/wms/apiadmin/WmsOldInventory/getInit',
- method: 'get',
- data: data,
- });
- },
-
- // 保存旧件入库
- save: function(data) {
- return request({
- url: '/wms/apiadmin/WmsOldInventory/saveInventory',
- method: 'post',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- });
- },
-
-}
diff --git a/src/api/warehouse/oldPartsInvertory/oldPartsInvertory.js b/src/api/warehouse/oldPartsInvertory/oldPartsInvertory.js
deleted file mode 100644
index 1d55dac..0000000
--- a/src/api/warehouse/oldPartsInvertory/oldPartsInvertory.js
+++ /dev/null
@@ -1,80 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/WmsOldInventory/oldPageList',
- method: 'post',
- data: params,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
- // 获取旧件出入库记录详情
- init: function(data) {
- return request({
- url: '/wms/apiadmin/WmsOldInventory/getDetailsList',
- method: 'get',
- data: data,
- });
- },
-
-
- deleteBySids: function(data) {
- return request({
- url: '/wms/apiadmin/WmsOldInventory/delBySids',
- method: 'DELETE',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
- // 导出报表
- exportExcel: function(data) {
- return request({
- url: '/wms/apiadmin/WmsOldInventory/excelList',
- method: 'post',
- responseType: 'blob', // 表明返回服务器返回的数据类型
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- });
- },
-
-
- // 选择厂家
- choiceManufacturer: function(params) {
- return request({
- url: '/wms/apiadmin/base/basemanufacturer/listAll',
- method: 'get',
- data: params,
- })
- },
-
- // 查询所有仓库
- getWarehouses: function(params) {
- return request({
- url: '/wms/apiadmin/base/wmswarehouseinfo/selectAll',
- method: 'get'
- })
- },
-
- // 根据仓库查询库位
- getWarehouseareas: function(data) {
- return request({
- url: '/wms/apiadmin/base/wmswarehousearea/selectAll',
- method: 'get',
- data: data,
- });
- },
-
-
-
-}
diff --git a/src/api/warehouse/oldPartsRecovery/oldPartsRecovery.js b/src/api/warehouse/oldPartsRecovery/oldPartsRecovery.js
deleted file mode 100644
index 4e19766..0000000
--- a/src/api/warehouse/oldPartsRecovery/oldPartsRecovery.js
+++ /dev/null
@@ -1,39 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/as/v1/AsBusrepairBill/pageBillList',
- method: 'post',
- data: params,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
- // 获取维修工单详情
- getOneByBillNo: function(data) {
- return request({
- url: '/as/v1/AsBusrepairBill/getOneByBillNo',
- method: 'get',
- data: data,
- });
- },
-
-
- // 保存旧件回收登记
- save: function(data) {
- return request({
- url: '/wms/apiadmin/WmsOldRegister/saveorUpdateOldRegister',
- method: 'post',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- });
- },
-
-}
diff --git a/src/api/warehouse/outStorage/outStorage.js b/src/api/warehouse/outStorage/outStorage.js
deleted file mode 100644
index 1ef43dd..0000000
--- a/src/api/warehouse/outStorage/outStorage.js
+++ /dev/null
@@ -1,99 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/WmsOutBill/listPage',
- method: 'post',
- data: params,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
- // 详情初始化
- init: function(data) {
- return request({
- url: '/wms/apiadmin/WmsOutBill/details',
- method: 'get',
- data: data
- });
- },
-
- // 初始配货单
- initDistribution: function(data) {
- return request({
- url: '/wms/apiadmin/WmsDistributeBill/getInit',
- method: 'get',
- data: data
- });
- },
-
-
- // 新增、保存
- save: function(data) {
- return request({
- url: '/wms/apiadmin/WmsOutBill/saveOrUpdateOutBill',
- method: 'post',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- });
- },
-
- // 确认
- submit: function(data) {
- return request({
- url: '/wms/apiadmin/WmsOutBill/confirm',
- method: 'post',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- });
- },
-
-
-
-
- // 新增、保存 配货单
- saveDistribution: function(data) {
- return request({
- url: '/wms/apiadmin/WmsDistributeBill/saveOrUpdateBill',
- method: 'post',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- });
- },
-
-
- deleteBySids: function(data) {
- return request({
- url: '/wms/apiadmin/WmsShelfBill/delBySids',
- method: 'DELETE',
- data: data,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
- // 查询分页列表
- getGoodsListPage: function(params) {
- return request({
- url: '/wms/apiadmin/WmsOutBill/getInventoryList',
- method: 'post',
- data: params,
- headers: {
- 'Content-Type': 'application/json'
- }
- })
- },
-
-}
diff --git a/src/api/warehouse/reservationInStorage/reservationInStorage.js b/src/api/warehouse/reservationInStorage/reservationInStorage.js
deleted file mode 100644
index 3df3596..0000000
--- a/src/api/warehouse/reservationInStorage/reservationInStorage.js
+++ /dev/null
@@ -1,22 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/inventory/warereservation/listPage',
- method: 'post',
- data: params,
- })
- },
-
- // 查询分页列表
- selByReservationSid: function(sid) {
- return request({
- url: '/wms/apiadmin/inventory/warereservadetail/selByReservationSid/'+sid,
- method: 'get'
- })
- },
-
-}
diff --git a/src/api/warehouse/stocktaking/stocktaking.js b/src/api/warehouse/stocktaking/stocktaking.js
deleted file mode 100644
index 7b00291..0000000
--- a/src/api/warehouse/stocktaking/stocktaking.js
+++ /dev/null
@@ -1,47 +0,0 @@
-import request from '@/utils/request'
-
-export default {
-
- // 查询分页列表
- listPage: function(params) {
- return request({
- url: '/wms/apiadmin/inventory/wmsinventorycheckbill/listPage',
- method: 'post',
- data: params,
- })
- },
-// 新增、保存
- save: function(data) {
- return request({
- url: '/wms/apiadmin/inventory/wmsinventorycheckbill/save',
- method: 'post',
- data: data
- });
- },
-
- // 初始化
- init: function(data) {
- return request({
- url: '/wms/apiadmin/inventory/wmsinventorycheckbill/' + data,
- method: 'get'
- });
- },
-
-// 查询所有商品
- getWarehousesGoods: function(params) {
- return request({
- url: '/wms/apiadmin/inventory/wmsinventory/invenGoodsListPage',
- method: 'post',
- data: params
- })
- },
-
- // 盘点
- inven: function(params) {
- return request({
- url: '/wms/apiadmin/inventory/wmsinventory/invenGoodsListPage',
- method: 'post',
- data: params
- })
- },
-}
diff --git a/src/assets/images/company_icon.png b/src/assets/images/company_icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..d655f49c28bfc92bb2f11e2f5695b15db0ba7725
GIT binary patch
literal 1173
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
literal 0
HcmV?d00001
diff --git a/src/assets/images/formal.png b/src/assets/images/formal.png
new file mode 100644
index 0000000000000000000000000000000000000000..5e982a9e1b837c1398afb3ff29ee40bfe97fde80
GIT binary patch
literal 2135
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
-
商享通WMS
-
+
商享通WMS
+
-
+
@@ -17,12 +20,18 @@
export default {
data() {
return {
+ Orgname: '',
+ departmentName: '',
name: '',
- year:'',
+ year: '',
+ pNameAndDepartmentNameAndPostName: ''
}
},
mounted() {
+ this.Orgname = window.sessionStorage.getItem('orgName')
+ this.departmentName = window.sessionStorage.getItem('departmentName')
this.name = window.sessionStorage.getItem('userName')
+ this.pNameAndDepartmentNameAndPostName = window.sessionStorage.getItem('defaultOrgPathName')
var nowDate = new Date()
this.year = nowDate.getFullYear()
},
@@ -33,11 +42,14 @@
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
- // this.$store.commit('user/SET_UESRINFO', '')
- this.$router.push({
- path: '/login'
- })
- })
+ window.sessionStorage.clear()
+ this.$router.push({
+ path: '/login'
+ })
+ location.reload()
+ // this.$store.commit('user/SET_UESRINFO', '')
+
+ })
},
}
}
@@ -67,15 +79,15 @@
}
}
- .breadcrumb-container {
- display: flex;
- align-items: center;
- color: #fff;
- font-size: 26px;
- line-height: 60px;
- margin: 0;
- float: left;
- }
+ .breadcrumb-container {
+ display: flex;
+ align-items: center;
+ color: #fff;
+ font-size: 26px;
+ line-height: 60px;
+ margin: 0;
+ float: left;
+ }
.right-menu {
float: right;
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index 40388ee..baae4f4 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -1,8 +1,8 @@
-
+
-
@@ -20,13 +20,7 @@
import variables from '@/styles/variables.scss'
import {
getrolemenus,
- loginDetails
} from '@/api/system/Role/role.js'
- import {
- getStorage
- } from '@/utils/auth'
- import Layout from '@/layout'
-
export default {
components: {
SidebarItem,
@@ -35,680 +29,34 @@
data() {
return {
YongHuid: [],
- // routes: [],
+ routes: [],
params: {
- sourceSid: '',
- userSid: ''
- },
- routes: [{
- alwaysShow: true,
- component: 'baseInfo',
- meta: {
- icon: 'el-icon-notebook-1',
- title: '基础信息'
- },
- name: '/baseInfo',
- path: '/baseInfo',
- children: [{
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '仓库设置'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands',
- children: [
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '仓库管理'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '库区管理'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '货架管理'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- ]
- },
-
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '供应商管理'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
-
-
- // {
- // alwaysShow: true,
- // component: 'brands',
- // meta: {
- // icon: 'el-icon-help',
- // title: '品牌管理'
- // },
- // name: '/baseInfo/brands',
- // path: '/baseInfo/brands'
- // }, {
- // alwaysShow: true,
- // component: 'category',
- // meta: {
- // icon: 'el-icon-help',
- // title: '类别管理'
- // },
- // name: '/baseInfo/category',
- // path: '/baseInfo/category'
- // },
- // {
- // alwaysShow: true,
- // component: 'unit',
- // meta: {
- // icon: 'el-icon-help',
- // title: '单位管理'
- // },
- // name: '/baseInfo/unit',
- // path: '/baseInfo/unit'
- // },
- // {
- // alwaysShow: true,
- // component: 'factory',
- // meta: {
- // icon: 'el-icon-help',
- // title: '厂家管理'
- // },
- // name: '/baseInfo/factory',
- // path: '/baseInfo/factory'
- // },
- // {
- // alwaysShow: true,
- // component: 'goods',
- // meta: {
- // icon: 'el-icon-help',
- // title: '商品管理'
- // },
- // name: '/baseInfo/goods',
- // path: '/baseInfo/goods'
- // },
- // {
- // alwaysShow: true,
- // component: 'warehouse',
- // meta: {
- // icon: 'el-icon-help',
- // title: '仓库管理'
- // },
- // name: '/baseInfo/warehouse',
- // path: '/baseInfo/warehouse'
- // },
- // {
- // alwaysShow: true,
- // component: 'warehouseArea',
- // meta: {
- // icon: 'el-icon-help',
- // title: '库区管理'
- // },
- // name: '/baseInfo/warehouseArea',
- // path: '/baseInfo/warehouseArea'
- // },
- // {
- // alwaysShow: true,
- // component: 'warehouseAreaType',
- // meta: {
- // icon: 'el-icon-help',
- // title: '库区类型管理'
- // },
- // name: '/baseInfo/warehouseAreaType',
- // path: '/baseInfo/warehouseAreaType'
- // },
- // {
- // alwaysShow: true,
- // component: 'goodsShelves',
- // meta: {
- // icon: 'el-icon-help',
- // title: '库位管理'
- // },
- // name: '/baseInfo/goodsShelves',
- // path: '/baseInfo/goodsShelves'
- // }
-
- ]
- },
-
-
- {
- alwaysShow: true,
- component: 'goods',
- meta: {
- icon: 'el-icon-coin',
- title: '商品管理'
- },
- name: '/goods',
- path: '/goods',
- children: [
-
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '商品管理'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '商品类别'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '商品品牌'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
-
- ]
- },
- {
- alwaysShow: true,
- component: 'goods',
- meta: {
- icon: 'el-icon-truck',
- title: '入库管理'
- },
- name: '/goods',
- path: '/goods',
- children: [
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '入库预约'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '采购入库'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '收货入库'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '销退预约'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '销退入库'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- ]
- },
- {
- alwaysShow: true,
- component: 'goods',
- meta: {
- icon: 'el-icon-shopping-cart-full',
- title: '出库管理'
- },
- name: '/goods',
- path: '/goods',
- children: [
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '出库管理'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- ]
- },
- {
- alwaysShow: true,
- component: 'goods',
- meta: {
- icon: 'el-icon-takeaway-box',
- title: '库存管理'
- },
- name: '/goods',
- path: '/goods',
- children: [
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '盘点管理'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '库存查询'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands',
- children: [
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '库存总量'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '库存警戒线'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- ]
- },
- ]
- },
- {
- alwaysShow: true,
- component: 'goods',
- meta: {
- icon: 'el-icon-bank-card',
- title: '财务记账'
- },
- name: '/goods',
- path: '/goods',
- children: []
- },
- {
- alwaysShow: true,
- component: 'goods',
- meta: {
- icon: 'el-icon-data-line',
- title: '报表查询'
- },
- name: '/goods',
- path: '/goods',
- children: [
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '出入库查询'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- ]
- },
- {
- alwaysShow: true,
- component: 'goods',
- meta: {
- icon: 'el-icon-setting',
- title: '系统管理'
- },
- name: '/goods',
- path: '/goods',
- children: [
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '用户管理'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '角色管理'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '安全设置'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- {
- alwaysShow: true,
- component: 'brands',
- meta: {
- title: '日志管理'
- },
- name: '/baseInfo/brands',
- path: '/baseInfo/brands'
- },
- ]
- },
- // {
- // alwaysShow: true,
- // component: 'warehouse',
- // meta: {
- // icon: 'el-icon-menu',
- // title: '仓库信息'
- // },
- // name: '/warehouse',
- // path: '/warehouse',
- // children: [
-
- // {
- // alwaysShow: true,
- // component: 'inStorage',
- // meta: {
- // icon: 'el-icon-help',
- // title: '入库管理'
- // },
- // name: '/warehouse/inStorage',
- // path: '/warehouse/inStorage'
- // },
-
- // {
- // alwaysShow: true,
- // component: 'reservationInStorage',
- // meta: {
- // icon: 'el-icon-help',
- // title: '预约入库'
- // },
- // name: '/warehouse/reservationInStorage',
- // path: '/warehouse/reservationInStorage'
- // },
- // {
- // alwaysShow: true,
- // component: 'outStorage',
- // meta: {
- // icon: 'el-icon-help',
- // title: '出库管理'
- // },
- // name: '/warehouse/outStorage',
- // path: '/warehouse/outStorage'
- // },
- // // {
- // // alwaysShow: true,
- // // component: 'distribution',
- // // meta: {
- // // icon: 'el-icon-help',
- // // title: '配货管理'
- // // },
- // // name: '/warehouse/distribution',
- // // path: '/warehouse/distribution'
- // // },
- // {
- // alwaysShow: true,
- // component: 'inventory',
- // meta: {
- // icon: 'el-icon-help',
- // title: '库存查询'
- // },
- // name: '/warehouse/inventory',
- // path: '/warehouse/inventory'
- // }, {
- // alwaysShow: true,
- // component: 'inOutStorage',
- // meta: {
- // icon: 'el-icon-help',
- // title: '出入库查询'
- // },
- // name: '/warehouse/inOutStorage',
- // path: '/warehouse/inOutStorage'
- // },
- // {
- // alwaysShow: true,
- // component: 'stocktaking',
- // meta: {
- // icon: 'el-icon-help',
- // title: '盘点管理'
- // },
- // name: '/warehouse/stocktaking',
- // path: '/warehouse/stocktaking'
- // },
- // {
- // alwaysShow: true,
- // component: 'allocation',
- // meta: {
- // icon: 'el-icon-help',
- // title: '调拨管理'
- // },
- // name: '/warehouse/allocation',
- // path: '/warehouse/allocation'
- // },
- // {
- // alwaysShow: true,
- // component: 'deliveryNotice',
- // meta: {
- // icon: 'el-icon-help',
- // title: '到货单管理'
- // },
- // name: '/warehouse/deliveryNotice',
- // path: '/warehouse/deliveryNotice'
- // },
- // {
- // alwaysShow: true,
- // component: 'receivingGoods',
- // meta: {
- // icon: 'el-icon-help',
- // title: '收货单管理'
- // },
- // name: '/warehouse/receivingGoods',
- // path: '/warehouse/receivingGoods'
- // },
- // {
- // alwaysShow: true,
- // component: 'upShelf',
- // meta: {
- // icon: 'el-icon-help',
- // title: '上架单管理'
- // },
- // name: '/warehouse/upShelf',
- // path: '/warehouse/upShelf'
- // },
- // {
- // alwaysShow: true,
- // component: 'oldPartsFactory',
- // meta: {
- // icon: 'el-icon-help',
- // title: '旧件返厂'
- // },
- // name: '/warehouse/oldPartsFactory',
- // path: '/warehouse/oldPartsFactory'
- // },
- // {
- // alwaysShow: true,
- // component: 'oldPartsCope',
- // meta: {
- // icon: 'el-icon-help',
- // title: '旧件处理'
- // },
- // name: '/warehouse/oldPartsCope',
- // path: '/warehouse/oldPartsCope'
- // },
- // {
- // alwaysShow: true,
- // component: 'oldPartsRecovery',
- // meta: {
- // icon: 'el-icon-help',
- // title: '旧件回收'
- // },
- // name: '/warehouse/oldPartsRecovery',
- // path: '/warehouse/oldPartsRecovery'
- // },
- // {
- // alwaysShow: true,
- // component: 'oldPartsInStorage',
- // meta: {
- // icon: 'el-icon-help',
- // title: '旧件入库'
- // },
- // name: '/warehouse/oldPartsInStorage',
- // path: '/warehouse/oldPartsInStorage'
- // },
- // {
- // alwaysShow: true,
- // component: 'oldPartsInvertory',
- // meta: {
- // icon: 'el-icon-help',
- // title: '旧件库存'
- // },
- // name: '/warehouse/oldPartsInvertory',
- // path: '/warehouse/oldPartsInvertory'
- // },
- // {
- // alwaysShow: true,
- // component: 'oldPartsInAndOutStorage',
- // meta: {
- // icon: 'el-icon-help',
- // title: '旧件出入库查询'
- // },
- // name: '/warehouse/oldPartsInAndOutStorage',
- // path: '/warehouse/oldPartsInAndOutStorage'
- // }
- // ]
- // },
-
-
- // {
- // path: '/inventory',
- // component: Layout,
- // redirect: '/inventory',
- // meta: {
- // title: '库存查询'
- // },
- // children: [{
- // path: '/inventory/inventory',
- // component: () => import('@/views/inventory/inventory.vue'),
- // name: 'Inventory',
- // meta: {
- // title: '库存查询',
- // noCache: true
- // }
- // }]
- // },
- // {
- // path: '/storageage',
- // component: Layout,
- // redirect: '/storageage',
- // meta: {
- // title: '库龄查询'
- // },
- // children: [{
- // path: '/storageage/storageage',
- // component: () => import('@/views/storageage/storageage.vue'),
- // name: 'StorageAge',
- // meta: {
- // title: '库龄查询',
- // noCache: true
- // }
- // }]
- // },
- // {
- // path: '/carryover',
- // component: Layout,
- // redirect: '/carryover',
- // meta: {
- // title: '结转查询'
- // },
- // children: [{
- // path: '/carryover/carryforwardrecord',
- // component: () => import('@/views/carryover/carryforwardrecord.vue'),
- // name: 'CarryForwardRecord',
- // meta: {
- // title: '结转记录查询',
- // noCache: true
- // }
- // },
- // {
- // path: '/carryover/carryoverstock',
- // component: () => import('@/views/carryover/carryoverstock.vue'),
- // name: 'CarryoverStock',
- // meta: {
- // title: '结转库存查询',
- // noCache: true
- // }
- // }
- // ]
- // }
- ]
+ sourceSid: 'd936f1ba-03c3-11ec-bf08-48452053aa33', // wms 资源sid
+ orgSid: window.sessionStorage.getItem('orgSid'),
+ userSid: window.sessionStorage.getItem('sid')
+ }
}
},
computed: {
- ...mapGetters(['sidebar']),
+ ...mapGetters([
+ 'sidebar'
+ ]),
// routes() {
- // f4d2e507-c4ed-451c-b364-04c08f962045
+ // df3e44ae-412e-4b02-b9e4-6893dbf5f83b
// console.log('78979789', this.$router.options.routes)
// return this.$router.options.routes
// },
activeMenu() {
- // const route = this.$route
- // const {
- // meta,
- // path
- // } = route
- // // if set path, the sidebar will highlight the path you set
- // if (meta.activeMenu) {
- // return meta.activeMenu
- // }
- return '/index'
+ const route = this.$route
+ const {
+ meta,
+ path
+ } = route
+ // if set path, the sidebar will highlight the path you set
+ if (meta.activeMenu) {
+ return meta.activeMenu
+ }
+ return path
},
showLogo() {
return this.$store.state.settings.sidebarLogo
@@ -726,25 +74,15 @@
methods: {
// 获取用户信息
postHuoquyonghu() {
- // var token = getStorage()
- // loginDetails(token).then((response) => {
- // console.log('resss', response)
- // if (response.code === '200') {
- // this.YongHuid = response.data
- // this.params.userSid = this.YongHuid.sid
- // getrolemenus(this.params).then((res) => {
- // const userRoles = this.resRouter(res.data)
- this.routes.push({
- path: '*',
- redirect: '/404',
- hidden: true
+ getrolemenus(this.params).then((res) => {
+ const userRoles = this.resRouter(res.data)
+ userRoles.push({
+ path: '*',
+ redirect: '/404',
+ hidden: true
+ })
+ return userRoles
})
- console.log('左侧菜单', this.routes)
- return this.routes
- // })
- // }
- // })
-
},
resRouter(menus) {
// 递归,将后台传来数组
@@ -757,10 +95,9 @@
delete menus[i].redirect
}
if (menus[i].component == '') {
- console.log('55555', menus[i])
menus[i] = {
path: menus[i].path,
- component: '',
+ component: Layout,
redirect: menus[i].path,
children: [menus[i]]
}
diff --git a/src/router/index.js b/src/router/index.js
index 64de3e5..55f8341 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -48,67 +48,7 @@ export const constantRoutes = [
}
}]
},
- {
- path: '/inventory',
- component: Layout,
- redirect: '/inventory',
- meta: {
- title: '库存查询'
- },
- children: [{
- path: '/inventory/inventory',
- component: () => import('@/views/inventory/inventory.vue'),
- name: 'Inventory',
- meta: {
- title: '库存查询',
- noCache: true
- }
- }]
- },
- {
- path: '/storageage',
- component: Layout,
- redirect: '/storageage',
- meta: {
- title: '库龄查询'
- },
- children: [{
- path: '/storageage/storageage',
- component: () => import('@/views/storageage/storageage.vue'),
- name: 'StorageAge',
- meta: {
- title: '库龄查询',
- noCache: true
- }
- }]
- },
- {
- path: '/carryover',
- component: Layout,
- redirect: '/carryover',
- meta: {
- title: '结转查询'
- },
- children: [{
- path: '/carryover/carryforwardrecord',
- component: () => import('@/views/carryover/carryforwardrecord.vue'),
- name: 'CarryForwardRecord',
- meta: {
- title: '结转记录查询',
- noCache: true
- }
- },
- {
- path: '/carryover/carryoverstock',
- component: () => import('@/views/carryover/carryoverstock.vue'),
- name: 'CarryoverStock',
- meta: {
- title: '结转库存查询',
- noCache: true
- }
- }
- ]
- },
+
{
path: '/baseInfo',
component: Layout,
@@ -117,56 +57,9 @@ export const constantRoutes = [
title: '基础信息'
},
children: [{
- path: 'brands',
- name: 'brands',
- component: () => import('@/views/baseInfo/brands/index'),
- meta: {
- title: '品牌管理',
- icon: 'product-list'
- }
- },
- {
- path: 'category',
- name: 'category',
- component: () => import('@/views/baseInfo/category/index'),
- meta: {
- title: '类别管理',
- icon: 'product-add'
- }
- }, {
- path: 'unit',
- name: 'unit',
- component: () => import('@/views/baseInfo/unit/index'),
- meta: {
- title: '单位管理',
- icon: 'product-add'
- },
- hidden: true
- },
- {
- path: 'factory',
- name: 'factory',
- component: () => import('@/views/baseInfo/factory/index'),
- meta: {
- title: '厂家管理',
- icon: 'product-add'
- },
- hidden: true
- },
- {
- path: 'goods',
- name: 'goods',
- component: () => import('@/views/baseInfo/goods/index'),
- meta: {
- title: '商品管理',
- icon: 'product-add'
- },
- hidden: true
- },
- {
- path: 'warehouse',
+ path: 'warehouses/warehouse',
name: 'warehouse',
- component: () => import('@/views/baseInfo/warehouse/index'),
+ component: () => import('@/views/baseInfo/warehouses/warehouse/index'),
meta: {
title: '仓库管理',
icon: 'product-add'
@@ -174,9 +67,9 @@ export const constantRoutes = [
hidden: true
},
{
- path: 'warehouseArea',
+ path: 'warehouses/warehouseArea',
name: 'warehouseArea',
- component: () => import('@/views/baseInfo/warehouseArea/index'),
+ component: () => import('@/views/baseInfo/warehouses/warehouseArea/index'),
meta: {
title: '库区管理',
icon: 'product-add'
@@ -184,9 +77,9 @@ export const constantRoutes = [
hidden: true
},
{
- path: 'warehouseAreaType',
+ path: 'warehouses/warehouseAreaType',
name: 'warehouseAreaType',
- component: () => import('@/views/baseInfo/warehouseAreaType/index'),
+ component: () => import('@/views/baseInfo/warehouses/warehouseAreaType/index'),
meta: {
title: '库区类型管理',
icon: 'product-add'
@@ -194,184 +87,114 @@ export const constantRoutes = [
hidden: true
},
{
- path: 'goodsShelves',
+ path: 'warehouses/goodsShelves',
name: 'goodsShelves',
- component: () => import('@/views/baseInfo/goodsShelves/index'),
+ component: () => import('@/views/baseInfo/warehouses/goodsShelves/index'),
meta: {
title: '库位管理',
icon: 'product-add'
},
hidden: true
- }
-
- ]
- },
- {
- path: '/warehouse',
- component: Layout,
- redirect: null,
- meta: {
- title: '库存信息'
- },
- children: [{
- path: 'inOutStorage',
- name: 'inOutStorage',
- component: () => import('@/views/warehouse/inOutStorage/index'),
- meta: {
- title: '出入库查询',
- icon: 'product-add'
- }
},
{
- path: 'inStorage',
- name: 'inStorage',
- component: () => import('@/views/warehouse/inStorage/index'),
+ path: 'supplier/supplier',
+ name: 'Supplier',
+ component: () => import('@/views/baseInfo/supplier/supplier/supplier'),
meta: {
- title: '入库管理',
+ title: '供应商管理',
icon: 'product-add'
},
hidden: true
},
{
- path: 'reservationInStorage',
- name: 'reservationInStorage',
- component: () => import('@/views/warehouse/reservationInStorage/index'),
+ path: 'supplier/suppliertype',
+ name: 'Suppliertype',
+ component: () => import('@/views/baseInfo/supplier/suppliertype/suppliertype'),
meta: {
- title: '预约入库',
+ title: '供应商类型管理',
icon: 'product-add'
},
hidden: true
},
- {
- path: 'outStorage',
- name: 'outStorage',
- component: () => import('@/views/warehouse/outStorage/index'),
- meta: {
- title: '出库管理',
- icon: 'product-add'
- },
- hidden: true
- },
- // {
- // path: 'distribution',
- // name: 'distribution',
- // component: () => import('@/views/warehouse/distribution/index'),
- // meta: {
- // title: '配货管理',
- // icon: 'product-add'
- // },
- // hidden: true
- // },
- {
- path: 'inventory',
- name: 'inventory',
- component: () => import('@/views/warehouse/inventory/index'),
- meta: {
- title: '库存查询',
- icon: 'product-add'
- }
- },
- {
- path: 'stocktaking',
- name: 'stocktaking',
- component: () => import('@/views/warehouse/stocktaking/index'),
- meta: {
- title: '盘点管理',
- icon: 'product-add'
- }
- },
- {
- path: 'allocation',
- name: 'allocation',
- component: () => import('@/views/warehouse/allocation/index'),
- meta: {
- title: '调拨管理',
- icon: 'product-add'
- }
- },
- {
- path: 'deliveryNotice',
- name: 'deliveryNotice',
- component: () => import('@/views/deliveryNotice/index'),
- meta: {
- title: '到货单管理',
- icon: 'product-add'
- }
- },
- {
- path: 'receivingGoods',
- name: 'receivingGoods',
- component: () => import('@/views/receivingGoods/index'),
+
+ ]
+ },
+ {
+ path: '/system',
+ component: Layout,
+ redirect: '/system',
+ meta: {
+ title: '系统设置'
+ },
+ children: [{
+ path: '/organizationManage/organizationManage',
+ component: () =>
+ import('@/views/system/organizationManage/organizationManage.vue'),
+ name: 'OrganizationManage',
meta: {
- title: '收货单管理',
- icon: 'product-add'
+ icon: 'el-icon-menu',
+ title: '组织管理'
}
},
{
- path: 'upShelf',
- name: 'upShelf',
- component: () => import('@/views/upShelf/index'),
+ path: '/postManage/postManage',
+ component: () =>
+ import('@/views/system/postManage/postManage.vue'),
+ name: 'PostManage',
meta: {
- title: '上架单管理',
- icon: 'product-add'
+ icon: 'el-icon-menu',
+ title: '岗位管理'
}
},
{
- path: 'oldPartsFactory',
- name: 'oldPartsFactory',
- component: () => import('@/views/warehouse/oldPartsFactory/index'),
+ path: '/userManage/userManage',
+ component: () =>
+ import('@/views/system/userManage/userManage.vue'),
+ name: 'UserManage',
meta: {
- title: '旧件返厂',
- icon: 'product-add'
+ icon: 'el-icon-menu',
+ title: '用户管理'
}
- },
- {
- path: 'oldPartsCope',
- name: 'oldPartsCope',
- component: () => import('@/views/warehouse/oldPartsCope/index'),
- meta: {
- title: '旧件处理',
- icon: 'product-add'
- }
- },
- {
- path: 'oldPartsRecovery',
- name: 'oldPartsRecovery',
- component: () => import('@/views/warehouse/oldPartsRecovery/index'),
+ }, {
+ path: '/roleAdminister/roleAdminister',
+ component: () => import('@/views/system/roleAdminister/roleAdminister.vue'),
+ name: 'RoleAdminister',
meta: {
- title: '旧件回收',
- icon: 'product-add'
+ icon: 'el-icon-menu',
+ title: '角色管理'
}
- },
- {
- path: 'oldPartsInStorage',
- name: 'oldPartsInStorage',
- component: () => import('@/views/warehouse/oldPartsInStorage/index'),
+ }, {
+ path: 'menuManage/menuManage',
+ component: () => import('@/views/system/menuManage/menuManage.vue'),
+ name: 'MenuManage',
meta: {
- title: '旧件入库',
- icon: 'product-add'
+ icon: 'el-icon-menu',
+ title: '菜单管理'
}
},
{
- path: 'oldPartsInvertory',
- name: 'oldPartsInvertory',
- component: () => import('@/views/warehouse/oldPartsInvertory/index'),
+ path: '/dictManage/dictManage',
+ component: () => import('@/views/system/dictManage/dictManage.vue'),
+ name: 'DictManage',
meta: {
- title: '旧件库存',
- icon: 'product-add'
+ icon: 'el-icon-menu',
+ title: '数据字典'
}
},
{
- path: 'oldPartsInAndOutStorage',
- name: 'oldPartsInAndOutStorage',
- component: () => import('@/views/warehouse/oldPartsInAndOutStorage/index'),
+ path: '/logManage/logManage',
+ component: () =>
+ import('@/views/system/logManage/logManage.vue'),
+ name: 'LogManage',
meta: {
- title: '旧件出入库查询',
- icon: 'product-add'
+ icon: 'el-icon-menu',
+ title: '日志管理'
}
},
+
]
},
+
...codemenu,
{
path: '/404',
diff --git a/src/utils/functions.js.js b/src/utils/functions.js.js
new file mode 100644
index 0000000..d236494
--- /dev/null
+++ b/src/utils/functions.js.js
@@ -0,0 +1,34 @@
+// 封装Cookie
+// 封装三个函数
+// setCookie() -- 创建 Cookie
+// getCookie() -- 获取 Cookie
+// removeCookie() -- 删除 Cookie
+export function setCookie(name, value, iDay) { //分别代表cookie名称、cookie值、存储时间
+ //首先将cookie的格式拼出来
+ //document.cookie="name=value;expires=date";
+ //然后name就换为name,vlaue就换为value,至于date就要算出这个日期对象
+ var oDate = new Date();
+ oDate.setDate(oDate.getDate() + iDay);
+ document.cookie = name + "=" + value + "; expires=" + oDate;
+}
+//a=12; b=5; c=8; d=99
+export function getCookie(name) {
+ //1、先给cookie做一下字符串分割,
+ var arr = document.cookie.split("; "); //分割后变为数组,a=12 b=5 c=8 d=99
+ //2、循环数组
+ for (var i = 0; i < arr.length; i++) {
+ var arr2 = arr[i].split("="); //根据“=”再次分割
+ //arr2[0]——》存储的名称 abcd
+ //arr2[1]——》存储的值 12 5 8 99
+ if (arr2[0] == name) { //代表找到我想要的东西了
+ return arr2[1];
+ }
+ }
+ //另一种可能,用户第一次来网站,还没有cookie,所以肯定什么也找不到。所以在循环一次后就直接return 一个字符串,告诉用户什么也没找到。
+ return "";
+}
+
+export function removeCookie(name) {
+ //name名称,再随便来个值1,后面的才是重点-1,时间过期了,所以就成为了负值
+ setCookie(name, 1, -1);
+}
diff --git a/src/views/baseInfo/brands/brandsAdd.vue b/src/views/baseInfo/brands/brandsAdd.vue
deleted file mode 100644
index 46d0c88..0000000
--- a/src/views/baseInfo/brands/brandsAdd.vue
+++ /dev/null
@@ -1,278 +0,0 @@
-
-
-
-
-
-
-
-
-
- 品牌名称:
-
-
-
- 品牌代码:
-
-
-
- 首字母大写:
-
-
-
- 品牌备注:
-
-
-
-
-
-
- 品牌Logo:
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/baseInfo/brands/index.vue b/src/views/baseInfo/brands/index.vue
deleted file mode 100644
index 5d4f1ee..0000000
--- a/src/views/baseInfo/brands/index.vue
+++ /dev/null
@@ -1,256 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 编辑
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/baseInfo/category/categoryAdd.vue b/src/views/baseInfo/category/categoryAdd.vue
deleted file mode 100644
index d587a59..0000000
--- a/src/views/baseInfo/category/categoryAdd.vue
+++ /dev/null
@@ -1,218 +0,0 @@
-
-
-
-
-
-
-
-
-
- 选择父级类别:
-
-
-
-
-
- 类别名称:
-
-
-
- 类别编码:
-
-
-
- 提成比例:
-
-
-
- 提成金额:
-
-
-
-
- 类别排序:
-
-
-
- 类别备注:
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/baseInfo/category/index.vue b/src/views/baseInfo/category/index.vue
deleted file mode 100644
index ff95394..0000000
--- a/src/views/baseInfo/category/index.vue
+++ /dev/null
@@ -1,285 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 编辑
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/baseInfo/factory/factoryAdd.vue b/src/views/baseInfo/factory/factoryAdd.vue
deleted file mode 100644
index 125a4db..0000000
--- a/src/views/baseInfo/factory/factoryAdd.vue
+++ /dev/null
@@ -1,175 +0,0 @@
-
-
-
-
-
-
-
-
-
- 厂家名称:
-
-
-
- 厂家编码:
-
-
-
- 厂家排序:
-
-
-
- 厂家备注:
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/baseInfo/factory/index.vue b/src/views/baseInfo/factory/index.vue
deleted file mode 100644
index e80a524..0000000
--- a/src/views/baseInfo/factory/index.vue
+++ /dev/null
@@ -1,261 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 编辑
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/baseInfo/goods/goodsAdd.vue b/src/views/baseInfo/goods/goodsAdd.vue
deleted file mode 100644
index 6e392b6..0000000
--- a/src/views/baseInfo/goods/goodsAdd.vue
+++ /dev/null
@@ -1,1097 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 商品名称
-
-
-
-
-
-
-
-
-
- 商品编码
-
-
-
-
-
-
-
-
-
-
-
-
- 商品品牌
-
-
-
-
-
-
-
-
-
-
-
- 商品类别
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 商品厂家
-
-
-
-
-
-
-
-
-
-
-
- 厂家货号
-
-
-
-
-
-
-
-
-
-
-
-
- 外部编码
-
-
-
-
-
-
-
-
-
- 国标码
-
-
-
-
-
-
-
-
-
-
-
-
- 税率
-
-
-
-
-
-
-
-
-
- 保质期天
-
-
-
-
-
-
-
-
-
-
-
-
- 商品详细说明
-
-
-
-
-
-
-
-
-
-
-
-
- 商品描述
-
-
-
-
-
-
-
-
-
-
-
-
- 规格列表添加
-
-
-
-
-
-
- 编辑
-
-
-
-
-
-
-
-
-
-
-
-
- 查看
- 编辑
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 规格代码
-
-
-
-
-
-
-
-
-
-
- 规格标题
-
-
-
-
-
-
-
-
-
-
- 外部编码
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 确 定
-
-
-
-
-
-
-
-
-
-
-
-
- 最后采购价
-
-
-
-
- {{itemInfo.finalPurchasePrice}}
-
-
-
-
- 安全库存天数
-
-
-
-
- {{itemInfo.safetyStockDays}}
-
-
-
-
- 是否原厂
-
-
-
-
- {{itemInfo.isOriginalFactory}}
-
-
-
-
-
-
-
- 是否库存警戒
-
-
-
-
- {{itemInfo.isInventoryAlert}}
-
-
-
-
- 库存警戒上线
-
-
-
-
- {{itemInfo.inventoryAlertUpperLimit}}
-
-
-
-
- 库存警戒下线
-
-
-
-
- {{itemInfo.inventoryAlertLowerLimit}}
-
-
-
-
-
-
-
- 成本价
-
-
-
-
- {{itemInfo.costPrice}}
-
-
-
-
- 吊牌价
-
-
-
-
- {{itemInfo.tagPrice}}
-
-
-
-
- 销售单价
-
-
-
-
- {{itemInfo.salesPrice}}
-
-
-
-
-
-
-
- 标准进价
-
-
-
-
- {{itemInfo.standardPurchasePrice}}
-
-
-
-
- 代理价
-
-
-
-
- {{itemInfo.agencyPrice}}
-
-
-
-
- 折扣
-
-
-
-
- {{itemInfo.discount}}
-
-
-
-
-
-
- 最低零售价
-
-
-
-
- {{itemInfo.minimumSalesPrice}}
-
-
-
-
- 是否积分兑换
-
-
-
-
- {{itemInfo.isIntegralExchange}}
-
-
-
-
- 积分数量
-
-
-
-
- {{itemInfo.integralAmount}}
-
-
-
-
-
-
-
- 规格图片
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 关 闭
-
-
-
-
-
-
-
-
-
-
-
- 最后采购价
-
-
-
-
-
-
-
-
-
-
- 安全库存天数
-
-
-
-
-
-
-
-
-
-
- 是否原厂
-
-
-
-
-
-
-
-
-
-
-
-
-
- 是否库存警戒
-
-
-
-
-
-
-
-
-
-
- 库存警戒上线
-
-
-
-
-
-
-
-
-
-
- 库存警戒下线
-
-
-
-
-
-
-
-
-
-
-
-
-
- 成本价
-
-
-
-
-
-
-
-
-
-
- 吊牌价
-
-
-
-
-
-
-
-
-
-
- 销售单价
-
-
-
-
-
-
-
-
-
-
-
-
-
- 标准进价
-
-
-
-
-
-
-
-
-
-
- 代理价
-
-
-
-
-
-
-
-
-
-
- 折扣
-
-
-
-
-
-
-
-
-
-
-
-
- 最低零售价
-
-
-
-
-
-
-
-
-
-
- 是否积分兑换
-
-
-
-
-
-
-
-
-
-
- 积分数量
-
-
-
-
-
-
-
-
-
-
-
-
-
- 规格图片
-
-
-
-
-
-
-
-
-
-
-
-
-
- 确 定
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/baseInfo/goods/goodsInfo.vue b/src/views/baseInfo/goods/goodsInfo.vue
deleted file mode 100644
index 0ff59a0..0000000
--- a/src/views/baseInfo/goods/goodsInfo.vue
+++ /dev/null
@@ -1,943 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 商品名称
-
-
-
-
-
-
-
-
-
- 商品编码
-
-
-
-
-
-
-
-
-
-
-
-
- 商品品牌
-
-
-
-
-
-
-
-
-
-
-
- 商品类别
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 商品厂家
-
-
-
-
-
-
-
-
-
-
-
- 厂家货号
-
-
-
-
-
-
-
-
-
-
-
-
- 外部编码
-
-
-
-
-
-
-
-
-
- 国标码
-
-
-
-
-
-
-
-
-
-
-
-
- 税率
-
-
-
-
-
-
-
-
-
- 保质期天
-
-
-
-
-
-
-
-
-
-
-
-
- 商品详细说明
-
-
-
-
-
-
-
-
-
-
-
-
- 商品描述
-
-
-
-
-
-
-
-
-
-
-
-
- 规格列表添加
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查看
- 编辑
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 最后采购价
-
-
-
-
- {{itemInfo.finalPurchasePrice}}
-
-
-
-
- 安全库存天数
-
-
-
-
- {{itemInfo.safetyStockDays}}
-
-
-
-
- 是否原厂
-
-
-
-
- {{itemInfo.isOriginalFactory}}
-
-
-
-
-
-
-
- 是否库存警戒
-
-
-
-
- {{itemInfo.isInventoryAlert}}
-
-
-
-
- 库存警戒上线
-
-
-
-
- {{itemInfo.inventoryAlertUpperLimit}}
-
-
-
-
- 库存警戒下线
-
-
-
-
- {{itemInfo.inventoryAlertLowerLimit}}
-
-
-
-
-
-
-
- 成本价
-
-
-
-
- {{itemInfo.costPrice}}
-
-
-
-
- 吊牌价
-
-
-
-
- {{itemInfo.tagPrice}}
-
-
-
-
- 销售单价
-
-
-
-
- {{itemInfo.salesPrice}}
-
-
-
-
-
-
-
- 标准进价
-
-
-
-
- {{itemInfo.standardPurchasePrice}}
-
-
-
-
- 代理价
-
-
-
-
- {{itemInfo.agencyPrice}}
-
-
-
-
- 折扣
-
-
-
-
- {{itemInfo.discount}}
-
-
-
-
-
-
- 最低零售价
-
-
-
-
- {{itemInfo.minimumSalesPrice}}
-
-
-
-
- 是否积分兑换
-
-
-
-
- {{itemInfo.isIntegralExchange}}
-
-
-
-
- 积分数量
-
-
-
-
- {{itemInfo.integralAmount}}
-
-
-
-
-
-
-
- 规格图片
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 关 闭
-
-
-
-
-
-
-
-
-
-
-
- 最后采购价
-
-
-
-
- {{itemInfo.finalPurchasePrice}}
-
-
-
-
- 安全库存天数
-
-
-
-
- {{itemInfo.safetyStockDays}}
-
-
-
-
- 是否原厂
-
-
-
-
- {{itemInfo.isOriginalFactory}}
-
-
-
-
-
-
-
- 是否库存警戒
-
-
-
-
- {{itemInfo.isInventoryAlert}}
-
-
-
-
- 库存警戒上线
-
-
-
-
- {{itemInfo.inventoryAlertUpperLimit}}
-
-
-
-
- 库存警戒下线
-
-
-
-
- {{itemInfo.inventoryAlertLowerLimit}}
-
-
-
-
-
-
-
- 成本价
-
-
-
-
- {{itemInfo.costPrice}}
-
-
-
-
- 吊牌价
-
-
-
-
- {{itemInfo.tagPrice}}
-
-
-
-
- 销售单价
-
-
-
-
- {{itemInfo.salesPrice}}
-
-
-
-
-
-
-
- 标准进价
-
-
-
-
- {{itemInfo.standardPurchasePrice}}
-
-
-
-
- 代理价
-
-
-
-
- {{itemInfo.agencyPrice}}
-
-
-
-
- 折扣
-
-
-
-
- {{itemInfo.discount}}
-
-
-
-
-
-
- 最低零售价
-
-
-
-
- {{itemInfo.minimumSalesPrice}}
-
-
-
-
- 是否积分兑换
-
-
-
-
- {{itemInfo.isIntegralExchange}}
-
-
-
-
- 积分数量
-
-
-
-
- {{itemInfo.integralAmount}}
-
-
-
-
-
-
-
- 规格图片
-
-
-
-
-
-
-
-
-
-
-
-
-
- 确 定
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/baseInfo/goods/index.vue b/src/views/baseInfo/goods/index.vue
deleted file mode 100644
index 4ff20b3..0000000
--- a/src/views/baseInfo/goods/index.vue
+++ /dev/null
@@ -1,289 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 详情
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/baseInfo/supplier/supplier/relation/openingbank.vue b/src/views/baseInfo/supplier/supplier/relation/openingbank.vue
new file mode 100644
index 0000000..8b18738
--- /dev/null
+++ b/src/views/baseInfo/supplier/supplier/relation/openingbank.vue
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
+
+ *开户银行
+
+
+
+ *银行账号
+
+
+
+
+
+ *账号名称
+
+
+
+ *账号类型
+
+
+
+
+
+
+
+
+
+ 开户行地址
+
+
+
+
+
+ 银行网点
+
+
+
+ 联行号
+
+
+
+
+
+ swiftCode(银行代码)
+
+
+
+ 币种
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/carryover/carryforwardrecord.vue b/src/views/baseInfo/supplier/supplier/supplier.vue
similarity index 63%
rename from src/views/carryover/carryforwardrecord.vue
rename to src/views/baseInfo/supplier/supplier/supplier.vue
index ea20374..c4b2f95 100644
--- a/src/views/carryover/carryforwardrecord.vue
+++ b/src/views/baseInfo/supplier/supplier/supplier.vue
@@ -2,20 +2,24 @@
-
+
{{ searchxianshitit }}
@@ -26,17 +30,26 @@
-
-
-
-
-
+
+
+
+
+ 编辑
+ 查看
+
+
+
+
+
+
+
+
@@ -48,6 +61,10 @@
+
+
+
+
@@ -55,19 +72,30 @@
import Pagination from '@/components/pagination'
import pageye from '@/components/pagination/pageye'
import ButtonBar from '@/components/ButtonBar'
-import req from '@/api/carryover/carryover'
+import req from '@/api/baseinfo/supplier/supplier.js'
+import supplierAdd from './supplierAdd'
+import supplierInfo from './supplierInfo'
export default {
- name: 'CarryForwardRecord',
+ name: 'Supplier',
components: {
Pagination,
pageye,
- ButtonBar
+ ButtonBar,
+ supplierAdd,
+ supplierInfo
},
data() {
return {
btndisabled: false,
btnList: [
+ {
+ type: 'primary',
+ size: 'small',
+ icon: 'plus',
+ btnKey: 'toAdd',
+ btnLabel: '新增'
+ },
{
type: 'danger',
size: 'small',
@@ -97,10 +125,10 @@ export default {
size: 10,
total: 0,
params: {
- startDate: '',
- endDate: '',
- useOrgName: '',
- useOrgSid: ''
+ supplierName: '',
+ supplierTypeName: '',
+ contactTelePhone: '',
+ contactName: ''
}
}
}
@@ -125,6 +153,9 @@ export default {
btnHandle(btnKey) {
console.log('XXXXXXXXXXXXXXX ' + btnKey)
switch (btnKey) {
+ case 'toAdd':
+ this.toAdd()
+ break
case 'doDel':
this.doDel()
break
@@ -135,12 +166,6 @@ export default {
break
}
},
- // 表中序号
- indexMethod(index) {
- var pagestart = (this.listQuery.current - 1) * this.listQuery.size
- var pageindex = index + 1 + pagestart
- return pageindex
- },
// 信息条数 获取点击时当前的sid
handleSelectionChange(row) {
const aa = []
@@ -149,10 +174,16 @@ export default {
})
this.sids = aa
},
+ // 表中序号
+ indexMethod(index) {
+ var pagestart = (this.listQuery.current - 1) * this.listQuery.size
+ var pageindex = index + 1 + pagestart
+ return pageindex
+ },
// 查询列表信息
getList() {
this.listLoading = true
- req.carryForwardList(this.listQuery).then(response => {
+ req.listPage(this.listQuery).then((response) => {
this.listLoading = false
if (response.success) {
this.list = response.data.records
@@ -175,14 +206,26 @@ export default {
size: 10,
total: 0,
params: {
- startDate: '',
- endDate: '',
- useOrgName: '',
- useOrgSid: ''
+ supplierName: '',
+ supplierTypeName: '',
+ contactTelePhone: '',
+ contactName: ''
}
}
this.getList()
},
+ toAdd() {
+ this.viewState = 2
+ this.$refs['divAdd'].showAdd()
+ },
+ toEdit(row) {
+ this.viewState = 3
+ this.$refs['divAdd'].showEdit(row)
+ },
+ toInfo(row) {
+ this.viewState = 4
+ this.$refs['divInfo'].showInfo(row)
+ },
doDel() {
if (this.sids.length === 0) {
this.$message({ showClose: true, type: 'error', message: '请选择至少一条记录进行删除操作' })
@@ -200,7 +243,7 @@ export default {
spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)'
})
- req.deleteBySids(this.sids).then(resp => {
+ req.delBySids(this.sids).then(resp => {
if (resp.success) {
this.$message({ type: 'success', message: resp.msg, showClose: true })
}
@@ -212,6 +255,10 @@ export default {
}).catch(() => {
})
},
+ // 修改、编辑、详情返回列表页面
+ resetState() {
+ this.viewState = 1
+ },
doClose() {
this.$store.dispatch('tagsView/delView', this.$route)
this.$router.go(-1)
diff --git a/src/views/baseInfo/supplier/supplier/supplierAdd.vue b/src/views/baseInfo/supplier/supplier/supplierAdd.vue
new file mode 100644
index 0000000..c2cb219
--- /dev/null
+++ b/src/views/baseInfo/supplier/supplier/supplierAdd.vue
@@ -0,0 +1,475 @@
+
+
+
+
+
+
+ 基本信息
+
+
+ *供应商名称
+
+
+
+ *供应商简称
+
+
+
+ *供应商编码
+
+
+
+
+
+ *供应商类型
+
+
+
+
+
+
+
+ *供应商电话
+
+
+
+ 传真
+
+
+
+
+
+ 详细地址
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 联系人
+
+
+
+ 联系电话
+
+
+
+
+
+
+
+ 邮编
+
+
+
+ 电子邮件
+
+
+
+ 网址
+
+
+
+
+
+ *开票公司名称
+
+
+
+ 税号
+
+
+
+ 法人
+
+
+
+
+
+ 采购员
+
+
+
+ *开票类型
+
+
+
+
+
+
+
+ *税率
+
+
+
+
+
+ 备注
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/baseInfo/supplier/supplier/supplierInfo.vue b/src/views/baseInfo/supplier/supplier/supplierInfo.vue
new file mode 100644
index 0000000..eb3fcac
--- /dev/null
+++ b/src/views/baseInfo/supplier/supplier/supplierInfo.vue
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+ 基本信息
+
+
+ 供应商名称
+ {{ formobj.supplierName }}
+
+
+ 供应商简称
+ {{ formobj.supplierPY }}
+
+
+ 供应商编码
+ {{ formobj.supplierCode }}
+
+
+
+
+ 供应商类型
+ {{ formobj.supplierTypeName }}
+
+
+ 供应商电话
+ {{ formobj.contactTelePhone }}
+
+
+ 供应商传真
+ {{ formobj.fax }}
+
+
+
+
+ 详细地址
+ {{ formobj.province }}{{ formobj.city }}{{ formobj.county }}{{ formobj.address }}
+
+
+
+
+ 联系人
+ {{ formobj.contactName }}
+
+
+ 联系电话
+ {{ formobj.contactMobile }}
+
+
+
+
+
+
+ 邮编
+ {{ formobj.zipCode }}
+
+
+ 电子邮件
+ {{ formobj.email }}
+
+
+ 网址
+ {{ formobj.website }}
+
+
+
+
+ 开票公司名称
+ {{ formobj.billingCompanyName }}
+
+
+ 税号
+ {{ formobj.registNum }}
+
+
+ 法人
+ {{ formobj.legalName }}
+
+
+
+
+ 采购员
+ {{ formobj.purchaser }}
+
+
+ 开票类型
+ {{ formobj.billingTypeValue }}
+
+
+ 税率
+ {{ formobj.taxRate }}
+
+
+
+
+ 备注
+ {{ formobj.remarks }}
+
+
+ 开户行列表
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/baseInfo/supplier/suppliertype/suppliertype.vue b/src/views/baseInfo/supplier/suppliertype/suppliertype.vue
new file mode 100644
index 0000000..8263136
--- /dev/null
+++ b/src/views/baseInfo/supplier/suppliertype/suppliertype.vue
@@ -0,0 +1,296 @@
+
+
+
+
+
+
+
+
+
{{ searchxianshitit }}
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ *供应商类型
+
+
+
+ *供应商编码
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/baseInfo/unit/index.vue b/src/views/baseInfo/unit/index.vue
deleted file mode 100644
index c247313..0000000
--- a/src/views/baseInfo/unit/index.vue
+++ /dev/null
@@ -1,245 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 编辑
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/baseInfo/unit/unitAdd.vue b/src/views/baseInfo/unit/unitAdd.vue
deleted file mode 100644
index f1c26b8..0000000
--- a/src/views/baseInfo/unit/unitAdd.vue
+++ /dev/null
@@ -1,210 +0,0 @@
-
-
-
-
-
-
-
-
-
- 单位名称:
-
-
-
- 单位备注:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/baseInfo/goodsShelves/goodsShelvesAdd.vue b/src/views/baseInfo/warehouses/goodsShelves/goodsShelvesAdd.vue
similarity index 100%
rename from src/views/baseInfo/goodsShelves/goodsShelvesAdd.vue
rename to src/views/baseInfo/warehouses/goodsShelves/goodsShelvesAdd.vue
diff --git a/src/views/baseInfo/goodsShelves/index.vue b/src/views/baseInfo/warehouses/goodsShelves/index.vue
similarity index 100%
rename from src/views/baseInfo/goodsShelves/index.vue
rename to src/views/baseInfo/warehouses/goodsShelves/index.vue
diff --git a/src/views/baseInfo/warehouse/index.vue b/src/views/baseInfo/warehouses/warehouse/index.vue
similarity index 100%
rename from src/views/baseInfo/warehouse/index.vue
rename to src/views/baseInfo/warehouses/warehouse/index.vue
diff --git a/src/views/baseInfo/warehouse/warehouseAdd.vue b/src/views/baseInfo/warehouses/warehouse/warehouseAdd.vue
similarity index 100%
rename from src/views/baseInfo/warehouse/warehouseAdd.vue
rename to src/views/baseInfo/warehouses/warehouse/warehouseAdd.vue
diff --git a/src/views/baseInfo/warehouseArea/index.vue b/src/views/baseInfo/warehouses/warehouseArea/index.vue
similarity index 100%
rename from src/views/baseInfo/warehouseArea/index.vue
rename to src/views/baseInfo/warehouses/warehouseArea/index.vue
diff --git a/src/views/baseInfo/warehouseArea/warehouseAreaAdd.vue b/src/views/baseInfo/warehouses/warehouseArea/warehouseAreaAdd.vue
similarity index 100%
rename from src/views/baseInfo/warehouseArea/warehouseAreaAdd.vue
rename to src/views/baseInfo/warehouses/warehouseArea/warehouseAreaAdd.vue
diff --git a/src/views/baseInfo/warehouseAreaType/index.vue b/src/views/baseInfo/warehouses/warehouseAreaType/index.vue
similarity index 100%
rename from src/views/baseInfo/warehouseAreaType/index.vue
rename to src/views/baseInfo/warehouses/warehouseAreaType/index.vue
diff --git a/src/views/baseInfo/warehouseAreaType/warehouseAreaTypeAdd.vue b/src/views/baseInfo/warehouses/warehouseAreaType/warehouseAreaTypeAdd.vue
similarity index 100%
rename from src/views/baseInfo/warehouseAreaType/warehouseAreaTypeAdd.vue
rename to src/views/baseInfo/warehouses/warehouseAreaType/warehouseAreaTypeAdd.vue
diff --git a/src/views/carryover/carryoverstock.vue b/src/views/carryover/carryoverstock.vue
deleted file mode 100644
index b209350..0000000
--- a/src/views/carryover/carryoverstock.vue
+++ /dev/null
@@ -1,227 +0,0 @@
-
-
-
-
-
-
-
-
-
{{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/deliveryNotice/index.vue b/src/views/deliveryNotice/index.vue
deleted file mode 100644
index ef853d4..0000000
--- a/src/views/deliveryNotice/index.vue
+++ /dev/null
@@ -1,432 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 审核结果
-
-
-
-
-
- 合格
- 不合格
-
-
-
-
-
-
-
- 审核意见
-
-
-
-
-
-
-
-
-
-
-
-
- 确 定
-
-
-
-
-
-
-
-
-
diff --git a/src/views/deliveryNotice/receiptAdd.vue b/src/views/deliveryNotice/receiptAdd.vue
deleted file mode 100644
index 3aac858..0000000
--- a/src/views/deliveryNotice/receiptAdd.vue
+++ /dev/null
@@ -1,772 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
-
- 制单人姓名
-
-
-
-
- {{formobj.createByName}}
-
-
-
-
-
-
-
- 外部单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 单据日期
-
-
-
-
- {{formobj.createTime}}
-
-
-
-
-
-
-
- 业务类型
-
-
-
-
- {{formobj.busTypeValue}}
-
-
-
-
-
- 供应商
-
-
-
-
- {{formobj.supplierName}}
-
-
-
-
-
-
-
-
- 到货日期
-
-
-
-
-
-
-
-
-
-
-
-
- 单据状态
-
-
-
-
- {{formobj.billState}}
-
-
-
-
-
-
-
-
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 删除
- 批次+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 需要
- 不需要
-
-
-
-
-
-
- 合格
- 不合格
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/deliveryNotice/receiptInfo.vue b/src/views/deliveryNotice/receiptInfo.vue
deleted file mode 100644
index af1a9bf..0000000
--- a/src/views/deliveryNotice/receiptInfo.vue
+++ /dev/null
@@ -1,275 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
-
- 制单人姓名
-
-
-
-
- {{formobj.createByName}}
-
-
-
-
-
-
-
- 外部单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 单据日期
-
-
-
-
- {{formobj.createTime}}
-
-
-
-
-
-
-
-
- 业务类型
-
-
-
-
- {{formobj.busTypeValue}}
-
-
-
-
-
- 供应商
-
-
-
-
- {{formobj.supplierName}}
-
-
-
-
-
-
-
-
- 预期到货日期
-
-
-
-
- {{formobj.deliveryDate}}
-
-
-
-
-
- 单据状态
-
-
-
-
- {{formobj.billState}}
-
-
-
-
-
-
-
-
- 审核状态
-
-
-
-
- {{formobj.reviewStatus}}
-
-
-
-
-
- 拒绝原因
-
-
-
-
- {{formobj.refuseReason}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/inventory/inventory.vue b/src/views/inventory/inventory.vue
deleted file mode 100644
index d7b1986..0000000
--- a/src/views/inventory/inventory.vue
+++ /dev/null
@@ -1,448 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 修改
- 查看
- 收发存
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 至
-
-
-
- 查询
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 创建人
- {{ formobj.createByName }}
-
-
- 创建时间
- {{ formobj.createTime }}
-
-
-
-
- 库存结算状态
-
-
- 进行中
- 已完成
-
-
-
-
- 库存结算类型
-
-
- 月结
- 年结
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/inventory/inventoryAdd.vue b/src/views/inventory/inventoryAdd.vue
deleted file mode 100644
index 452f956..0000000
--- a/src/views/inventory/inventoryAdd.vue
+++ /dev/null
@@ -1,194 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 仓库
- {{ formobj.warehouseName }}
-
-
- 供应商
- {{ formobj.billObjName }}
-
-
- 数量
- {{ formobj.count }}
-
-
-
-
- 销售价格1
-
-
-
- 销售价格2
-
-
-
- 销售价格3
-
-
-
-
-
- 销售价格4
-
-
-
- 销售价格5
-
-
-
- 销售底价
-
-
-
-
-
- 货位
-
-
-
- 折扣标志
-
-
-
-
-
-
- 三包价格
-
-
-
-
-
- 首保价格
-
-
-
- 排序
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/inventory/inventoryInfo.vue b/src/views/inventory/inventoryInfo.vue
deleted file mode 100644
index 0c61637..0000000
--- a/src/views/inventory/inventoryInfo.vue
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 仓库
- {{ formobj.warehouseName }}
-
-
- 供应商
- {{ formobj.billObjName }}
-
-
- 数量
- {{ formobj.count }}
-
-
-
-
- 销售价格1
- {{ formobj.price1 }}
-
-
- 销售价格2
- {{ formobj.price2 }}
-
-
- 销售价格3
- {{ formobj.price3 }}
-
-
-
-
- 销售价格4
- {{ formobj.price4 }}
-
-
- 销售价格5
- {{ formobj.price5 }}
-
-
- 销售底价
- {{ formobj.minimumPrice }}
-
-
-
-
- 货位
- {{ formobj.warehouseArea }}
-
-
- 折扣标志
-
-
-
-
-
-
- 三包价格
- {{ formobj.freePrice }}
-
-
-
-
- 首保价格
- {{ formobj.firstMaintainPrice }}
-
-
- 排序
- {{ formobj.sortNo }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/login/login.vue b/src/views/login/login.vue
index d1adb06..5f3ca3f 100644
--- a/src/views/login/login.vue
+++ b/src/views/login/login.vue
@@ -8,7 +8,7 @@

-
+
欢迎登录商享通WMS
@@ -45,19 +45,130 @@
-
7天内免登录
+
7天内免登录
-
忘记密码
+
忘记密码
-
去注册
+
去注册
+
+
+
+
+
+
欢迎注册商享通WMS
+
+
+
手机号码
+
+
+
+
密码
+
+
+
+
验证码
+
+
+ {{sendCodeText2}}
+
+
+
+ 已有账号?
+ 登录
+
+
+
+
注册
+
+
+
+ 我已阅读并同意
+ 《宇信通服务协议》
+ 与
+ 《隐私协议》
+
+
+
+
+
+
请选择公司进入WMS
+
+
+
+
+
+

+
{{item.orgName}}
+

+

+

+
+
+
+
+
+
+
+
新建企业信息
+
+
+
+
+
+
欢迎注册商享通WMS
+
+
请填写您的企业信息
+
+
+ 企业名称:
+
+
+
+
+ 联系人员:
+
+
+
+
+ 所在区域:
+
+
+
+
+
+
创建并进入
+
+
+
+
+
+
@@ -67,36 +178,52 @@
-
diff --git a/src/views/receivingGoods/receivingGoodsAdd.vue b/src/views/receivingGoods/receivingGoodsAdd.vue
deleted file mode 100644
index 5954129..0000000
--- a/src/views/receivingGoods/receivingGoodsAdd.vue
+++ /dev/null
@@ -1,1143 +0,0 @@
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
- 制单人姓名
-
-
-
-
-
-
-
-
-
-
-
- 外部单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 单据日期
-
-
-
-
-
-
-
-
-
-
-
-
-
- 业务类型
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 供应商
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 到货日期
-
-
-
-
-
-
-
-
-
-
-
-
- 单据状态
-
-
-
-
- {{formobj.billState}}
-
-
-
-
-
-
-
-
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 操作
-
-
- 删除
- 批次+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 需要
- 不需要
-
-
-
-
-
-
- 合格
- 不合格
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/receivingGoods/receivingGoodsInfo.vue b/src/views/receivingGoods/receivingGoodsInfo.vue
deleted file mode 100644
index f59c5ed..0000000
--- a/src/views/receivingGoods/receivingGoodsInfo.vue
+++ /dev/null
@@ -1,308 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
-
- 制单人姓名
-
-
-
-
- {{formobj.createByName}}
-
-
-
-
-
-
-
- 外部单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 单据日期
-
-
-
-
- {{formobj.createTime}}
-
-
-
-
-
-
-
- 业务类型
-
-
-
-
- {{formobj.busTypeValue}}
-
-
-
-
-
- 供应商
-
-
-
-
- {{formobj.supplierName}}
-
-
-
-
-
-
-
-
- 到货日期
-
-
-
-
- {{formobj.deliveryDate}}
-
-
-
-
-
-
- 单据状态
-
-
-
-
- {{formobj.billState}}
-
-
-
-
-
-
-
-
- 备注
-
-
-
-
-
- {{formobj.remarks}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 需要
- 不需要
-
-
-
-
-
-
- 合格
- 不合格
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/receivingGoods/upShelfAddRecord.vue b/src/views/receivingGoods/upShelfAddRecord.vue
deleted file mode 100644
index c0dc358..0000000
--- a/src/views/receivingGoods/upShelfAddRecord.vue
+++ /dev/null
@@ -1,541 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
-
- 制单人姓名
-
-
-
-
-
-
-
-
-
-
-
-
- 外部单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 单据日期
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 单据状态
-
-
-
-
- {{formobj.billState}}
-
-
-
-
-
-
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/storageage/storageage.vue b/src/views/storageage/storageage.vue
deleted file mode 100644
index e51c993..0000000
--- a/src/views/storageage/storageage.vue
+++ /dev/null
@@ -1,236 +0,0 @@
-
-
-
-
-
-
-
-
-
{{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/system/dictManage/dictCommon.vue b/src/views/system/dictManage/dictCommon.vue
new file mode 100644
index 0000000..81e58fc
--- /dev/null
+++ b/src/views/system/dictManage/dictCommon.vue
@@ -0,0 +1,248 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+
+
+ 删除
+
+
+ 映射
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 字典分类编码 |
+
+ {{ form.dictType }}
+ |
+
+
+ 数据分组 |
+
+
+ |
+
+
+ 数据key |
+
+
+ |
+
+
+ 数据value |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/dictManage/dictManage.vue b/src/views/system/dictManage/dictManage.vue
new file mode 100644
index 0000000..f325967
--- /dev/null
+++ b/src/views/system/dictManage/dictManage.vue
@@ -0,0 +1,200 @@
+
+
+
+
+
+
+
+
+
+
+ 管理
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 数据字典code |
+
+
+ |
+
+
+ 数据分类名称 |
+
+
+ |
+
+
+ 说明 |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/dictManage/dictMap.vue b/src/views/system/dictManage/dictMap.vue
new file mode 100644
index 0000000..ede63bc
--- /dev/null
+++ b/src/views/system/dictManage/dictMap.vue
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+
[{{ dictionariesKey }}+{{dictionariesValue}}]映射列表
+
添加
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/logManage/logManage.vue b/src/views/system/logManage/logManage.vue
new file mode 100644
index 0000000..ab23366
--- /dev/null
+++ b/src/views/system/logManage/logManage.vue
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/menuManage/menuManage.vue b/src/views/system/menuManage/menuManage.vue
new file mode 100644
index 0000000..d350f22
--- /dev/null
+++ b/src/views/system/menuManage/menuManage.vue
@@ -0,0 +1,572 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
菜单列表
+
+
+
+
+
+
+ 添加子菜单
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 资源名称 |
+
+
+ |
+
+
+ 菜单名称 |
+
+
+ |
+
+
+ 菜单路由 |
+
+
+ |
+
+
+ 菜单图片路径 |
+
+
+ |
+
+
+ 前端页面名称 |
+
+
+ |
+
+
+ 前端页面路径 |
+
+
+ |
+
+
+ 是否可见 |
+
+
+ 否
+ 是
+
+ |
+
+
+ 排序号 |
+
+
+ |
+
+
+ 备注 |
+
+
+ |
+
+
+
+ 保 存
+ 关 闭
+
+
+
+
+
+
+
+
+
+
+ 资源名称 |
+
+
+ |
+
+
+ 菜单名称 |
+
+
+ |
+
+
+ 菜单路由 |
+
+
+ |
+
+
+ 菜单图片路径 |
+
+
+ |
+
+
+ 前端页面名称 |
+
+
+ |
+
+
+ 前端页面路径 |
+
+
+ |
+
+
+ 是否可见 |
+
+
+ 否
+ 是
+
+ |
+
+
+ 排序号 |
+
+
+ |
+
+
+ 备注 |
+
+
+ |
+
+
+
+ 保存
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/organizationManage/organizationManage.vue b/src/views/system/organizationManage/organizationManage.vue
new file mode 100644
index 0000000..e9b5159
--- /dev/null
+++ b/src/views/system/organizationManage/organizationManage.vue
@@ -0,0 +1,660 @@
+
+
+
+
+
+ {{ node.label || $store.getters.userInfo.Orgname }}
+
+
+ append(data)" icon="el-icon-circle-plus-outline">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 组织名称 |
+
+
+ |
+ 组织编码 |
+
+
+ |
+
+
+ 主管人员 |
+
+
+
+
+ |
+ 分管人员 |
+
+
+
+
+ |
+
+
+ 组织简称 |
+
+
+ |
+
+
+ 管理层级 |
+
+
+
+
+ |
+ 其他编码 |
+
+
+ |
+
+
+ 组织地址 |
+
+
+ |
+ 组织属性 |
+
+
+
+
+ |
+
+
+ 组织联系人 |
+
+
+ |
+
+ 联系电话 |
+
+
+ |
+
+
+ 是否独立法人 |
+
+ 是
+ 否
+ |
+ 排序号 |
+
+
+ |
+
+
+
+ 保 存
+ 返 回
+
+
+
+
+
+
+
+
+
+ 编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+ - {{ ewmForm.departmentName }}
+
+
+
+
+
+
+
+
+
+
+ 组织名称 |
+
+
+ |
+ 组织编码 |
+
+
+ |
+
+
+ 主管人员 |
+
+
+
+
+ |
+ 分管人员 |
+
+
+
+
+ |
+
+
+ 组织简称 |
+
+
+ |
+
+
+ 管理层级 |
+
+
+
+
+ |
+ 其他编码 |
+
+
+ |
+
+
+ 组织地址 |
+
+
+ |
+ 组织属性 |
+
+
+
+
+ |
+
+
+ 组织联系人 |
+
+
+ |
+ 联系电话 |
+
+
+ |
+
+
+ 是否独立法人 |
+
+ 是
+ 否
+ |
+ 排序号 |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/postManage/postManage.vue b/src/views/system/postManage/postManage.vue
new file mode 100644
index 0000000..326961d
--- /dev/null
+++ b/src/views/system/postManage/postManage.vue
@@ -0,0 +1,505 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上级岗位 |
+
+
+
+
+
+ |
+
+
+ 岗位名称 |
+
+
+ |
+
+
+ 岗位职级 |
+
+
+
+
+
+ |
+
+
+ 岗位编码 |
+
+
+ |
+
+
+
+
+
+ 保 存
+ 关 闭
+
+
+
+
+
+
+
+
+
+ 上级岗位 |
+
+
+
+
+
+ |
+
+
+ 岗位名称 |
+
+
+ |
+
+
+ 岗位职级 |
+
+
+
+
+
+ |
+
+
+ 岗位编码 |
+
+
+ |
+
+
+
+
+
+ 保 存
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/roleAdminister/roleAdminister.vue b/src/views/system/roleAdminister/roleAdminister.vue
new file mode 100644
index 0000000..3a9086c
--- /dev/null
+++ b/src/views/system/roleAdminister/roleAdminister.vue
@@ -0,0 +1,977 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 角色授权
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 角色名称 |
+
+
+ |
+
+
+ 编码 |
+
+
+ |
+
+
+
+ 排序 |
+
+
+ |
+
+
+ 备注 |
+
+
+ |
+
+
+
+ 保 存
+ 关 闭
+
+
+
+
+
+
+ 角色名称 |
+
+
+ |
+
+
+ 可操作资源列表 |
+
+
+
+ |
+
+
+
+ 保 存
+ 关 闭
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 角色名称 |
+
+
+ |
+
+
+ 可操作菜单列表 |
+
+
+
+
+
+ |
+
+
+
+ 保 存
+ 关 闭
+
+
+
+
+
+
+
+
+ 角色名称 |
+
+
+ |
+
+
+ 可操作菜单列表 |
+
+
+
+
+
+ |
+
+
+
+ 保 存
+ 关 闭
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 角色名称 |
+
+
+ |
+
+
+ 编码 |
+
+
+ |
+
+
+
+ 排序 |
+
+
+ |
+
+
+ 备注 |
+
+
+ |
+
+
+
+ 保 存
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/userManage/userManage.vue b/src/views/system/userManage/userManage.vue
new file mode 100644
index 0000000..37d826e
--- /dev/null
+++ b/src/views/system/userManage/userManage.vue
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/userManage/userManageAdd.vue b/src/views/system/userManage/userManageAdd.vue
new file mode 100644
index 0000000..7899d82
--- /dev/null
+++ b/src/views/system/userManage/userManageAdd.vue
@@ -0,0 +1,264 @@
+
+
+
+
+
+ 姓名 |
+
+
+ |
+
+
+ 用户类型 |
+
+
+
+
+
+ |
+
+
+ 部门 |
+
+
+
+
+
+
+
+ |
+
+
+ 岗位 |
+
+
+
+
+
+
+ |
+
+
+ 手机号码 |
+
+
+ |
+
+
+ 手机验证码 |
+
+
+ 获取验证码
+ {{phoneCodeCount}} s
+
+
+ |
+
+
+
+ 保 存
+
+
+
+
+
+
+
+
+
diff --git a/src/views/system/userManage/userManageList.vue b/src/views/system/userManage/userManageList.vue
new file mode 100644
index 0000000..ce96a96
--- /dev/null
+++ b/src/views/system/userManage/userManageList.vue
@@ -0,0 +1,504 @@
+
+
+
+
+
+
+
+
+
+
+ 设置角色
+
+
+ 初始化密码
+
+
+
+
+
+
+
+ {{ scope.row.userName }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 姓名 |
+
+
+ |
+
+
+ 用户类型 |
+
+
+
+
+
+ |
+
+
+
+
+ 手机号码 |
+
+
+ |
+
+
+
+
+ 保 存
+ 关 闭
+
+
+
+
+
+
+
+
diff --git a/src/views/upShelf/index.vue b/src/views/upShelf/index.vue
deleted file mode 100644
index 81c3228..0000000
--- a/src/views/upShelf/index.vue
+++ /dev/null
@@ -1,333 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/upShelf/upShelfAdd.vue b/src/views/upShelf/upShelfAdd.vue
deleted file mode 100644
index dfbefc2..0000000
--- a/src/views/upShelf/upShelfAdd.vue
+++ /dev/null
@@ -1,412 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
-
- 制单人姓名
-
-
-
-
-
-
-
-
-
-
-
-
- 外部单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 单据日期
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 单据状态
-
-
-
-
- {{formobj.billState}}
-
-
-
-
-
-
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/upShelf/upShelfInfo.vue b/src/views/upShelf/upShelfInfo.vue
deleted file mode 100644
index 7d8238b..0000000
--- a/src/views/upShelf/upShelfInfo.vue
+++ /dev/null
@@ -1,220 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
-
- 制单人姓名
-
-
-
-
- {{formobj.createByName}}
-
-
-
-
-
-
-
- 来源单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 单据日期
-
-
-
-
- {{formobj.createTime}}
-
-
-
-
-
-
-
-
- 单据状态
-
-
-
-
- {{formobj.billState}}
-
-
-
-
-
- 备注
-
-
-
-
- {{formobj.remarks}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/allocation/allocationAdd.vue b/src/views/warehouse/allocation/allocationAdd.vue
deleted file mode 100644
index b375c94..0000000
--- a/src/views/warehouse/allocation/allocationAdd.vue
+++ /dev/null
@@ -1,470 +0,0 @@
-
-
-
-
-
-
-
-
-
- 调出门店:
-
-
-
-
-
-
- 调入门店:
-
-
-
-
-
-
-
-
-
-
商品列表
-
单号:{{formobj.billNo}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 调拨数量:{{ totalQuantity }} , 调拨金额:{{ materialCost }}
-
-
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/allocation/index.vue b/src/views/warehouse/allocation/index.vue
deleted file mode 100644
index 611a9cc..0000000
--- a/src/views/warehouse/allocation/index.vue
+++ /dev/null
@@ -1,324 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/distribution/distributionAdd.vue b/src/views/warehouse/distribution/distributionAdd.vue
deleted file mode 100644
index 27948e1..0000000
--- a/src/views/warehouse/distribution/distributionAdd.vue
+++ /dev/null
@@ -1,317 +0,0 @@
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
- 制单人姓名
-
-
-
-
-
-
-
-
-
-
-
- 外部单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 单据日期
-
-
-
-
-
-
-
-
-
-
-
-
-
- 单据状态
-
-
-
-
- {{formobj.billState}}
-
-
-
-
-
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/distribution/distributionInfo.vue b/src/views/warehouse/distribution/distributionInfo.vue
deleted file mode 100644
index 4531168..0000000
--- a/src/views/warehouse/distribution/distributionInfo.vue
+++ /dev/null
@@ -1,218 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
-
- 制单人姓名
-
-
-
-
- {{formobj.createByName}}
-
-
-
-
-
-
-
- 外部单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 单据日期
-
-
-
-
- {{formobj.createTime}}
-
-
-
-
-
-
-
- 单据状态
-
-
-
-
- {{formobj.billState}}
-
-
-
-
-
- 备注
-
-
-
-
-
- {{formobj.remarks}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/distribution/index.vue b/src/views/warehouse/distribution/index.vue
deleted file mode 100644
index 9184431..0000000
--- a/src/views/warehouse/distribution/index.vue
+++ /dev/null
@@ -1,354 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 办理
- 查看
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/inOutStorage/index.vue b/src/views/warehouse/inOutStorage/index.vue
deleted file mode 100644
index 64b722c..0000000
--- a/src/views/warehouse/inOutStorage/index.vue
+++ /dev/null
@@ -1,396 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/inStorage/inStorageAdd.vue b/src/views/warehouse/inStorage/inStorageAdd.vue
deleted file mode 100644
index 439ca7f..0000000
--- a/src/views/warehouse/inStorage/inStorageAdd.vue
+++ /dev/null
@@ -1,1143 +0,0 @@
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
- 制单人姓名
-
-
-
-
-
-
-
-
-
-
-
- 外部单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 单据日期
-
-
-
-
-
-
-
-
-
-
-
-
-
- 业务类型
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 供应商
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 到货日期
-
-
-
-
-
-
-
-
-
-
-
-
- 单据状态
-
-
-
-
- {{formobj.billState}}
-
-
-
-
-
-
-
-
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 操作
-
-
- 删除
- 批次+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 需要
- 不需要
-
-
-
-
-
-
- 合格
- 不合格
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/inStorage/inStorageInfo.vue b/src/views/warehouse/inStorage/inStorageInfo.vue
deleted file mode 100644
index f59c5ed..0000000
--- a/src/views/warehouse/inStorage/inStorageInfo.vue
+++ /dev/null
@@ -1,308 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
-
- 制单人姓名
-
-
-
-
- {{formobj.createByName}}
-
-
-
-
-
-
-
- 外部单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 单据日期
-
-
-
-
- {{formobj.createTime}}
-
-
-
-
-
-
-
- 业务类型
-
-
-
-
- {{formobj.busTypeValue}}
-
-
-
-
-
- 供应商
-
-
-
-
- {{formobj.supplierName}}
-
-
-
-
-
-
-
-
- 到货日期
-
-
-
-
- {{formobj.deliveryDate}}
-
-
-
-
-
-
- 单据状态
-
-
-
-
- {{formobj.billState}}
-
-
-
-
-
-
-
-
- 备注
-
-
-
-
-
- {{formobj.remarks}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 需要
- 不需要
-
-
-
-
-
-
- 合格
- 不合格
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/inStorage/index.vue b/src/views/warehouse/inStorage/index.vue
deleted file mode 100644
index 60032f9..0000000
--- a/src/views/warehouse/inStorage/index.vue
+++ /dev/null
@@ -1,241 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/inventory/index.vue b/src/views/warehouse/inventory/index.vue
deleted file mode 100644
index 3575ebe..0000000
--- a/src/views/warehouse/inventory/index.vue
+++ /dev/null
@@ -1,326 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 出入库
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/inventory/inventoryInfo.vue b/src/views/warehouse/inventory/inventoryInfo.vue
deleted file mode 100644
index d5a9fda..0000000
--- a/src/views/warehouse/inventory/inventoryInfo.vue
+++ /dev/null
@@ -1,142 +0,0 @@
-
-
-
-
-
-
-
-
- {{formobj.info}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/oldPartsCope/index.vue b/src/views/warehouse/oldPartsCope/index.vue
deleted file mode 100644
index da412e8..0000000
--- a/src/views/warehouse/oldPartsCope/index.vue
+++ /dev/null
@@ -1,323 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 办理
- 查看
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/oldPartsCope/oldPartsCopeAdd.vue b/src/views/warehouse/oldPartsCope/oldPartsCopeAdd.vue
deleted file mode 100644
index a8427de..0000000
--- a/src/views/warehouse/oldPartsCope/oldPartsCopeAdd.vue
+++ /dev/null
@@ -1,595 +0,0 @@
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
- 申请日期
-
-
-
-
-
-
-
-
-
-
-
-
- 申请人
-
-
-
-
- {{formobj.createByName}}
-
-
-
-
- 申请部门
-
-
-
-
- {{formobj.createDeptName}}
-
-
-
-
-
-
-
- 处理方式
-
-
-
-
-
-
-
-
-
-
-
-
- 处理原因
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
- 附件
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
- 重置
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 确认
- 关闭
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/oldPartsCope/oldPartsCopeInfo.vue b/src/views/warehouse/oldPartsCope/oldPartsCopeInfo.vue
deleted file mode 100644
index 02b4e61..0000000
--- a/src/views/warehouse/oldPartsCope/oldPartsCopeInfo.vue
+++ /dev/null
@@ -1,296 +0,0 @@
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
- 申请日期
-
-
-
-
- {{formobj.createTime}}
-
-
-
-
-
-
- 申请人
-
-
-
-
- {{formobj.createByName}}
-
-
-
-
- 申请部门
-
-
-
-
- {{formobj.createDeptName}}
-
-
-
-
-
-
-
- 处理方式
-
-
-
-
- {{formobj.handleModeValue}}
-
-
-
-
- 处理原因
-
-
-
-
- {{formobj.handleReasonValue}}
-
-
-
-
-
-
- 备注
-
-
-
-
- {{formobj.remarks}}
-
-
-
-
-
-
-
- 附件
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/oldPartsFactory/index.vue b/src/views/warehouse/oldPartsFactory/index.vue
deleted file mode 100644
index 37d607e..0000000
--- a/src/views/warehouse/oldPartsFactory/index.vue
+++ /dev/null
@@ -1,425 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 办理
- 查看
-
-
-
-
-
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
- {{ scope.row.confirmResult }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 返件数量确认
-
-
-
-
-
- 一致
- 不一致
-
-
-
-
-
-
-
- 备注
-
-
-
-
- {{orderInfo.remarks}}
-
-
-
-
-
-
- 附件
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/oldPartsFactory/oldPartsFactoryAdd.vue b/src/views/warehouse/oldPartsFactory/oldPartsFactoryAdd.vue
deleted file mode 100644
index be9f297..0000000
--- a/src/views/warehouse/oldPartsFactory/oldPartsFactoryAdd.vue
+++ /dev/null
@@ -1,575 +0,0 @@
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
- 申请人
-
-
-
-
- {{formobj.createByName}}
-
-
-
-
-
-
- 分公司
-
-
-
-
- {{formobj.useOrgName}}
-
-
-
-
- 申请部门
-
-
-
-
- {{formobj.createDeptName}}
-
-
-
-
-
-
- 申请日期
-
-
-
-
-
-
-
-
-
-
- 流程状态
-
-
-
-
- {{formobj.nodeState}}
-
-
-
-
-
-
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
-
- 附件
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 下载导入厂家返厂明细模板
-
-
-
-
- 选取文件
- 上传
-
-
-
-
文件上传结果
-
- {{ uploadResultMesssage }}
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/oldPartsFactory/oldPartsFactoryInfo.vue b/src/views/warehouse/oldPartsFactory/oldPartsFactoryInfo.vue
deleted file mode 100644
index 1b32cf6..0000000
--- a/src/views/warehouse/oldPartsFactory/oldPartsFactoryInfo.vue
+++ /dev/null
@@ -1,249 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
-
- 申请人
-
-
-
-
- {{formobj.createByName}}
-
-
-
-
-
-
-
- 分公司
-
-
-
-
- {{formobj.useOrgName}}
-
-
-
-
-
- 申请部门
-
-
-
-
- {{formobj.createDeptName}}
-
-
-
-
-
-
-
- 申请日期
-
-
-
-
- {{formobj.createTime}}
-
-
-
-
-
- 流程状态
-
-
-
-
- {{formobj.nodeState}}
-
-
-
-
-
-
-
- 备注
-
-
-
-
-
- {{formobj.remarks}}
-
-
-
-
-
-
-
-
- 附件
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/oldPartsInAndOutStorage/index.vue b/src/views/warehouse/oldPartsInAndOutStorage/index.vue
deleted file mode 100644
index 4e7a95b..0000000
--- a/src/views/warehouse/oldPartsInAndOutStorage/index.vue
+++ /dev/null
@@ -1,438 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/oldPartsInStorage/index.vue b/src/views/warehouse/oldPartsInStorage/index.vue
deleted file mode 100644
index 18af288..0000000
--- a/src/views/warehouse/oldPartsInStorage/index.vue
+++ /dev/null
@@ -1,329 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/oldPartsInStorage/oldPartsInStorageAdd.vue b/src/views/warehouse/oldPartsInStorage/oldPartsInStorageAdd.vue
deleted file mode 100644
index 4043457..0000000
--- a/src/views/warehouse/oldPartsInStorage/oldPartsInStorageAdd.vue
+++ /dev/null
@@ -1,335 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 维修工单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 商品名称
-
-
-
-
- {{formobj.goodsSpuName}}
-
-
-
-
-
-
-
- 商品编码
-
-
-
-
- {{formobj.goodsSkuCode}}
-
-
-
-
-
- 车架号
-
-
-
-
- {{formobj.vinNo}}
-
-
-
-
-
-
-
- 厂家
-
-
-
-
- {{formobj.manufacturerName}}
-
-
-
-
-
- 规格
-
-
-
-
- {{formobj.goodsSkuOwnSpec}}
-
-
-
-
-
-
-
- 仓库
-
-
-
-
- {{formobj.warehouseName}}
-
-
-
-
-
- 库位
-
-
-
-
- {{formobj.warehouseRackCode}}
-
-
-
-
-
-
-
- 单位
-
-
-
-
- {{formobj.unit}}
-
-
-
-
-
- 未入库数量
-
-
-
-
- {{formobj.notInCount}}
-
-
-
-
-
-
-
-
-
- 入库数量
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/oldPartsInvertory/index.vue b/src/views/warehouse/oldPartsInvertory/index.vue
deleted file mode 100644
index 984f42d..0000000
--- a/src/views/warehouse/oldPartsInvertory/index.vue
+++ /dev/null
@@ -1,432 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/oldPartsInvertory/oldPartsInvertoryInfo.vue b/src/views/warehouse/oldPartsInvertory/oldPartsInvertoryInfo.vue
deleted file mode 100644
index 525c794..0000000
--- a/src/views/warehouse/oldPartsInvertory/oldPartsInvertoryInfo.vue
+++ /dev/null
@@ -1,221 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 商品名称
-
-
-
-
- {{formobj.goodsSpuName}}
-
-
-
-
-
- 商品编码
-
-
-
-
- {{formobj.goodsSkuCode}}
-
-
-
-
-
-
-
- 车架号
-
-
-
-
- {{formobj.vinNo}}
-
-
-
-
-
- 厂家
-
-
-
-
- {{formobj.manufacturerName}}
-
-
-
-
-
-
-
- 仓库
-
-
-
-
- {{formobj.warehouseName}}
-
-
-
-
-
- 库位
-
-
-
-
- {{formobj.warehouseRackCode}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/oldPartsRecovery/index.vue b/src/views/warehouse/oldPartsRecovery/index.vue
deleted file mode 100644
index 00dc383..0000000
--- a/src/views/warehouse/oldPartsRecovery/index.vue
+++ /dev/null
@@ -1,402 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.billNo }}
-
-
-
-
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 维修工单编号
-
-
-
-
- {{orderInfo.billNo}}
-
-
-
-
-
-
- 旧件回收说明
-
-
-
-
-
-
-
-
-
-
-
- 旧件照片
-
-
-
-
-
-
-
-
-
-
-
- 确 定
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/oldPartsRecovery/oldPartsRecoveryAdd.vue b/src/views/warehouse/oldPartsRecovery/oldPartsRecoveryAdd.vue
deleted file mode 100644
index 641e13e..0000000
--- a/src/views/warehouse/oldPartsRecovery/oldPartsRecoveryAdd.vue
+++ /dev/null
@@ -1,555 +0,0 @@
-
-
-
-
-
-
-
-
-
- 维修工单编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
- 申请人
-
-
-
-
- {{formobj.createByName}}
-
-
-
-
-
-
- 分公司
-
-
-
-
- {{formobj.useOrgName}}
-
-
-
-
- 申请部门
-
-
-
-
- {{formobj.createDeptName}}
-
-
-
-
-
-
- 申请日期
-
-
-
-
-
-
-
-
-
-
- 流程状态
-
-
-
-
- {{formobj.nodeState}}
-
-
-
-
-
-
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
-
- 附件
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 下载导入厂家返厂明细模板
-
-
-
-
- 选取文件
- 上传
-
-
-
-
文件上传结果
-
- {{ uploadResultMesssage }}
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/oldPartsRecovery/oldPartsRecoveryInfo.vue b/src/views/warehouse/oldPartsRecovery/oldPartsRecoveryInfo.vue
deleted file mode 100644
index f68ce6a..0000000
--- a/src/views/warehouse/oldPartsRecovery/oldPartsRecoveryInfo.vue
+++ /dev/null
@@ -1,227 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 维修工单编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
-
- 申请人
-
-
-
-
- {{formobj.billTime}}
-
-
-
-
-
-
-
- 客户名称
-
-
-
-
- {{formobj.customerName}}
-
-
-
-
-
- 车牌号
-
-
-
-
- {{formobj.vehMark}}
-
-
-
-
-
-
-
- 车架号
-
-
-
-
- {{formobj.vinNo}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 旧件回收说明
-
-
-
-
-
- {{formobj.shortss}}
-
-
-
-
-
-
-
-
- 旧件照片
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/outStorage/distributionAdd.vue b/src/views/warehouse/outStorage/distributionAdd.vue
deleted file mode 100644
index ed2430b..0000000
--- a/src/views/warehouse/outStorage/distributionAdd.vue
+++ /dev/null
@@ -1,291 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
-
- 制单人姓名
-
-
-
-
- {{formobj.createByName}}
-
-
-
-
-
-
-
- 外部单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 单据日期
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 单据状态
-
-
-
-
- {{formobj.billState}}
-
-
-
-
-
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/outStorage/index.vue b/src/views/warehouse/outStorage/index.vue
deleted file mode 100644
index 8689774..0000000
--- a/src/views/warehouse/outStorage/index.vue
+++ /dev/null
@@ -1,335 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查看
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/outStorage/outStorageAdd.vue b/src/views/warehouse/outStorage/outStorageAdd.vue
deleted file mode 100644
index 2e88be7..0000000
--- a/src/views/warehouse/outStorage/outStorageAdd.vue
+++ /dev/null
@@ -1,529 +0,0 @@
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
- 制单人姓名
-
-
-
-
-
-
-
-
-
-
-
- 外部单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 单据日期
-
-
-
-
-
-
-
-
-
-
-
-
-
- 业务类型
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 单据状态
-
-
-
-
- {{formobj.billState}}
-
-
-
-
-
-
-
-
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/outStorage/outStorageInfo.vue b/src/views/warehouse/outStorage/outStorageInfo.vue
deleted file mode 100644
index 4f7aa1d..0000000
--- a/src/views/warehouse/outStorage/outStorageInfo.vue
+++ /dev/null
@@ -1,231 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 单据编号
-
-
-
-
- {{formobj.billNo}}
-
-
-
-
-
- 制单人姓名
-
-
-
-
- {{formobj.createByName}}
-
-
-
-
-
-
-
- 外部单号
-
-
-
-
- {{formobj.sourceBillNo}}
-
-
-
-
-
- 单据日期
-
-
-
-
- {{formobj.createTime}}
-
-
-
-
-
-
-
- 业务类型
-
-
-
-
- {{formobj.busTypeValue}}
-
-
-
-
-
-
- 单据状态
-
-
-
-
- {{formobj.billState}}
-
-
-
-
-
-
-
-
- 备注
-
-
-
-
-
- {{formobj.remarks}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/reservationInStorage/index.vue b/src/views/warehouse/reservationInStorage/index.vue
deleted file mode 100644
index 89cb6f7..0000000
--- a/src/views/warehouse/reservationInStorage/index.vue
+++ /dev/null
@@ -1,511 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- 商品明细
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 商品名称
-
-
-
-
- {{formobj.goodsName}}
-
-
-
-
- 商品编码
-
-
-
-
- {{formobj.goodsCode}}
-
-
-
-
-
-
-
- 商品条码
-
-
-
-
- {{formobj.barCode}}
-
-
-
-
- 商品单位
-
-
-
-
- {{formobj.unit}}
-
-
-
-
-
-
-
- 商品规格
-
-
-
-
- {{formobj.skuCode}}
-
-
-
-
- 商品单价
-
-
-
-
- {{formobj.price}}
-
-
-
-
-
-
-
- 预约数量
-
-
-
-
- {{formobj.appointmentQuantity}}
-
-
-
-
- 实际数量
-
-
-
-
- {{formobj.actualQuantity}}
-
-
-
-
-
-
-
- 预约金额
-
-
-
-
- {{formobj.appointmentAmount}}
-
-
-
-
- 实际金额
-
-
-
-
- {{formobj.actualAmount}}
-
-
-
-
-
-
-
- 运费
-
-
-
-
- {{formobj.freight}}
-
-
-
-
- 备注
-
-
-
-
- {{formobj.remarks}}
-
-
-
-
-
-
-
-
- 关 闭
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/stocktaking/index.vue b/src/views/warehouse/stocktaking/index.vue
deleted file mode 100644
index b0562ee..0000000
--- a/src/views/warehouse/stocktaking/index.vue
+++ /dev/null
@@ -1,322 +0,0 @@
-
-
-
-
-
-
-
- {{ searchxianshitit }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/warehouse/stocktaking/stocktakingAdd.vue b/src/views/warehouse/stocktaking/stocktakingAdd.vue
deleted file mode 100644
index 2466f62..0000000
--- a/src/views/warehouse/stocktaking/stocktakingAdd.vue
+++ /dev/null
@@ -1,412 +0,0 @@
-
-
-
-
-
-
-
-
商品列表
-
单号:{{formobj.billNo}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 盘盈数量:{{ profitandNumber }} , 盘盈金额:{{ profitandPrice }} , 盘亏数量:{{ lossNumber }} ,
- 盘库金额:{{ lossPrice }}
-
-
- 备注
-
-
-
-
-
-
-
-
-
-
-
-
-
-