diff --git a/yxt-as-ui/src/api/storage/allocationByBranches.js b/yxt-as-ui/src/api/storage/allocationByBranches.js index c00c87bd08..d6f18289a8 100644 --- a/yxt-as-ui/src/api/storage/allocationByBranches.js +++ b/yxt-as-ui/src/api/storage/allocationByBranches.js @@ -114,4 +114,89 @@ export default { }); }, + + + // 流程审批(同意) + complete: function(params) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/complete', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(加签) + delegate: function(params) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/delegate', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(转办) + assignTask: function(params) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/assignTask', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(驳回) + reject: function(params) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/reject', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(终止) + breakProcess: function(params) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/breakProcess', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(撤回) + revokeProcess: function(params) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/revokeProcess', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 审批流程(同意)获取下一环节 + getNextNodesForSubmit: function(data) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/getNextNodesForSubmit', + method: 'get', + params: data + }) + }, + // 审批流程(驳回)获取上一环节 + getPreviousNodesForReject: function(data) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/getPreviousNodesForReject', + method: 'get', + params: data + }) + }, + } diff --git a/yxt-as-ui/src/api/storage/allocationByGroup.js b/yxt-as-ui/src/api/storage/allocationByGroup.js index c00c87bd08..e877af74dc 100644 --- a/yxt-as-ui/src/api/storage/allocationByGroup.js +++ b/yxt-as-ui/src/api/storage/allocationByGroup.js @@ -114,4 +114,88 @@ export default { }); }, + + // 流程审批(同意) + complete: function(params) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/complete', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(加签) + delegate: function(params) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/delegate', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(转办) + assignTask: function(params) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/assignTask', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(驳回) + reject: function(params) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/reject', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(终止) + breakProcess: function(params) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/breakProcess', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(撤回) + revokeProcess: function(params) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/revokeProcess', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 审批流程(同意)获取下一环节 + getNextNodesForSubmit: function(data) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/getNextNodesForSubmit', + method: 'get', + params: data + }) + }, + // 审批流程(驳回)获取上一环节 + getPreviousNodesForReject: function(data) { + return request({ + url: '/wms/apiadmin/inventory/wmsinventoryallocatebill/getPreviousNodesForReject', + method: 'get', + params: data + }) + }, + } diff --git a/yxt-as-ui/src/api/storage/oldPartsCope.js b/yxt-as-ui/src/api/storage/oldPartsCope.js index 4ec665bd6f..33160a1a7d 100644 --- a/yxt-as-ui/src/api/storage/oldPartsCope.js +++ b/yxt-as-ui/src/api/storage/oldPartsCope.js @@ -69,4 +69,80 @@ export default { } }) }, + + + + // 流程审批(同意) + complete: function(params) { + return request({ + url: '/as/v1/asoldparthandleapply/complete', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(加签) + delegate: function(params) { + return request({ + url: '/as/v1/asoldparthandleapply/delegate', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(驳回) + reject: function(params) { + return request({ + url: '/as/v1/asoldparthandleapply/reject', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(终止) + breakProcess: function(params) { + return request({ + url: '/as/v1/asoldparthandleapply/breakProcess', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(撤回) + revokeProcess: function(params) { + return request({ + url: '/as/v1/asoldparthandleapply/revokeProcess', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 审批流程(同意)获取下一环节 + getNextNodesForSubmit: function(data) { + return request({ + url: '/as/v1/asoldparthandleapply/getNextNodesForSubmit', + method: 'get', + params: data + }) + }, + // 审批流程(驳回)获取上一环节 + getPreviousNodesForReject: function(data) { + return request({ + url: '/as/v1/asoldparthandleapply/getPreviousNodesForReject', + method: 'get', + params: data + }) + }, + + } diff --git a/yxt-as-ui/src/api/storage/oldpPartStocktakingLoss.js b/yxt-as-ui/src/api/storage/oldpPartStocktakingLoss.js index 22eaad6558..a72e67030c 100644 --- a/yxt-as-ui/src/api/storage/oldpPartStocktakingLoss.js +++ b/yxt-as-ui/src/api/storage/oldpPartStocktakingLoss.js @@ -93,4 +93,77 @@ export default { }, + // 流程审批(同意) + complete: function(params) { + return request({ + url: '/wms/v1/wmsinventoryloss/complete', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(加签) + delegate: function(params) { + return request({ + url: '/wms/v1/wmsinventoryloss/delegate', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(驳回) + reject: function(params) { + return request({ + url: '/wms/v1/wmsinventoryloss/reject', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(终止) + breakProcess: function(params) { + return request({ + url: '/wms/v1/wmsinventoryloss/breakProcess', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(撤回) + revokeProcess: function(params) { + return request({ + url: '/wms/v1/wmsinventoryloss/revokeProcess', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 审批流程(同意)获取下一环节 + getNextNodesForSubmit: function(data) { + return request({ + url: '/wms/v1/wmsinventoryloss/getNextNodesForSubmit', + method: 'get', + params: data + }) + }, + // 审批流程(驳回)获取上一环节 + getPreviousNodesForReject: function(data) { + return request({ + url: '/wms/v1/wmsinventoryloss/getPreviousNodesForReject', + method: 'get', + params: data + }) + }, + + } diff --git a/yxt-as-ui/src/api/storage/oldpPartStocktakingSurplus.js b/yxt-as-ui/src/api/storage/oldpPartStocktakingSurplus.js index 2400f58ab7..9bc69c69cc 100644 --- a/yxt-as-ui/src/api/storage/oldpPartStocktakingSurplus.js +++ b/yxt-as-ui/src/api/storage/oldpPartStocktakingSurplus.js @@ -91,4 +91,77 @@ export default { }, + // 流程审批(同意) + complete: function(params) { + return request({ + url: '/wms/v1/wmsinventorysurplus/complete', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(加签) + delegate: function(params) { + return request({ + url: '/wms/v1/wmsinventorysurplus/delegate', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(驳回) + reject: function(params) { + return request({ + url: '/wms/v1/wmsinventorysurplus/reject', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(终止) + breakProcess: function(params) { + return request({ + url: '/wms/v1/wmsinventorysurplus/breakProcess', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(撤回) + revokeProcess: function(params) { + return request({ + url: '/wms/v1/wmsinventorysurplus/revokeProcess', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 审批流程(同意)获取下一环节 + getNextNodesForSubmit: function(data) { + return request({ + url: '/wms/v1/wmsinventorysurplus/getNextNodesForSubmit', + method: 'get', + params: data + }) + }, + // 审批流程(驳回)获取上一环节 + getPreviousNodesForReject: function(data) { + return request({ + url: '/wms/v1/wmsinventorysurplus/getPreviousNodesForReject', + method: 'get', + params: data + }) + }, + + } diff --git a/yxt-as-ui/src/api/storage/stocktakingLoss.js b/yxt-as-ui/src/api/storage/stocktakingLoss.js index 22eaad6558..b394f1bc64 100644 --- a/yxt-as-ui/src/api/storage/stocktakingLoss.js +++ b/yxt-as-ui/src/api/storage/stocktakingLoss.js @@ -93,4 +93,78 @@ export default { }, + + // 流程审批(同意) + complete: function(params) { + return request({ + url: '/wms/v1/wmsinventoryloss/complete', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(加签) + delegate: function(params) { + return request({ + url: '/wms/v1/wmsinventoryloss/delegate', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(驳回) + reject: function(params) { + return request({ + url: '/wms/v1/wmsinventoryloss/reject', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(终止) + breakProcess: function(params) { + return request({ + url: '/wms/v1/wmsinventoryloss/breakProcess', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(撤回) + revokeProcess: function(params) { + return request({ + url: '/wms/v1/wmsinventoryloss/revokeProcess', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 审批流程(同意)获取下一环节 + getNextNodesForSubmit: function(data) { + return request({ + url: '/wms/v1/wmsinventoryloss/getNextNodesForSubmit', + method: 'get', + params: data + }) + }, + // 审批流程(驳回)获取上一环节 + getPreviousNodesForReject: function(data) { + return request({ + url: '/wms/v1/wmsinventoryloss/getPreviousNodesForReject', + method: 'get', + params: data + }) + }, + + } diff --git a/yxt-as-ui/src/api/storage/stocktakingSurplus.js b/yxt-as-ui/src/api/storage/stocktakingSurplus.js index 2400f58ab7..2793238ad2 100644 --- a/yxt-as-ui/src/api/storage/stocktakingSurplus.js +++ b/yxt-as-ui/src/api/storage/stocktakingSurplus.js @@ -91,4 +91,77 @@ export default { }, + + // 流程审批(同意) + complete: function(params) { + return request({ + url: '/wms/v1/wmsinventorysurplus/complete', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(加签) + delegate: function(params) { + return request({ + url: '/wms/v1/wmsinventorysurplus/delegate', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(驳回) + reject: function(params) { + return request({ + url: '/wms/v1/wmsinventorysurplus/reject', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(终止) + breakProcess: function(params) { + return request({ + url: '/wms/v1/wmsinventorysurplus/breakProcess', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 流程审批(撤回) + revokeProcess: function(params) { + return request({ + url: '/wms/v1/wmsinventorysurplus/revokeProcess', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/json' + } + }) + }, + // 审批流程(同意)获取下一环节 + getNextNodesForSubmit: function(data) { + return request({ + url: '/wms/v1/wmsinventorysurplus/getNextNodesForSubmit', + method: 'get', + params: data + }) + }, + // 审批流程(驳回)获取上一环节 + getPreviousNodesForReject: function(data) { + return request({ + url: '/wms/v1/wmsinventorysurplus/getPreviousNodesForReject', + method: 'get', + params: data + }) + }, + } diff --git a/yxt-as-ui/src/router/index.js b/yxt-as-ui/src/router/index.js index 2ad0b1e7a0..e9393c87e2 100644 --- a/yxt-as-ui/src/router/index.js +++ b/yxt-as-ui/src/router/index.js @@ -1411,6 +1411,171 @@ export const constantRoutes = [{ name: 'OtherOutboundYiBan' }, + // 合作二级站备案申请 -- 编辑 + { + path: '/hezuoerjizhanFlow/secondaryCooperativeStationEdit', + component: () => + import('@/views/workFlow/hezuoerjizhanFlow/secondaryCooperativeStationEdit.vue'), + name: 'SecondaryCooperativeStationEdit' + }, + // 合作二级站备案申请 -- 待办 + { + path: '/hezuoerjizhanFlow/secondaryCooperativeStationDaiBan', + component: () => + import('@/views/workFlow/hezuoerjizhanFlow/secondaryCooperativeStationDaiBan.vue'), + name: 'SecondaryCooperativeStationDaiBan' + }, + // 合作二级站备案申请 -- 已办 + { + path: '/hezuoerjizhanFlow/secondaryCooperativeStationYiBan', + component: () => + import('@/views/workFlow/hezuoerjizhanFlow/secondaryCooperativeStationYiBan.vue'), + name: 'SecondaryCooperativeStationYiBan' + }, + + + // 旧件处理申请 -- 编辑 + { + path: '/oldPartsCopeFlow/oldPartsCopeEdit', + component: () => + import('@/views/workFlow/oldPartsCopeFlow/oldPartsCopeEdit.vue'), + name: 'OldPartsCopeEdit' + }, + // 旧件处理申请 -- 待办 + { + path: '/oldPartsCopeFlow/oldPartsCopeDaiBan', + component: () => + import('@/views/workFlow/oldPartsCopeFlow/oldPartsCopeDaiBan.vue'), + name: 'OldPartsCopeDaiBan' + }, + // 旧件处理申请 -- 已办 + { + path: '/oldPartsCopeFlow/oldPartsCopeYiBan', + component: () => + import('@/views/workFlow/oldPartsCopeFlow/oldPartsCopeYiBan.vue'), + name: 'OldPartsCopeYiBan' + }, + + + // 调拨(一级站内) -- 编辑 + { + path: '/adjustmentFlow/aodjustmentEdit', + component: () => + import('@/views/workFlow/adjustmentFlow/adjustmentEdit.vue'), + name: 'AdjustmentEdit' + }, + // 调拨(一级站内) -- 待办 + { + path: '/adjustmentFlow/adjustmentDaiBan', + component: () => + import('@/views/workFlow/adjustmentFlow/adjustmentDaiBan.vue'), + name: 'AdjustmentDaiBan' + }, + // 调拨(一级站内) -- 已办 + { + path: '/adjustmentFlow/adjustmentYiBan', + component: () => + import('@/views/workFlow/adjustmentFlow/adjustmentYiBan.vue'), + name: 'AdjustmentYiBan' + }, + + + + // 调拨(分公司内) -- 编辑 + { + path: '/allocationByBranchesFlow/allocationByBranchesEdit', + component: () => + import('@/views/workFlow/allocationByBranchesFlow/allocationByBranchesEdit.vue'), + name: 'AllocationByBranchesEdit' + }, + // 调拨(分公司内) -- 待办 + { + path: '/allocationByBranchesFlow/allocationByBranchesDaiBan', + component: () => + import('@/views/workFlow/allocationByBranchesFlow/allocationByBranchesDaiBan.vue'), + name: 'AllocationByBranchesDaiBan' + }, + // 调拨(分公司内) -- 已办 + { + path: '/allocationByBranchesFlow/allocationByBranchesYiBan', + component: () => + import('@/views/workFlow/allocationByBranchesFlow/allocationByBranchesYiBan.vue'), + name: 'AllocationByBranchesYiBan' + }, + + + + // 调拨(集团内) -- 编辑 + { + path: '/allocationByGroupFlow/allocationByGroupEdit', + component: () => + import('@/views/workFlow/allocationByGroupFlow/allocationByGroupEdit.vue'), + name: 'AllocationByGroupEdit' + }, + // 调拨(集团内) -- 待办 + { + path: '/allocationByGroupFlow/allocationByGroupDaiBan', + component: () => + import('@/views/workFlow/allocationByGroupFlow/allocationByGroupDaiBan.vue'), + name: 'AllocationByGroupDaiBan' + }, + // 调拨(集团内) -- 已办 + { + path: '/allocationByGroupFlow/allocationByGroupYiBan', + component: () => + import('@/views/workFlow/allocationByGroupFlow/allocationByGroupYiBan.vue'), + name: 'AllocationByGroupYiBan' + }, + + + + // 盘盈入库 -- 编辑 + { + path: '/stocktakingSurplusFlow/stocktakingSurplusEdit', + component: () => + import('@/views/workFlow/stocktakingSurplusFlow/stocktakingSurplusEdit.vue'), + name: 'StocktakingSurplusEdit' + }, + // 盘盈入库 -- 待办 + { + path: '/stocktakingSurplusFlow/stocktakingSurplusDaiBan', + component: () => + import('@/views/workFlow/stocktakingSurplusFlow/stocktakingSurplusDaiBan.vue'), + name: 'StocktakingSurplusDaiBan' + }, + // 盘盈入库 -- 已办 + { + path: '/stocktakingSurplusFlow/stocktakingSurplusYiBan', + component: () => + import('@/views/workFlow/stocktakingSurplusFlow/stocktakingSurplusYiBan.vue'), + name: 'StocktakingSurplusYiBan' + }, + + + // 盘亏出库 -- 编辑 + { + path: '/stocktakingLossFlow/stocktakingLossEdit', + component: () => + import('@/views/workFlow/stocktakingLossFlow/stocktakingLossEdit.vue'), + name: 'StocktakingLossEdit' + }, + // 盘亏出库 -- 待办 + { + path: '/stocktakingLossFlow/stocktakingLossDaiBan', + component: () => + import('@/views/workFlow/stocktakingLossFlow/stocktakingLossDaiBan.vue'), + name: 'StocktakingLossDaiBan' + }, + // 盘亏出库 -- 已办 + { + path: '/stocktakingLossFlow/stocktakingLossYiBan', + component: () => + import('@/views/workFlow/stocktakingLossFlow/stocktakingLossYiBan.vue'), + name: 'StocktakingLossYiBan' + }, + + + // 404 page must be placed at the end !!! // { path: '*', redirect: '/404', hidden: true } ] diff --git a/yxt-as-ui/src/views/workFlow/adjustmentFlow/adjustmentDaiBan.vue b/yxt-as-ui/src/views/workFlow/adjustmentFlow/adjustmentDaiBan.vue index bb4f727136..0163f230f8 100644 --- a/yxt-as-ui/src/views/workFlow/adjustmentFlow/adjustmentDaiBan.vue +++ b/yxt-as-ui/src/views/workFlow/adjustmentFlow/adjustmentDaiBan.vue @@ -96,7 +96,7 @@ + + diff --git a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesEdit.vue b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesEdit.vue new file mode 100644 index 0000000000..2f945142c6 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesEdit.vue @@ -0,0 +1,584 @@ + + + + + diff --git a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesYiBan.vue b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesYiBan.vue new file mode 100644 index 0000000000..0233e97887 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesYiBan.vue @@ -0,0 +1,226 @@ + + + + + diff --git a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/relation/chooseproducts.vue b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/relation/chooseproducts.vue new file mode 100644 index 0000000000..a56f465ffa --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/relation/chooseproducts.vue @@ -0,0 +1,172 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupDaiBan.vue b/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupDaiBan.vue new file mode 100644 index 0000000000..16b3b7c910 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupDaiBan.vue @@ -0,0 +1,474 @@ + + + + + diff --git a/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupEdit.vue b/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupEdit.vue new file mode 100644 index 0000000000..e6b8c70284 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupEdit.vue @@ -0,0 +1,596 @@ + + + + + diff --git a/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupYiBan.vue b/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupYiBan.vue new file mode 100644 index 0000000000..5387d75568 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/allocationByGroupYiBan.vue @@ -0,0 +1,227 @@ + + + + + diff --git a/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/relation/chooseproducts.vue b/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/relation/chooseproducts.vue new file mode 100644 index 0000000000..a56f465ffa --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/allocationByGroupFlow/relation/chooseproducts.vue @@ -0,0 +1,172 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/allocationFlow/allocationDaiBan.vue b/yxt-as-ui/src/views/workFlow/allocationFlow/allocationDaiBan.vue new file mode 100644 index 0000000000..12bd0759df --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/allocationFlow/allocationDaiBan.vue @@ -0,0 +1,472 @@ + + + + + diff --git a/yxt-as-ui/src/views/workFlow/allocationFlow/allocationEdit.vue b/yxt-as-ui/src/views/workFlow/allocationFlow/allocationEdit.vue new file mode 100644 index 0000000000..954b5881b5 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/allocationFlow/allocationEdit.vue @@ -0,0 +1,617 @@ + + + + + diff --git a/yxt-as-ui/src/views/workFlow/allocationFlow/allocationYiBan.vue b/yxt-as-ui/src/views/workFlow/allocationFlow/allocationYiBan.vue new file mode 100644 index 0000000000..5d6dff2e67 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/allocationFlow/allocationYiBan.vue @@ -0,0 +1,225 @@ + + + + + diff --git a/yxt-as-ui/src/views/workFlow/allocationFlow/relation/chooseproducts.vue b/yxt-as-ui/src/views/workFlow/allocationFlow/relation/chooseproducts.vue new file mode 100644 index 0000000000..a56f465ffa --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/allocationFlow/relation/chooseproducts.vue @@ -0,0 +1,172 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/hezuoerjizhanFlow/secondaryCooperativeStationDaiBan.vue b/yxt-as-ui/src/views/workFlow/hezuoerjizhanFlow/secondaryCooperativeStationDaiBan.vue new file mode 100644 index 0000000000..1e6e738cf8 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/hezuoerjizhanFlow/secondaryCooperativeStationDaiBan.vue @@ -0,0 +1,496 @@ + + + + + diff --git a/yxt-as-ui/src/views/workFlow/hezuoerjizhanFlow/secondaryCooperativeStationEdit.vue b/yxt-as-ui/src/views/workFlow/hezuoerjizhanFlow/secondaryCooperativeStationEdit.vue new file mode 100644 index 0000000000..b24370f5d2 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/hezuoerjizhanFlow/secondaryCooperativeStationEdit.vue @@ -0,0 +1,373 @@ + + + + + diff --git a/yxt-as-ui/src/views/workFlow/hezuoerjizhanFlow/secondaryCooperativeStationYiBan.vue b/yxt-as-ui/src/views/workFlow/hezuoerjizhanFlow/secondaryCooperativeStationYiBan.vue new file mode 100644 index 0000000000..10c163867e --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/hezuoerjizhanFlow/secondaryCooperativeStationYiBan.vue @@ -0,0 +1,244 @@ + + + + + diff --git a/yxt-as-ui/src/views/workFlow/oldPartsCopeFlow/oldPartsCopeDaiBan.vue b/yxt-as-ui/src/views/workFlow/oldPartsCopeFlow/oldPartsCopeDaiBan.vue new file mode 100644 index 0000000000..d1b0abdaca --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/oldPartsCopeFlow/oldPartsCopeDaiBan.vue @@ -0,0 +1,530 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/oldPartsCopeFlow/oldPartsCopeEdit.vue b/yxt-as-ui/src/views/workFlow/oldPartsCopeFlow/oldPartsCopeEdit.vue new file mode 100644 index 0000000000..be58c30c1b --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/oldPartsCopeFlow/oldPartsCopeEdit.vue @@ -0,0 +1,649 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/oldPartsCopeFlow/oldPartsCopeYiBan.vue b/yxt-as-ui/src/views/workFlow/oldPartsCopeFlow/oldPartsCopeYiBan.vue new file mode 100644 index 0000000000..278c2583bf --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/oldPartsCopeFlow/oldPartsCopeYiBan.vue @@ -0,0 +1,302 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/oldPartsFactoryFlow/oldPartsFactoryDaiBan.vue b/yxt-as-ui/src/views/workFlow/oldPartsFactoryFlow/oldPartsFactoryDaiBan.vue index 08dbe15cb3..19931755e0 100644 --- a/yxt-as-ui/src/views/workFlow/oldPartsFactoryFlow/oldPartsFactoryDaiBan.vue +++ b/yxt-as-ui/src/views/workFlow/oldPartsFactoryFlow/oldPartsFactoryDaiBan.vue @@ -13,18 +13,18 @@
- -
申请人
- {{ formobj.createByName }} -
- -
申请部门
- {{ formobj.createDeptName }} -
- -
申请日期
- {{ formobj.createTime }} -
+ +
申请人
+ {{ formobj.createByName }} +
+ +
申请部门
+ {{ formobj.createDeptName }} +
+ +
申请日期
+ {{ formobj.createTime }} +
@@ -34,38 +34,38 @@ - -
附件
- - - - -
+ +
附件
+ + + + +
-
-
商品列表
-
- - - - - - - - - - - +
+
商品列表
+
+ + + + + + + + + + +
- + *加签人员: @@ -92,7 +92,8 @@ 意见: - +
@@ -105,312 +106,339 @@ diff --git a/yxt-as-ui/src/views/workFlow/oldPartsFactoryFlow/oldPartsFactoryEdit.vue b/yxt-as-ui/src/views/workFlow/oldPartsFactoryFlow/oldPartsFactoryEdit.vue index a6b3e4190a..4a1c1b1b74 100644 --- a/yxt-as-ui/src/views/workFlow/oldPartsFactoryFlow/oldPartsFactoryEdit.vue +++ b/yxt-as-ui/src/views/workFlow/oldPartsFactoryFlow/oldPartsFactoryEdit.vue @@ -65,7 +65,7 @@ diff --git a/yxt-as-ui/src/views/workFlow/oldpPartStocktakingLossFlow/oldpPartStocktakingLossDaiBan.vue b/yxt-as-ui/src/views/workFlow/oldpPartStocktakingLossFlow/oldpPartStocktakingLossDaiBan.vue new file mode 100644 index 0000000000..bcf3f8a809 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/oldpPartStocktakingLossFlow/oldpPartStocktakingLossDaiBan.vue @@ -0,0 +1,448 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/oldpPartStocktakingLossFlow/oldpPartStocktakingLossEdit.vue b/yxt-as-ui/src/views/workFlow/oldpPartStocktakingLossFlow/oldpPartStocktakingLossEdit.vue new file mode 100644 index 0000000000..50d820fb98 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/oldpPartStocktakingLossFlow/oldpPartStocktakingLossEdit.vue @@ -0,0 +1,374 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/oldpPartStocktakingLossFlow/oldpPartStocktakingLossYiBan.vue b/yxt-as-ui/src/views/workFlow/oldpPartStocktakingLossFlow/oldpPartStocktakingLossYiBan.vue new file mode 100644 index 0000000000..de7154e1fb --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/oldpPartStocktakingLossFlow/oldpPartStocktakingLossYiBan.vue @@ -0,0 +1,203 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/oldpPartStocktakingSurplusFlow/oldpPartStocktakingSurplusDaiBan.vue b/yxt-as-ui/src/views/workFlow/oldpPartStocktakingSurplusFlow/oldpPartStocktakingSurplusDaiBan.vue new file mode 100644 index 0000000000..41b8edb8d3 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/oldpPartStocktakingSurplusFlow/oldpPartStocktakingSurplusDaiBan.vue @@ -0,0 +1,446 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/oldpPartStocktakingSurplusFlow/oldpPartStocktakingSurplusEdit.vue b/yxt-as-ui/src/views/workFlow/oldpPartStocktakingSurplusFlow/oldpPartStocktakingSurplusEdit.vue new file mode 100644 index 0000000000..023dda1abc --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/oldpPartStocktakingSurplusFlow/oldpPartStocktakingSurplusEdit.vue @@ -0,0 +1,426 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/oldpPartStocktakingSurplusFlow/oldpPartStocktakingSurplusYiBan.vue b/yxt-as-ui/src/views/workFlow/oldpPartStocktakingSurplusFlow/oldpPartStocktakingSurplusYiBan.vue new file mode 100644 index 0000000000..1ff075b683 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/oldpPartStocktakingSurplusFlow/oldpPartStocktakingSurplusYiBan.vue @@ -0,0 +1,202 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/stocktakingLossFlow/stocktakingLossDaiBan.vue b/yxt-as-ui/src/views/workFlow/stocktakingLossFlow/stocktakingLossDaiBan.vue new file mode 100644 index 0000000000..3ae064cc2b --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/stocktakingLossFlow/stocktakingLossDaiBan.vue @@ -0,0 +1,447 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/stocktakingLossFlow/stocktakingLossEdit.vue b/yxt-as-ui/src/views/workFlow/stocktakingLossFlow/stocktakingLossEdit.vue new file mode 100644 index 0000000000..93c2e06712 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/stocktakingLossFlow/stocktakingLossEdit.vue @@ -0,0 +1,396 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/stocktakingLossFlow/stocktakingLossYiBan.vue b/yxt-as-ui/src/views/workFlow/stocktakingLossFlow/stocktakingLossYiBan.vue new file mode 100644 index 0000000000..8eaf529ed3 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/stocktakingLossFlow/stocktakingLossYiBan.vue @@ -0,0 +1,203 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/stocktakingSurplusFlow/stocktakingSurplusDaiBan.vue b/yxt-as-ui/src/views/workFlow/stocktakingSurplusFlow/stocktakingSurplusDaiBan.vue new file mode 100644 index 0000000000..85eb0339a5 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/stocktakingSurplusFlow/stocktakingSurplusDaiBan.vue @@ -0,0 +1,447 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/stocktakingSurplusFlow/stocktakingSurplusEdit.vue b/yxt-as-ui/src/views/workFlow/stocktakingSurplusFlow/stocktakingSurplusEdit.vue new file mode 100644 index 0000000000..66cd68a3a4 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/stocktakingSurplusFlow/stocktakingSurplusEdit.vue @@ -0,0 +1,458 @@ + + + + diff --git a/yxt-as-ui/src/views/workFlow/stocktakingSurplusFlow/stocktakingSurplusYiBan.vue b/yxt-as-ui/src/views/workFlow/stocktakingSurplusFlow/stocktakingSurplusYiBan.vue new file mode 100644 index 0000000000..0fc5ae87f6 --- /dev/null +++ b/yxt-as-ui/src/views/workFlow/stocktakingSurplusFlow/stocktakingSurplusYiBan.vue @@ -0,0 +1,203 @@ + + + +