From ff085a237707d2c6da3e909e7f7b72598e8d4a01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com>
Date: Tue, 1 Aug 2023 15:31:55 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9F=83=E9=A9=B0=E6=89=80=E6=9C=89=E6=98=8E?=
=?UTF-8?q?=E7=BB=86=E9=A1=B5=E9=9D=A2=E6=9A=82=E5=AD=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
PC/UI.WinIn.FasterZ.Store/public/config.js | 26 +-
PC/UI.WinIn.FasterZ.Store/src/api/wms-api.js | 11 +-
.../components/commonTabel-drawer/index.vue | 48 +-
.../src/utils/baseData/urlOption.js | 447 +++++++++++++++++-
.../basicConfig/ExportCustomUserSetting.vue | 207 --------
.../src/views/demo/demo_base_handle.vue | 196 --------
.../src/views/demo/demo_mst_det.vue | 10 +-
.../src/views/demo/demo_read.vue | 26 +-
.../{TestSchool.vue => ArriveNotice.vue} | 79 +---
.../src/views/menuList/ContainerBindNote.vue | 104 ++++
.../src/views/menuList/CountAdjustNote.vue | 104 ++++
.../src/views/menuList/CountNote.vue | 104 ++++
.../src/views/menuList/CountPlan.vue | 104 ++++
.../src/views/menuList/CustomerAsn.vue | 104 ++++
.../src/views/menuList/CustomerReturnNote.vue | 104 ++++
.../src/views/menuList/DeliverNote.vue | 104 ++++
.../src/views/menuList/DeliverPlan.vue | 104 ++++
.../src/views/menuList/DeliverRequest.vue | 104 ++++
.../src/views/menuList/DocumentSetting.vue | 100 ++++
.../menuList/ExportCustomUserSetting.vue | 3 -
.../menuList/IPurchaseOrderRepository.vue | 104 ++++
.../views/menuList/InspectAbnormalNote.vue | 104 ++++
.../src/views/menuList/InspectNote.vue | 104 ++++
.../menuList/InspectNoteSummaryDetail.vue | 100 ++++
.../src/views/menuList/InspectNotice.vue | 104 ++++
.../menuList/InspectNoticeSummaryDetail.vue | 100 ++++
.../views/menuList/InventoryTransferNote.vue | 104 ++++
.../src/views/menuList/IsolationNote.vue | 104 ++++
.../src/views/menuList/IssueNote.vue | 104 ++++
.../src/views/menuList/IssueNoteToMes.vue | 104 ++++
.../src/views/menuList/JisContainer.vue | 101 ++++
.../src/views/menuList/JisDeliverNote.vue | 104 ++++
.../src/views/menuList/JisProduct.vue | 104 ++++
.../views/menuList/JisProductReceiptNote.vue | 104 ++++
.../views/menuList/JisProductRecycleNote.vue | 104 ++++
.../views/menuList/JisProductReturnNote.vue | 104 ++++
.../views/menuList/JisProductTransferNote.vue | 104 ++++
.../src/views/menuList/MaterialRequest.vue | 104 ++++
.../views/menuList/OfflineSettlementNote.vue | 104 ++++
.../views/menuList/OuterJisDeliverNote.vue | 104 ++++
.../views/menuList/OuterJisReplaceNote.vue | 101 ++++
.../menuList/OuterJisUnplannedIssueNote.vue | 104 ++++
.../menuList/OuterJisUnplannedReceiptNote.vue | 104 ++++
.../views/menuList/OuterPillarDeliverNote.vue | 104 ++++
.../src/views/menuList/PillarDeliverNote.vue | 104 ++++
.../src/views/menuList/PreparationPlan.vue | 104 ++++
.../src/views/menuList/ProductL7PartsNote.vue | 104 ++++
.../src/views/menuList/ProductReceiptLog.vue | 104 ++++
.../src/views/menuList/ProductReceiptNote.vue | 104 ++++
.../src/views/menuList/ProductRecycleNote.vue | 104 ++++
.../src/views/menuList/ProductionPlan.vue | 104 ++++
.../src/views/menuList/PurchaseOrder.vue | 1 -
.../views/menuList/PurchaseReceiptNote.vue | 104 ++++
.../src/views/menuList/PurchaseReturnNote.vue | 104 ++++
.../src/views/menuList/PutawayNote.vue | 104 ++++
.../views/menuList/ReceiptAbnormalNote.vue | 104 ++++
.../src/views/menuList/ReworkNote.vue | 104 ++++
.../src/views/menuList/SaleOrder.vue | 104 ++++
.../src/views/menuList/ScrapNote.vue | 104 ++++
.../src/views/menuList/ScrapOutNote.vue | 104 ++++
.../SingleDoorPanelCustomerReturnNote.vue | 104 ++++
.../menuList/SingleDoorPanelDeliverNote.vue | 104 ++++
.../SingleDoorPanelProductAdjustNote.vue | 104 ++++
.../SingleDoorPanelProductReceiptNote.vue | 104 ++++
.../SingleDoorPanelProductTransferNote.vue | 104 ++++
.../src/views/menuList/StockReturnNote.vue | 104 ++++
.../src/views/menuList/SupplierAsn.vue | 104 ++++
.../src/views/menuList/SupplierEvaluation.vue | 101 ++++
.../src/views/menuList/TracebackNote.vue | 104 ++++
.../src/views/menuList/TracebackProduct.vue | 101 ++++
.../src/views/menuList/UnplannedIssueNote.vue | 104 ++++
.../views/menuList/UnplannedReceiptNote.vue | 104 ++++
.../views/menuList/WarehouseTransferNote.vue | 104 ++++
.../src/views/menuList/WorkOrder.vue | 104 ++++
74 files changed, 7040 insertions(+), 542 deletions(-)
delete mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/basicConfig/ExportCustomUserSetting.vue
delete mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/demo/demo_base_handle.vue
rename PC/UI.WinIn.FasterZ.Store/src/views/menuList/{TestSchool.vue => ArriveNotice.vue} (52%)
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/ContainerBindNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/CountAdjustNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/CountNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/CountPlan.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/CustomerAsn.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/CustomerReturnNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/DeliverNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/DeliverPlan.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/DeliverRequest.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/DocumentSetting.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/IPurchaseOrderRepository.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectAbnormalNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNoteSummaryDetail.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNotice.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNoticeSummaryDetail.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/InventoryTransferNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/IsolationNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/IssueNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/IssueNoteToMes.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisContainer.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisDeliverNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProduct.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductReceiptNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductRecycleNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductReturnNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductTransferNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/MaterialRequest.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/OfflineSettlementNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisDeliverNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisReplaceNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisUnplannedIssueNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisUnplannedReceiptNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterPillarDeliverNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/PillarDeliverNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/PreparationPlan.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductL7PartsNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductReceiptLog.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductReceiptNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductRecycleNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductionPlan.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/PurchaseReceiptNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/PurchaseReturnNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/PutawayNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/ReceiptAbnormalNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/ReworkNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/SaleOrder.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/ScrapNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/ScrapOutNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelCustomerReturnNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelDeliverNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelProductAdjustNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelProductReceiptNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelProductTransferNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/StockReturnNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/SupplierAsn.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/SupplierEvaluation.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/TracebackNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/TracebackProduct.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/UnplannedIssueNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/UnplannedReceiptNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/WarehouseTransferNote.vue
create mode 100644 PC/UI.WinIn.FasterZ.Store/src/views/menuList/WorkOrder.vue
diff --git a/PC/UI.WinIn.FasterZ.Store/public/config.js b/PC/UI.WinIn.FasterZ.Store/public/config.js
index 160cdc6..2037938 100644
--- a/PC/UI.WinIn.FasterZ.Store/public/config.js
+++ b/PC/UI.WinIn.FasterZ.Store/public/config.js
@@ -9,5 +9,27 @@ window.SITE_CONFIG['isAutoLogin'] = true
window.SITE_CONFIG['isSinglePage'] = false
window.SITE_CONFIG['userNameOrEmailAddress'] = 'admin'
window.SITE_CONFIG['client_secret'] = '1q2w3E*'
-window.SITE_CONFIG['menuHiddenConfig'] = ['PurchaseOrderDetail']
-window.SITE_CONFIG['browserTitle'] = '接口看板-QAD&WMS'
\ No newline at end of file
+window.SITE_CONFIG['browserTitle'] = '接口看板-QAD&WMS'
+window.SITE_CONFIG['menuHiddenConfig'] = [
+ 'ArriveNoticeDetail','ContainerBindNoteDetail','CountAdjustNoteDetail',
+ 'CountNoteDetail','CountPlanDetail','CustomerAsnDetail',
+ 'CustomerReturnNoteDetail','DeliverNoteDetail','DeliverPlanDetail',
+ 'DeliverRequestDetail','InspectAbnormalNoteDetail','InspectNoteDetail',
+ 'InspectNoticeDetail','InventoryTransferNoteDetail','IPurchaseOrderDetailRepository',
+ 'IsolationNoteDetail','IssueNoteDetail','IssueNoteDetailToMes',
+ 'JisDeliverNoteDetail','JisProductDetail','JisProductReceiptNoteDetail',
+ 'JisProductRecycleNoteDetail','JisProductReturnNoteDetail','JisProductTransferNoteDetail',
+ 'MaterialRequestDetail','OfflineSettlementNoteDetail','OuterJisDeliverNoteDetail',
+ 'OuterJisUnplannedIssueNoteDetail','OuterJisUnplannedReceiptNoteDetail','OuterPillarDeliverNoteDetail',
+ 'PillarDeliverNoteDetail','PreparationPlanDetail','ProductionPlanDetail',
+ 'ProductL7PartsNoteDetail','ProductReceiptLogDetail','ProductReceiptNoteDetail',
+ 'ProductRecycleNoteDetail','PurchaseOrderDetail','PurchaseReceiptNoteDetail',
+ 'PurchaseReturnNoteDetail','PutawayNoteDetail','ReceiptAbnormalNoteDetail',
+ 'ReworkNoteDetail','SaleOrderDetail','ScrapNoteDetail',
+ 'ScrapOutNoteDetail','SingleDoorPanelCustomerReturnNoteDetail','SingleDoorPanelDeliverNoteDetail',
+ 'SingleDoorPanelProductAdjustNoteDetail','SingleDoorPanelProductReceiptNoteDetail','SingleDoorPanelProductTransferNoteDetail',
+ 'StockReturnNoteDetail','SupplierAsnDetail','TracebackNoteDetail',
+ 'UnplannedIssueNoteDetail','SaleOrderDetail','ScrapNoteDetail',
+ 'ReworkNoteDetail','UnplannedReceiptNoteDetail','WarehouseTransferNoteDetail',
+ 'WorkOrderDetail'
+]
diff --git a/PC/UI.WinIn.FasterZ.Store/src/api/wms-api.js b/PC/UI.WinIn.FasterZ.Store/src/api/wms-api.js
index 6444918..f753ffe 100644
--- a/PC/UI.WinIn.FasterZ.Store/src/api/wms-api.js
+++ b/PC/UI.WinIn.FasterZ.Store/src/api/wms-api.js
@@ -147,13 +147,4 @@ export function getVsersion() {
url: window.SITE_CONFIG['versionUrl'] + `/version.json?t=${new Date().getTime()}`,
method: 'get'
})
-}
-
-// // 测试数据-明细-删除
-// export function TestSchoolDetailList_delete(id) {
-// return request({
-// method:'DELETE',
-// url: base_api + '/api/TestStudentDetail/base/delete-by-id',
-// params:{id:id}
-// })
-// }
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/components/commonTabel-drawer/index.vue b/PC/UI.WinIn.FasterZ.Store/src/components/commonTabel-drawer/index.vue
index 2bf30bb..79582eb 100644
--- a/PC/UI.WinIn.FasterZ.Store/src/components/commonTabel-drawer/index.vue
+++ b/PC/UI.WinIn.FasterZ.Store/src/components/commonTabel-drawer/index.vue
@@ -157,9 +157,7 @@
-
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/demo/demo_base_handle.vue b/PC/UI.WinIn.FasterZ.Store/src/views/demo/demo_base_handle.vue
deleted file mode 100644
index 8c860cf..0000000
--- a/PC/UI.WinIn.FasterZ.Store/src/views/demo/demo_base_handle.vue
+++ /dev/null
@@ -1,196 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
(displayDialog.detailsDialog = val)"
- @drawerbutton="drawerbutton"
- @handleCommand="drawerHandle"
- @close-value="closeValue"
- :firstTabs="firstTabs"
- :totalCount="totalCountDetails"
- :currentPage="oldSkipCountDetails"
- :MaxResultCount="MaxResultCountDetails"
- @alterResultCountDetails="alterResultCountDetails"
- @alertoldSkipCountDetails="alertoldSkipCountDetails"
- :buttonOperationList_left="operationButtonsDetail"
- >
-
-
-
-
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/demo/demo_mst_det.vue b/PC/UI.WinIn.FasterZ.Store/src/views/demo/demo_mst_det.vue
index e6e4a53..e4227f9 100644
--- a/PC/UI.WinIn.FasterZ.Store/src/views/demo/demo_mst_det.vue
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/demo/demo_mst_det.vue
@@ -69,15 +69,9 @@ import { drawerMixins } from "@/mixins/drawerMixins"
import { TableHeaderMixins } from "@/mixins/TableHeaderMixins";
import { mixins } from "@/mixins/mixins";
import { filterSelectMixins } from '@/mixins/filter-Select'
-import { getToken } from '@/utils/auth'
-// import * as tableColumns_api from "@/utils/tableColumns_api/index" //全局从接口缓存的表头
-// import * as tabsDesTions_api from "@/utils/tabsDesTions_api/index" //全局从接口缓存的详情
-// import * as detailsTableColumns_api from "@/utils/detailsTableColumns_api/index" //全局从接口缓存的列表-明细
-// import * as detailsPageColumns_api from "@/utils/detailsPageColumns_api/index" //全局从接口缓存的明细列表
-
export default {
- name: "AsnMstr",
+ name: "demo_mst_det",
mixins: [
tableMixins,
LoadingMixins,
@@ -102,8 +96,6 @@ export default {
};
},
mounted() {
- // 如果使用动态api(全局进入时候获取情况)
- // this.initApiColumns(tableColumns_api,tabsDesTions_api,detailsTableColumns_api,detailsPageColumns_api)
this.paging();
},
}
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/demo/demo_read.vue b/PC/UI.WinIn.FasterZ.Store/src/views/demo/demo_read.vue
index a2a71f9..442a486 100644
--- a/PC/UI.WinIn.FasterZ.Store/src/views/demo/demo_read.vue
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/demo/demo_read.vue
@@ -25,6 +25,29 @@
@overallSearchFormClick="overallSearchFormClick"
:httpOverallSearchData="httpOverallSearchData"
>
+
+
(displayDialog.detailsDialog = val)"
@drawerbutton="drawerbutton"
@handleCommand="drawerHandle"
@@ -56,21 +53,12 @@
:parentColumns="apiColumns_Table"
@closeDialog="changeFilterForDetailShow"
>
-
-
-
-
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CountAdjustNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CountAdjustNote.vue
new file mode 100644
index 0000000..08f7b7c
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CountAdjustNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CountNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CountNote.vue
new file mode 100644
index 0000000..c795f6d
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CountNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CountPlan.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CountPlan.vue
new file mode 100644
index 0000000..d8ec93d
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CountPlan.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CustomerAsn.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CustomerAsn.vue
new file mode 100644
index 0000000..c2b3115
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CustomerAsn.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CustomerReturnNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CustomerReturnNote.vue
new file mode 100644
index 0000000..661012e
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/CustomerReturnNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/DeliverNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/DeliverNote.vue
new file mode 100644
index 0000000..4526077
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/DeliverNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/DeliverPlan.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/DeliverPlan.vue
new file mode 100644
index 0000000..b3c9efe
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/DeliverPlan.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/DeliverRequest.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/DeliverRequest.vue
new file mode 100644
index 0000000..efd56f3
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/DeliverRequest.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/DocumentSetting.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/DocumentSetting.vue
new file mode 100644
index 0000000..858b75b
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/DocumentSetting.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ExportCustomUserSetting.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ExportCustomUserSetting.vue
index 1ee030d..35e76b7 100644
--- a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ExportCustomUserSetting.vue
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ExportCustomUserSetting.vue
@@ -184,9 +184,6 @@
},
editOptions: {},
CreateForm: [
- // { type: "input", label: zhApiColumnsLable('ExportCustomUserSettingCustomUserSetting'), prop: "customUserSetting", colSpan: 12 },
- // { type: "input", label: zhApiColumnsLable('ExportCustomUserSettingExportColumnName'), prop: "exportColumnName", colSpan: 12 },
- // { type: "input", label: zhApiColumnsLable('ExportCustomUserSettingExportTableName'), prop: "exportTableName", colSpan: 12 },
{ type: "select", label: zhApiColumnsLable('ExportCustomUserSettingCustomUserSetting'), prop: "customUserSetting", options: "whetherOrNotForNum", colSpan: 12 },
{ type: "select", label: zhApiColumnsLable('ExportCustomUserSettingExportTableName'), prop: "exportTableName_old", userOptions: this.initTablesName(), colSpan: 12 },
{ type: "select", disabled:true, multiple:true, label: zhApiColumnsLable('ExportCustomUserSettingExportColumnName'), prop: "exportColumnNameArr", userOptions:null, colSpan: 12 },
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/IPurchaseOrderRepository.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/IPurchaseOrderRepository.vue
new file mode 100644
index 0000000..158f215
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/IPurchaseOrderRepository.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectAbnormalNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectAbnormalNote.vue
new file mode 100644
index 0000000..d2dc59a
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectAbnormalNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNote.vue
new file mode 100644
index 0000000..6847a53
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNoteSummaryDetail.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNoteSummaryDetail.vue
new file mode 100644
index 0000000..275a01f
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNoteSummaryDetail.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNotice.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNotice.vue
new file mode 100644
index 0000000..d87cc8b
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNotice.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNoticeSummaryDetail.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNoticeSummaryDetail.vue
new file mode 100644
index 0000000..4d23f53
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InspectNoticeSummaryDetail.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InventoryTransferNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InventoryTransferNote.vue
new file mode 100644
index 0000000..6eaf893
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/InventoryTransferNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/IsolationNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/IsolationNote.vue
new file mode 100644
index 0000000..2d65593
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/IsolationNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/IssueNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/IssueNote.vue
new file mode 100644
index 0000000..05e64e1
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/IssueNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/IssueNoteToMes.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/IssueNoteToMes.vue
new file mode 100644
index 0000000..ac9decd
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/IssueNoteToMes.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisContainer.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisContainer.vue
new file mode 100644
index 0000000..85898c1
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisContainer.vue
@@ -0,0 +1,101 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisDeliverNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisDeliverNote.vue
new file mode 100644
index 0000000..c69ccb8
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisDeliverNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProduct.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProduct.vue
new file mode 100644
index 0000000..8258bb2
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProduct.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductReceiptNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductReceiptNote.vue
new file mode 100644
index 0000000..fbcc26c
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductReceiptNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductRecycleNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductRecycleNote.vue
new file mode 100644
index 0000000..b60b7ea
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductRecycleNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductReturnNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductReturnNote.vue
new file mode 100644
index 0000000..a41e6c3
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductReturnNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductTransferNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductTransferNote.vue
new file mode 100644
index 0000000..bcd14ab
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/JisProductTransferNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/MaterialRequest.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/MaterialRequest.vue
new file mode 100644
index 0000000..1923bb7
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/MaterialRequest.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OfflineSettlementNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OfflineSettlementNote.vue
new file mode 100644
index 0000000..392e92a
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OfflineSettlementNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisDeliverNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisDeliverNote.vue
new file mode 100644
index 0000000..c8bc0bc
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisDeliverNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisReplaceNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisReplaceNote.vue
new file mode 100644
index 0000000..ce54c2c
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisReplaceNote.vue
@@ -0,0 +1,101 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisUnplannedIssueNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisUnplannedIssueNote.vue
new file mode 100644
index 0000000..3ccca4f
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisUnplannedIssueNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisUnplannedReceiptNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisUnplannedReceiptNote.vue
new file mode 100644
index 0000000..59eaebb
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterJisUnplannedReceiptNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterPillarDeliverNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterPillarDeliverNote.vue
new file mode 100644
index 0000000..578a4f9
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/OuterPillarDeliverNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PillarDeliverNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PillarDeliverNote.vue
new file mode 100644
index 0000000..9335c9b
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PillarDeliverNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PreparationPlan.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PreparationPlan.vue
new file mode 100644
index 0000000..9b16641
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PreparationPlan.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductL7PartsNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductL7PartsNote.vue
new file mode 100644
index 0000000..8cf6b49
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductL7PartsNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductReceiptLog.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductReceiptLog.vue
new file mode 100644
index 0000000..c8f93fa
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductReceiptLog.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductReceiptNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductReceiptNote.vue
new file mode 100644
index 0000000..c8f93fa
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductReceiptNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductRecycleNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductRecycleNote.vue
new file mode 100644
index 0000000..a22dc10
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductRecycleNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductionPlan.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductionPlan.vue
new file mode 100644
index 0000000..1884b89
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ProductionPlan.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PurchaseOrder.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PurchaseOrder.vue
index 49f6d6d..795e7a1 100644
--- a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PurchaseOrder.vue
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PurchaseOrder.vue
@@ -68,7 +68,6 @@ import { drawerMixins } from "@/mixins/drawerMixins"
import { TableHeaderMixins } from "@/mixins/TableHeaderMixins";
import { mixins } from "@/mixins/mixins";
import { filterSelectMixins } from '@/mixins/filter-Select'
-import { getToken } from '@/utils/auth'
// import * as tableColumns_api from "@/utils/tableColumns_api/index" //全局从接口缓存的表头
// import * as tabsDesTions_api from "@/utils/tabsDesTions_api/index" //全局从接口缓存的详情
// import * as detailsTableColumns_api from "@/utils/detailsTableColumns_api/index" //全局从接口缓存的列表-明细
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PurchaseReceiptNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PurchaseReceiptNote.vue
new file mode 100644
index 0000000..1af0e86
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PurchaseReceiptNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PurchaseReturnNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PurchaseReturnNote.vue
new file mode 100644
index 0000000..4b6e1a5
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PurchaseReturnNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PutawayNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PutawayNote.vue
new file mode 100644
index 0000000..174e734
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/PutawayNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ReceiptAbnormalNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ReceiptAbnormalNote.vue
new file mode 100644
index 0000000..aaec80f
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ReceiptAbnormalNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ReworkNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ReworkNote.vue
new file mode 100644
index 0000000..404d9aa
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ReworkNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SaleOrder.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SaleOrder.vue
new file mode 100644
index 0000000..a18f2ad
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SaleOrder.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ScrapNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ScrapNote.vue
new file mode 100644
index 0000000..802c136
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ScrapNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ScrapOutNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ScrapOutNote.vue
new file mode 100644
index 0000000..798368a
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/ScrapOutNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelCustomerReturnNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelCustomerReturnNote.vue
new file mode 100644
index 0000000..3fe9b7c
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelCustomerReturnNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelDeliverNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelDeliverNote.vue
new file mode 100644
index 0000000..4f8bae7
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelDeliverNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelProductAdjustNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelProductAdjustNote.vue
new file mode 100644
index 0000000..6151b96
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelProductAdjustNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelProductReceiptNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelProductReceiptNote.vue
new file mode 100644
index 0000000..2b0d483
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelProductReceiptNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelProductTransferNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelProductTransferNote.vue
new file mode 100644
index 0000000..a359422
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SingleDoorPanelProductTransferNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/StockReturnNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/StockReturnNote.vue
new file mode 100644
index 0000000..374350e
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/StockReturnNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SupplierAsn.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SupplierAsn.vue
new file mode 100644
index 0000000..bef422f
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SupplierAsn.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SupplierEvaluation.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SupplierEvaluation.vue
new file mode 100644
index 0000000..fea2130
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/SupplierEvaluation.vue
@@ -0,0 +1,101 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/TracebackNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/TracebackNote.vue
new file mode 100644
index 0000000..7c47014
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/TracebackNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/TracebackProduct.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/TracebackProduct.vue
new file mode 100644
index 0000000..63ef96c
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/TracebackProduct.vue
@@ -0,0 +1,101 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/UnplannedIssueNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/UnplannedIssueNote.vue
new file mode 100644
index 0000000..6153080
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/UnplannedIssueNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/UnplannedReceiptNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/UnplannedReceiptNote.vue
new file mode 100644
index 0000000..45468f6
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/UnplannedReceiptNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/WarehouseTransferNote.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/WarehouseTransferNote.vue
new file mode 100644
index 0000000..69ebc94
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/WarehouseTransferNote.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/UI.WinIn.FasterZ.Store/src/views/menuList/WorkOrder.vue b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/WorkOrder.vue
new file mode 100644
index 0000000..bf733a6
--- /dev/null
+++ b/PC/UI.WinIn.FasterZ.Store/src/views/menuList/WorkOrder.vue
@@ -0,0 +1,104 @@
+
+
+
+
(displayDialog.detailsDialog = val)"
+ @drawerbutton="drawerbutton"
+ @handleCommand="drawerHandle"
+ @close-value="closeValue"
+ :totalCount="totalCountDetails"
+ :currentPage="oldSkipCountDetails"
+ :MaxResultCount="MaxResultCountDetails"
+ @alterResultCountDetails="alterResultCountDetails"
+ @alertoldSkipCountDetails="alertoldSkipCountDetails"
+ :buttonOperationList_left="operationButtonsDetail"
+ >
+
+
+
+
+
+
+
+
\ No newline at end of file