From 56dc53e50d80c89818245342e397b0e498187990 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Wed, 27 Mar 2024 18:57:44 +0800 Subject: [PATCH] 11 --- src/App.vue | 26 + src/mycomponents/Batch/Batch.vue | 25 + src/mycomponents/balance/balance.vue | 147 + .../balance/balanceDetailPopup.vue | 88 + src/mycomponents/balance/balanceLabel.vue | 57 + src/mycomponents/balance/balanceMove.vue | 98 + src/mycomponents/balance/balanceSelect.vue | 54 + src/mycomponents/balance/batch.vue | 24 + src/mycomponents/balance/bussinessType.vue | 37 + src/mycomponents/balance/handleBalance.vue | 80 + src/mycomponents/balance/location.vue | 31 + src/mycomponents/balance/moveStatus.vue | 62 + src/mycomponents/balance/pack.vue | 34 + src/mycomponents/balance/productionLabel.vue | 59 + src/mycomponents/balance/purchaseLabel.vue | 58 + src/mycomponents/balance/recommendBalance.vue | 84 + src/mycomponents/balance/toLocation.vue | 31 + src/mycomponents/button/requestButton.vue | 57 + src/mycomponents/common/comBlankView.vue | 31 + src/mycomponents/common/comEmptyView.vue | 41 + src/mycomponents/common/comListHint.vue | 162 + src/mycomponents/common/comListItem.vue | 108 + src/mycomponents/common/comMessage.vue | 479 ++ src/mycomponents/common/comPopup.vue | 39 + src/mycomponents/common/comUploadCamera.vue | 120 + src/mycomponents/container/container.vue | 24 + src/mycomponents/container/containerInfo.vue | 54 + .../container/containerStatus.vue | 47 + .../container/targetContainer.vue | 68 + src/mycomponents/detail/comDetailCard.vue | 162 + .../detail/comRequestDetailCard.vue | 151 + src/mycomponents/detail/detailBalanceInfo.vue | 67 + src/mycomponents/detail/detailCommonInfo.vue | 65 + src/mycomponents/detail/detailHandleInfo.vue | 63 + src/mycomponents/detail/detailItemInfo.vue | 46 + src/mycomponents/detail/detailPackageInfo.vue | 65 + .../detail/detailRecommendInfo.vue | 71 + src/mycomponents/detail/jobDetailPopup.vue | 79 + .../detail/recordDetailBasicInfo.vue | 66 + .../detail/recordDetailCommonInfo.vue | 60 + src/mycomponents/detail/recordDetailPopup.vue | 71 + .../detail/requestDetailBasicInfo.vue | 43 + .../detail/requestDetailCommonInfo.vue | 65 + src/mycomponents/item/item.vue | 48 + src/mycomponents/item/itemCompareQty.vue | 63 + src/mycomponents/item/itemDetailInfo.vue | 74 + src/mycomponents/item/itemInfo.vue | 58 + src/mycomponents/item/itemInfoPopup.vue | 159 + src/mycomponents/item/itemQty.vue | 67 + src/mycomponents/item/itemRecommendQty.vue | 65 + src/mycomponents/item/itemSelect.vue | 62 + src/mycomponents/item/itemStatus.vue | 47 + src/mycomponents/job/jobBottom.vue | 49 + src/mycomponents/job/jobCard.vue | 93 + src/mycomponents/job/jobComMainCard.vue | 41 + src/mycomponents/job/jobCommonInfo.vue | 62 + src/mycomponents/job/jobDetailPopup.vue | 79 + src/mycomponents/job/jobFilter.vue | 155 + src/mycomponents/job/jobInfoPopup.vue | 75 + src/mycomponents/job/jobNumber.vue | 36 + src/mycomponents/job/jobPersonInfo.vue | 64 + src/mycomponents/job/jobProperty.vue | 36 + src/mycomponents/job/jobRequestInfo.vue | 96 + src/mycomponents/job/jobSettingInfo.vue | 77 + src/mycomponents/job/jobStatus.vue | 45 + src/mycomponents/job/jobTop.vue | 41 + src/mycomponents/job/jobcomDetailCard.vue | 146 + src/mycomponents/label/label.vue | 57 + src/mycomponents/location/location.vue | 55 + src/mycomponents/location/locationDetail.vue | 47 + src/mycomponents/location/locationDrop.vue | 58 + src/mycomponents/location/locationInfo.vue | 45 + src/mycomponents/location/locationStatus.vue | 46 + .../location/requiredLocation.vue | 79 + src/mycomponents/package/packageBalance.vue | 84 + .../package/packageDetailPopup.vue | 204 + src/mycomponents/package/packageHandle.vue | 85 + src/mycomponents/package/packageTarget.vue | 57 + src/mycomponents/partCode/partCode.vue | 158 + src/mycomponents/partCode/partCodeSelect.vue | 62 + src/mycomponents/popup/selectList.vue | 116 + .../production/productionInfo.vue | 39 + src/mycomponents/purchase/purchaseInfo.vue | 37 + src/mycomponents/qty/CountQtyEdit.vue | 269 ++ src/mycomponents/qty/RecommendQty.vue | 72 + src/mycomponents/qty/balanceQty.vue | 73 + src/mycomponents/qty/balanceQtyEdit.vue | 217 + src/mycomponents/qty/compareQty.vue | 106 + src/mycomponents/qty/inspectQtyEdit.vue | 198 + src/mycomponents/qty/qty.vue | 58 + src/mycomponents/qty/recommendQtyEdit.vue | 227 + src/mycomponents/qty/stdPackQty.vue | 37 + src/mycomponents/qty/stdUom.vue | 40 + src/mycomponents/qty/uom.vue | 40 + src/mycomponents/recommend/recommend.vue | 158 + .../recommend/recommendBalance.vue | 69 + src/mycomponents/recommend/recommendCount.vue | 146 + src/mycomponents/record/record.vue | 96 + src/mycomponents/record/recordBottom.vue | 49 + .../record/recordComDetailCard.vue | 179 + src/mycomponents/record/recordCommonInfo.vue | 72 + .../record/recordDetailCommonInfo.vue | 66 + src/mycomponents/record/recordFilter.vue | 116 + src/mycomponents/record/recordItemInfo.vue | 91 + .../record/recordListCommonInfo.vue | 80 + .../record/recordListDetailPoup.vue | 69 + src/mycomponents/record/recordMainInfo.vue | 198 + src/mycomponents/record/recordNumber.vue | 36 + src/mycomponents/record/recordPersonInfo.vue | 57 + src/mycomponents/record/recordRequestInfo.vue | 53 + src/mycomponents/record/recordStatus.vue | 47 + src/mycomponents/record/recordTop.vue | 41 + src/mycomponents/request/requestBottom.vue | 49 + .../request/requestComMainCard.vue | 41 + .../request/requestCommonInfo.vue | 70 + src/mycomponents/request/requestFilter.vue | 128 + src/mycomponents/request/requestItemInfo.vue | 91 + .../request/requestListCommonInfo.vue | 84 + src/mycomponents/request/requestMainInfo.vue | 168 + src/mycomponents/request/requestNumber.vue | 36 + .../request/requestPersonInfo.vue | 57 + .../request/requestRequestInfo.vue | 53 + src/mycomponents/request/requestStatus.vue | 45 + src/mycomponents/request/requestTop.vue | 41 + src/mycomponents/scan/winComScan.vue | 276 ++ src/mycomponents/scan/winComScan222.vue | 281 ++ src/mycomponents/scan/winScanAsnNumber.vue | 94 + src/mycomponents/scan/winScanButton.vue | 53 + src/mycomponents/scan/winScanContainer.vue | 119 + src/mycomponents/scan/winScanItem.vue | 173 + src/mycomponents/scan/winScanJobNumber.vue | 94 + src/mycomponents/scan/winScanLocation.vue | 163 + src/mycomponents/scan/winScanPack.vue | 113 + src/mycomponents/scan/winScanPackAndCont.vue | 135 + .../scan/winScanPackAndLocation.vue | 453 ++ .../scan/winScanPackAndPosition.vue | 225 + src/mycomponents/status/balanceStatus.vue | 71 + src/mycomponents/status/status.vue | 52 + src/mycomponents/status/statusEdit.vue | 149 + .../transfer/comTransferReceipt.vue | 62 + src/mycomponents/wincom/basicCom/winHint.vue | 70 + src/mycomponents/workStation/workStation.vue | 77 + src/pages/login/index.vue | 47 +- src/static/ali_icon/iconfont.css | 25 + src/static/ali_icon/iconfont.ttf | Bin 0 -> 2604 bytes src/static/bar/home.png | Bin 0 -> 4964 bytes src/static/bar/home_p.png | Bin 0 -> 5297 bytes src/static/bar/message.png | Bin 0 -> 6099 bytes src/static/bar/message_p.png | Bin 0 -> 6213 bytes src/static/bar/setting.png | Bin 0 -> 11321 bytes src/static/bar/setting_p.png | Bin 0 -> 11639 bytes src/static/bar/sy.svg | 4 + src/static/bar/sya.svg | 4 + src/static/bar/sz.svg | 4 + src/static/bar/sza.svg | 4 + src/static/bar/xx.png | Bin 0 -> 1861 bytes src/static/bar/xx.svg | 6 + src/static/bar/xxa.svg | 6 + src/static/config.js | 8 + src/static/config.json | 143 + src/static/font/iconfont.css | 90 + src/static/font/iconfont.ttf | Bin 0 -> 6724 bytes src/static/{icon => icons}/black_count.svg | 0 .../{icon => icons}/checkmark-circle.svg | 0 src/static/{icon => icons}/close-circle.svg | 0 src/static/{icon => icons}/close-circle2.svg | 0 src/static/{icon => icons}/close.svg | 0 src/static/{icon => icons}/data-checkbox.png | Bin src/static/{icon => icons}/error-circle.svg | 0 src/static/{icon => icons}/icon_customer.svg | 0 src/static/{icon => icons}/icon_date.svg | 0 src/static/{icon => icons}/icon_eye-fill.svg | 0 .../{icon => icons}/icon_eye-off-outline.svg | 0 src/static/{icon => icons}/icon_filter.svg | 0 src/static/{icon => icons}/iconfont.ttf | Bin src/static/{icon => icons}/icons_camera.svg | 0 .../{icon => icons}/icons_close-circle.svg | 0 src/static/{icon => icons}/icons_close.svg | 0 src/static/{icon => icons}/icons_edit.svg | 0 .../{icon => icons}/icons_scan_close.svg | 0 src/static/{icon => icons}/light_count.svg | 0 src/static/{icon => icons}/plus.svg | 0 .../{icon => icons}/question-circle.svg | 0 src/static/{icon => icons}/screen.png | Bin src/static/{icon => icons}/search.svg | 0 src/static/{icon => icons}/warning.svg | 0 src/static/images/message.svg | 4 + src/static/scss/colorui.css | 3912 +++++++++++++++++ src/static/scss/global.scss | 90 + src/static/scss/index.scss | 4 + src/static/version.json | 3 + src/static/video/error.wav | Bin 0 -> 280044 bytes 192 files changed, 17073 insertions(+), 30 deletions(-) create mode 100644 src/mycomponents/Batch/Batch.vue create mode 100644 src/mycomponents/balance/balance.vue create mode 100644 src/mycomponents/balance/balanceDetailPopup.vue create mode 100644 src/mycomponents/balance/balanceLabel.vue create mode 100644 src/mycomponents/balance/balanceMove.vue create mode 100644 src/mycomponents/balance/balanceSelect.vue create mode 100644 src/mycomponents/balance/batch.vue create mode 100644 src/mycomponents/balance/bussinessType.vue create mode 100644 src/mycomponents/balance/handleBalance.vue create mode 100644 src/mycomponents/balance/location.vue create mode 100644 src/mycomponents/balance/moveStatus.vue create mode 100644 src/mycomponents/balance/pack.vue create mode 100644 src/mycomponents/balance/productionLabel.vue create mode 100644 src/mycomponents/balance/purchaseLabel.vue create mode 100644 src/mycomponents/balance/recommendBalance.vue create mode 100644 src/mycomponents/balance/toLocation.vue create mode 100644 src/mycomponents/button/requestButton.vue create mode 100644 src/mycomponents/common/comBlankView.vue create mode 100644 src/mycomponents/common/comEmptyView.vue create mode 100644 src/mycomponents/common/comListHint.vue create mode 100644 src/mycomponents/common/comListItem.vue create mode 100644 src/mycomponents/common/comMessage.vue create mode 100644 src/mycomponents/common/comPopup.vue create mode 100644 src/mycomponents/common/comUploadCamera.vue create mode 100644 src/mycomponents/container/container.vue create mode 100644 src/mycomponents/container/containerInfo.vue create mode 100644 src/mycomponents/container/containerStatus.vue create mode 100644 src/mycomponents/container/targetContainer.vue create mode 100644 src/mycomponents/detail/comDetailCard.vue create mode 100644 src/mycomponents/detail/comRequestDetailCard.vue create mode 100644 src/mycomponents/detail/detailBalanceInfo.vue create mode 100644 src/mycomponents/detail/detailCommonInfo.vue create mode 100644 src/mycomponents/detail/detailHandleInfo.vue create mode 100644 src/mycomponents/detail/detailItemInfo.vue create mode 100644 src/mycomponents/detail/detailPackageInfo.vue create mode 100644 src/mycomponents/detail/detailRecommendInfo.vue create mode 100644 src/mycomponents/detail/jobDetailPopup.vue create mode 100644 src/mycomponents/detail/recordDetailBasicInfo.vue create mode 100644 src/mycomponents/detail/recordDetailCommonInfo.vue create mode 100644 src/mycomponents/detail/recordDetailPopup.vue create mode 100644 src/mycomponents/detail/requestDetailBasicInfo.vue create mode 100644 src/mycomponents/detail/requestDetailCommonInfo.vue create mode 100644 src/mycomponents/item/item.vue create mode 100644 src/mycomponents/item/itemCompareQty.vue create mode 100644 src/mycomponents/item/itemDetailInfo.vue create mode 100644 src/mycomponents/item/itemInfo.vue create mode 100644 src/mycomponents/item/itemInfoPopup.vue create mode 100644 src/mycomponents/item/itemQty.vue create mode 100644 src/mycomponents/item/itemRecommendQty.vue create mode 100644 src/mycomponents/item/itemSelect.vue create mode 100644 src/mycomponents/item/itemStatus.vue create mode 100644 src/mycomponents/job/jobBottom.vue create mode 100644 src/mycomponents/job/jobCard.vue create mode 100644 src/mycomponents/job/jobComMainCard.vue create mode 100644 src/mycomponents/job/jobCommonInfo.vue create mode 100644 src/mycomponents/job/jobDetailPopup.vue create mode 100644 src/mycomponents/job/jobFilter.vue create mode 100644 src/mycomponents/job/jobInfoPopup.vue create mode 100644 src/mycomponents/job/jobNumber.vue create mode 100644 src/mycomponents/job/jobPersonInfo.vue create mode 100644 src/mycomponents/job/jobProperty.vue create mode 100644 src/mycomponents/job/jobRequestInfo.vue create mode 100644 src/mycomponents/job/jobSettingInfo.vue create mode 100644 src/mycomponents/job/jobStatus.vue create mode 100644 src/mycomponents/job/jobTop.vue create mode 100644 src/mycomponents/job/jobcomDetailCard.vue create mode 100644 src/mycomponents/label/label.vue create mode 100644 src/mycomponents/location/location.vue create mode 100644 src/mycomponents/location/locationDetail.vue create mode 100644 src/mycomponents/location/locationDrop.vue create mode 100644 src/mycomponents/location/locationInfo.vue create mode 100644 src/mycomponents/location/locationStatus.vue create mode 100644 src/mycomponents/location/requiredLocation.vue create mode 100644 src/mycomponents/package/packageBalance.vue create mode 100644 src/mycomponents/package/packageDetailPopup.vue create mode 100644 src/mycomponents/package/packageHandle.vue create mode 100644 src/mycomponents/package/packageTarget.vue create mode 100644 src/mycomponents/partCode/partCode.vue create mode 100644 src/mycomponents/partCode/partCodeSelect.vue create mode 100644 src/mycomponents/popup/selectList.vue create mode 100644 src/mycomponents/production/productionInfo.vue create mode 100644 src/mycomponents/purchase/purchaseInfo.vue create mode 100644 src/mycomponents/qty/CountQtyEdit.vue create mode 100644 src/mycomponents/qty/RecommendQty.vue create mode 100644 src/mycomponents/qty/balanceQty.vue create mode 100644 src/mycomponents/qty/balanceQtyEdit.vue create mode 100644 src/mycomponents/qty/compareQty.vue create mode 100644 src/mycomponents/qty/inspectQtyEdit.vue create mode 100644 src/mycomponents/qty/qty.vue create mode 100644 src/mycomponents/qty/recommendQtyEdit.vue create mode 100644 src/mycomponents/qty/stdPackQty.vue create mode 100644 src/mycomponents/qty/stdUom.vue create mode 100644 src/mycomponents/qty/uom.vue create mode 100644 src/mycomponents/recommend/recommend.vue create mode 100644 src/mycomponents/recommend/recommendBalance.vue create mode 100644 src/mycomponents/recommend/recommendCount.vue create mode 100644 src/mycomponents/record/record.vue create mode 100644 src/mycomponents/record/recordBottom.vue create mode 100644 src/mycomponents/record/recordComDetailCard.vue create mode 100644 src/mycomponents/record/recordCommonInfo.vue create mode 100644 src/mycomponents/record/recordDetailCommonInfo.vue create mode 100644 src/mycomponents/record/recordFilter.vue create mode 100644 src/mycomponents/record/recordItemInfo.vue create mode 100644 src/mycomponents/record/recordListCommonInfo.vue create mode 100644 src/mycomponents/record/recordListDetailPoup.vue create mode 100644 src/mycomponents/record/recordMainInfo.vue create mode 100644 src/mycomponents/record/recordNumber.vue create mode 100644 src/mycomponents/record/recordPersonInfo.vue create mode 100644 src/mycomponents/record/recordRequestInfo.vue create mode 100644 src/mycomponents/record/recordStatus.vue create mode 100644 src/mycomponents/record/recordTop.vue create mode 100644 src/mycomponents/request/requestBottom.vue create mode 100644 src/mycomponents/request/requestComMainCard.vue create mode 100644 src/mycomponents/request/requestCommonInfo.vue create mode 100644 src/mycomponents/request/requestFilter.vue create mode 100644 src/mycomponents/request/requestItemInfo.vue create mode 100644 src/mycomponents/request/requestListCommonInfo.vue create mode 100644 src/mycomponents/request/requestMainInfo.vue create mode 100644 src/mycomponents/request/requestNumber.vue create mode 100644 src/mycomponents/request/requestPersonInfo.vue create mode 100644 src/mycomponents/request/requestRequestInfo.vue create mode 100644 src/mycomponents/request/requestStatus.vue create mode 100644 src/mycomponents/request/requestTop.vue create mode 100644 src/mycomponents/scan/winComScan.vue create mode 100644 src/mycomponents/scan/winComScan222.vue create mode 100644 src/mycomponents/scan/winScanAsnNumber.vue create mode 100644 src/mycomponents/scan/winScanButton.vue create mode 100644 src/mycomponents/scan/winScanContainer.vue create mode 100644 src/mycomponents/scan/winScanItem.vue create mode 100644 src/mycomponents/scan/winScanJobNumber.vue create mode 100644 src/mycomponents/scan/winScanLocation.vue create mode 100644 src/mycomponents/scan/winScanPack.vue create mode 100644 src/mycomponents/scan/winScanPackAndCont.vue create mode 100644 src/mycomponents/scan/winScanPackAndLocation.vue create mode 100644 src/mycomponents/scan/winScanPackAndPosition.vue create mode 100644 src/mycomponents/status/balanceStatus.vue create mode 100644 src/mycomponents/status/status.vue create mode 100644 src/mycomponents/status/statusEdit.vue create mode 100644 src/mycomponents/transfer/comTransferReceipt.vue create mode 100644 src/mycomponents/wincom/basicCom/winHint.vue create mode 100644 src/mycomponents/workStation/workStation.vue create mode 100644 src/static/ali_icon/iconfont.css create mode 100644 src/static/ali_icon/iconfont.ttf create mode 100644 src/static/bar/home.png create mode 100644 src/static/bar/home_p.png create mode 100644 src/static/bar/message.png create mode 100644 src/static/bar/message_p.png create mode 100644 src/static/bar/setting.png create mode 100644 src/static/bar/setting_p.png create mode 100644 src/static/bar/sy.svg create mode 100644 src/static/bar/sya.svg create mode 100644 src/static/bar/sz.svg create mode 100644 src/static/bar/sza.svg create mode 100644 src/static/bar/xx.png create mode 100644 src/static/bar/xx.svg create mode 100644 src/static/bar/xxa.svg create mode 100644 src/static/config.js create mode 100644 src/static/config.json create mode 100644 src/static/font/iconfont.css create mode 100644 src/static/font/iconfont.ttf rename src/static/{icon => icons}/black_count.svg (100%) rename src/static/{icon => icons}/checkmark-circle.svg (100%) rename src/static/{icon => icons}/close-circle.svg (100%) rename src/static/{icon => icons}/close-circle2.svg (100%) rename src/static/{icon => icons}/close.svg (100%) rename src/static/{icon => icons}/data-checkbox.png (100%) rename src/static/{icon => icons}/error-circle.svg (100%) rename src/static/{icon => icons}/icon_customer.svg (100%) rename src/static/{icon => icons}/icon_date.svg (100%) rename src/static/{icon => icons}/icon_eye-fill.svg (100%) rename src/static/{icon => icons}/icon_eye-off-outline.svg (100%) rename src/static/{icon => icons}/icon_filter.svg (100%) rename src/static/{icon => icons}/iconfont.ttf (100%) rename src/static/{icon => icons}/icons_camera.svg (100%) rename src/static/{icon => icons}/icons_close-circle.svg (100%) rename src/static/{icon => icons}/icons_close.svg (100%) rename src/static/{icon => icons}/icons_edit.svg (100%) rename src/static/{icon => icons}/icons_scan_close.svg (100%) rename src/static/{icon => icons}/light_count.svg (100%) rename src/static/{icon => icons}/plus.svg (100%) rename src/static/{icon => icons}/question-circle.svg (100%) rename src/static/{icon => icons}/screen.png (100%) rename src/static/{icon => icons}/search.svg (100%) rename src/static/{icon => icons}/warning.svg (100%) create mode 100644 src/static/images/message.svg create mode 100644 src/static/scss/colorui.css create mode 100644 src/static/scss/global.scss create mode 100644 src/static/scss/index.scss create mode 100644 src/static/version.json create mode 100644 src/static/video/error.wav diff --git a/src/App.vue b/src/App.vue index 01203cc..06367f4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -67,4 +67,30 @@ \ No newline at end of file diff --git a/src/mycomponents/Batch/Batch.vue b/src/mycomponents/Batch/Batch.vue new file mode 100644 index 0000000..d251eac --- /dev/null +++ b/src/mycomponents/Batch/Batch.vue @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/balance/balance.vue b/src/mycomponents/balance/balance.vue new file mode 100644 index 0000000..545dc79 --- /dev/null +++ b/src/mycomponents/balance/balance.vue @@ -0,0 +1,147 @@ + + + + + diff --git a/src/mycomponents/balance/balanceDetailPopup.vue b/src/mycomponents/balance/balanceDetailPopup.vue new file mode 100644 index 0000000..62c0be1 --- /dev/null +++ b/src/mycomponents/balance/balanceDetailPopup.vue @@ -0,0 +1,88 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/balance/balanceLabel.vue b/src/mycomponents/balance/balanceLabel.vue new file mode 100644 index 0000000..1b20c0f --- /dev/null +++ b/src/mycomponents/balance/balanceLabel.vue @@ -0,0 +1,57 @@ + + + + + diff --git a/src/mycomponents/balance/balanceMove.vue b/src/mycomponents/balance/balanceMove.vue new file mode 100644 index 0000000..c906afe --- /dev/null +++ b/src/mycomponents/balance/balanceMove.vue @@ -0,0 +1,98 @@ + + + + + diff --git a/src/mycomponents/balance/balanceSelect.vue b/src/mycomponents/balance/balanceSelect.vue new file mode 100644 index 0000000..0b63c99 --- /dev/null +++ b/src/mycomponents/balance/balanceSelect.vue @@ -0,0 +1,54 @@ + + + + + + diff --git a/src/mycomponents/balance/batch.vue b/src/mycomponents/balance/batch.vue new file mode 100644 index 0000000..1fda071 --- /dev/null +++ b/src/mycomponents/balance/batch.vue @@ -0,0 +1,24 @@ + + + + + diff --git a/src/mycomponents/balance/bussinessType.vue b/src/mycomponents/balance/bussinessType.vue new file mode 100644 index 0000000..82029e3 --- /dev/null +++ b/src/mycomponents/balance/bussinessType.vue @@ -0,0 +1,37 @@ + + + + + diff --git a/src/mycomponents/balance/handleBalance.vue b/src/mycomponents/balance/handleBalance.vue new file mode 100644 index 0000000..1707d4a --- /dev/null +++ b/src/mycomponents/balance/handleBalance.vue @@ -0,0 +1,80 @@ + + + + + diff --git a/src/mycomponents/balance/location.vue b/src/mycomponents/balance/location.vue new file mode 100644 index 0000000..d5956aa --- /dev/null +++ b/src/mycomponents/balance/location.vue @@ -0,0 +1,31 @@ + + + + + diff --git a/src/mycomponents/balance/moveStatus.vue b/src/mycomponents/balance/moveStatus.vue new file mode 100644 index 0000000..b65f39d --- /dev/null +++ b/src/mycomponents/balance/moveStatus.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/src/mycomponents/balance/pack.vue b/src/mycomponents/balance/pack.vue new file mode 100644 index 0000000..dc01084 --- /dev/null +++ b/src/mycomponents/balance/pack.vue @@ -0,0 +1,34 @@ + + + + + diff --git a/src/mycomponents/balance/productionLabel.vue b/src/mycomponents/balance/productionLabel.vue new file mode 100644 index 0000000..4f3824a --- /dev/null +++ b/src/mycomponents/balance/productionLabel.vue @@ -0,0 +1,59 @@ + + + + + diff --git a/src/mycomponents/balance/purchaseLabel.vue b/src/mycomponents/balance/purchaseLabel.vue new file mode 100644 index 0000000..92c9736 --- /dev/null +++ b/src/mycomponents/balance/purchaseLabel.vue @@ -0,0 +1,58 @@ + + + + + diff --git a/src/mycomponents/balance/recommendBalance.vue b/src/mycomponents/balance/recommendBalance.vue new file mode 100644 index 0000000..ce7daee --- /dev/null +++ b/src/mycomponents/balance/recommendBalance.vue @@ -0,0 +1,84 @@ + + + + + diff --git a/src/mycomponents/balance/toLocation.vue b/src/mycomponents/balance/toLocation.vue new file mode 100644 index 0000000..d44ba99 --- /dev/null +++ b/src/mycomponents/balance/toLocation.vue @@ -0,0 +1,31 @@ + + + + + diff --git a/src/mycomponents/button/requestButton.vue b/src/mycomponents/button/requestButton.vue new file mode 100644 index 0000000..8db55a8 --- /dev/null +++ b/src/mycomponents/button/requestButton.vue @@ -0,0 +1,57 @@ + + + + + diff --git a/src/mycomponents/common/comBlankView.vue b/src/mycomponents/common/comBlankView.vue new file mode 100644 index 0000000..96a64f6 --- /dev/null +++ b/src/mycomponents/common/comBlankView.vue @@ -0,0 +1,31 @@ + + + + + + diff --git a/src/mycomponents/common/comEmptyView.vue b/src/mycomponents/common/comEmptyView.vue new file mode 100644 index 0000000..c8b41ab --- /dev/null +++ b/src/mycomponents/common/comEmptyView.vue @@ -0,0 +1,41 @@ + + + + + + diff --git a/src/mycomponents/common/comListHint.vue b/src/mycomponents/common/comListHint.vue new file mode 100644 index 0000000..7808084 --- /dev/null +++ b/src/mycomponents/common/comListHint.vue @@ -0,0 +1,162 @@ + + + + + diff --git a/src/mycomponents/common/comListItem.vue b/src/mycomponents/common/comListItem.vue new file mode 100644 index 0000000..ec9b85b --- /dev/null +++ b/src/mycomponents/common/comListItem.vue @@ -0,0 +1,108 @@ + + + + + diff --git a/src/mycomponents/common/comMessage.vue b/src/mycomponents/common/comMessage.vue new file mode 100644 index 0000000..9b560ca --- /dev/null +++ b/src/mycomponents/common/comMessage.vue @@ -0,0 +1,479 @@ + + + + diff --git a/src/mycomponents/common/comPopup.vue b/src/mycomponents/common/comPopup.vue new file mode 100644 index 0000000..d0b37dc --- /dev/null +++ b/src/mycomponents/common/comPopup.vue @@ -0,0 +1,39 @@ + + + + + + + diff --git a/src/mycomponents/common/comUploadCamera.vue b/src/mycomponents/common/comUploadCamera.vue new file mode 100644 index 0000000..b1f0857 --- /dev/null +++ b/src/mycomponents/common/comUploadCamera.vue @@ -0,0 +1,120 @@ + + + + + diff --git a/src/mycomponents/container/container.vue b/src/mycomponents/container/container.vue new file mode 100644 index 0000000..cf510da --- /dev/null +++ b/src/mycomponents/container/container.vue @@ -0,0 +1,24 @@ + + + + + diff --git a/src/mycomponents/container/containerInfo.vue b/src/mycomponents/container/containerInfo.vue new file mode 100644 index 0000000..36ef39f --- /dev/null +++ b/src/mycomponents/container/containerInfo.vue @@ -0,0 +1,54 @@ + + + + + + diff --git a/src/mycomponents/container/containerStatus.vue b/src/mycomponents/container/containerStatus.vue new file mode 100644 index 0000000..c3fe658 --- /dev/null +++ b/src/mycomponents/container/containerStatus.vue @@ -0,0 +1,47 @@ + + + + + + + diff --git a/src/mycomponents/container/targetContainer.vue b/src/mycomponents/container/targetContainer.vue new file mode 100644 index 0000000..e8e0ac2 --- /dev/null +++ b/src/mycomponents/container/targetContainer.vue @@ -0,0 +1,68 @@ + + + + + diff --git a/src/mycomponents/detail/comDetailCard.vue b/src/mycomponents/detail/comDetailCard.vue new file mode 100644 index 0000000..e6e2fda --- /dev/null +++ b/src/mycomponents/detail/comDetailCard.vue @@ -0,0 +1,162 @@ + + + + + diff --git a/src/mycomponents/detail/comRequestDetailCard.vue b/src/mycomponents/detail/comRequestDetailCard.vue new file mode 100644 index 0000000..e687afa --- /dev/null +++ b/src/mycomponents/detail/comRequestDetailCard.vue @@ -0,0 +1,151 @@ + + + + + diff --git a/src/mycomponents/detail/detailBalanceInfo.vue b/src/mycomponents/detail/detailBalanceInfo.vue new file mode 100644 index 0000000..ea844ea --- /dev/null +++ b/src/mycomponents/detail/detailBalanceInfo.vue @@ -0,0 +1,67 @@ + + + + + diff --git a/src/mycomponents/detail/detailCommonInfo.vue b/src/mycomponents/detail/detailCommonInfo.vue new file mode 100644 index 0000000..9705aa5 --- /dev/null +++ b/src/mycomponents/detail/detailCommonInfo.vue @@ -0,0 +1,65 @@ + + + + + diff --git a/src/mycomponents/detail/detailHandleInfo.vue b/src/mycomponents/detail/detailHandleInfo.vue new file mode 100644 index 0000000..3f270f5 --- /dev/null +++ b/src/mycomponents/detail/detailHandleInfo.vue @@ -0,0 +1,63 @@ + + + + + diff --git a/src/mycomponents/detail/detailItemInfo.vue b/src/mycomponents/detail/detailItemInfo.vue new file mode 100644 index 0000000..dfbaf50 --- /dev/null +++ b/src/mycomponents/detail/detailItemInfo.vue @@ -0,0 +1,46 @@ + + + + + diff --git a/src/mycomponents/detail/detailPackageInfo.vue b/src/mycomponents/detail/detailPackageInfo.vue new file mode 100644 index 0000000..52c2e5c --- /dev/null +++ b/src/mycomponents/detail/detailPackageInfo.vue @@ -0,0 +1,65 @@ + + + + + diff --git a/src/mycomponents/detail/detailRecommendInfo.vue b/src/mycomponents/detail/detailRecommendInfo.vue new file mode 100644 index 0000000..f81b1d7 --- /dev/null +++ b/src/mycomponents/detail/detailRecommendInfo.vue @@ -0,0 +1,71 @@ + + + + + diff --git a/src/mycomponents/detail/jobDetailPopup.vue b/src/mycomponents/detail/jobDetailPopup.vue new file mode 100644 index 0000000..85a10d0 --- /dev/null +++ b/src/mycomponents/detail/jobDetailPopup.vue @@ -0,0 +1,79 @@ + + + + + diff --git a/src/mycomponents/detail/recordDetailBasicInfo.vue b/src/mycomponents/detail/recordDetailBasicInfo.vue new file mode 100644 index 0000000..0b63bbe --- /dev/null +++ b/src/mycomponents/detail/recordDetailBasicInfo.vue @@ -0,0 +1,66 @@ + + + + + diff --git a/src/mycomponents/detail/recordDetailCommonInfo.vue b/src/mycomponents/detail/recordDetailCommonInfo.vue new file mode 100644 index 0000000..ef7a547 --- /dev/null +++ b/src/mycomponents/detail/recordDetailCommonInfo.vue @@ -0,0 +1,60 @@ + + + + + diff --git a/src/mycomponents/detail/recordDetailPopup.vue b/src/mycomponents/detail/recordDetailPopup.vue new file mode 100644 index 0000000..a92991f --- /dev/null +++ b/src/mycomponents/detail/recordDetailPopup.vue @@ -0,0 +1,71 @@ + + + + + diff --git a/src/mycomponents/detail/requestDetailBasicInfo.vue b/src/mycomponents/detail/requestDetailBasicInfo.vue new file mode 100644 index 0000000..97451a1 --- /dev/null +++ b/src/mycomponents/detail/requestDetailBasicInfo.vue @@ -0,0 +1,43 @@ + + + + + diff --git a/src/mycomponents/detail/requestDetailCommonInfo.vue b/src/mycomponents/detail/requestDetailCommonInfo.vue new file mode 100644 index 0000000..3fa9226 --- /dev/null +++ b/src/mycomponents/detail/requestDetailCommonInfo.vue @@ -0,0 +1,65 @@ + + + + + diff --git a/src/mycomponents/item/item.vue b/src/mycomponents/item/item.vue new file mode 100644 index 0000000..abcceaa --- /dev/null +++ b/src/mycomponents/item/item.vue @@ -0,0 +1,48 @@ + + + + + diff --git a/src/mycomponents/item/itemCompareQty.vue b/src/mycomponents/item/itemCompareQty.vue new file mode 100644 index 0000000..c570dcd --- /dev/null +++ b/src/mycomponents/item/itemCompareQty.vue @@ -0,0 +1,63 @@ + + + + diff --git a/src/mycomponents/item/itemDetailInfo.vue b/src/mycomponents/item/itemDetailInfo.vue new file mode 100644 index 0000000..6649a07 --- /dev/null +++ b/src/mycomponents/item/itemDetailInfo.vue @@ -0,0 +1,74 @@ + + + + diff --git a/src/mycomponents/item/itemInfo.vue b/src/mycomponents/item/itemInfo.vue new file mode 100644 index 0000000..f40e16c --- /dev/null +++ b/src/mycomponents/item/itemInfo.vue @@ -0,0 +1,58 @@ + + + + + + diff --git a/src/mycomponents/item/itemInfoPopup.vue b/src/mycomponents/item/itemInfoPopup.vue new file mode 100644 index 0000000..9ce3580 --- /dev/null +++ b/src/mycomponents/item/itemInfoPopup.vue @@ -0,0 +1,159 @@ + + + + + diff --git a/src/mycomponents/item/itemQty.vue b/src/mycomponents/item/itemQty.vue new file mode 100644 index 0000000..ed98009 --- /dev/null +++ b/src/mycomponents/item/itemQty.vue @@ -0,0 +1,67 @@ + + + + diff --git a/src/mycomponents/item/itemRecommendQty.vue b/src/mycomponents/item/itemRecommendQty.vue new file mode 100644 index 0000000..92574af --- /dev/null +++ b/src/mycomponents/item/itemRecommendQty.vue @@ -0,0 +1,65 @@ + + + + diff --git a/src/mycomponents/item/itemSelect.vue b/src/mycomponents/item/itemSelect.vue new file mode 100644 index 0000000..6a059ff --- /dev/null +++ b/src/mycomponents/item/itemSelect.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/src/mycomponents/item/itemStatus.vue b/src/mycomponents/item/itemStatus.vue new file mode 100644 index 0000000..b7f1c7e --- /dev/null +++ b/src/mycomponents/item/itemStatus.vue @@ -0,0 +1,47 @@ + + + + + + + diff --git a/src/mycomponents/job/jobBottom.vue b/src/mycomponents/job/jobBottom.vue new file mode 100644 index 0000000..46e9ad6 --- /dev/null +++ b/src/mycomponents/job/jobBottom.vue @@ -0,0 +1,49 @@ + + + + + diff --git a/src/mycomponents/job/jobCard.vue b/src/mycomponents/job/jobCard.vue new file mode 100644 index 0000000..0b10b5c --- /dev/null +++ b/src/mycomponents/job/jobCard.vue @@ -0,0 +1,93 @@ + + + + + diff --git a/src/mycomponents/job/jobComMainCard.vue b/src/mycomponents/job/jobComMainCard.vue new file mode 100644 index 0000000..3025201 --- /dev/null +++ b/src/mycomponents/job/jobComMainCard.vue @@ -0,0 +1,41 @@ + + + + + diff --git a/src/mycomponents/job/jobCommonInfo.vue b/src/mycomponents/job/jobCommonInfo.vue new file mode 100644 index 0000000..28afb77 --- /dev/null +++ b/src/mycomponents/job/jobCommonInfo.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/src/mycomponents/job/jobDetailPopup.vue b/src/mycomponents/job/jobDetailPopup.vue new file mode 100644 index 0000000..1b2116e --- /dev/null +++ b/src/mycomponents/job/jobDetailPopup.vue @@ -0,0 +1,79 @@ + + + + + diff --git a/src/mycomponents/job/jobFilter.vue b/src/mycomponents/job/jobFilter.vue new file mode 100644 index 0000000..a209c2a --- /dev/null +++ b/src/mycomponents/job/jobFilter.vue @@ -0,0 +1,155 @@ + + + + diff --git a/src/mycomponents/job/jobInfoPopup.vue b/src/mycomponents/job/jobInfoPopup.vue new file mode 100644 index 0000000..92f04d7 --- /dev/null +++ b/src/mycomponents/job/jobInfoPopup.vue @@ -0,0 +1,75 @@ + + + + + diff --git a/src/mycomponents/job/jobNumber.vue b/src/mycomponents/job/jobNumber.vue new file mode 100644 index 0000000..94a3849 --- /dev/null +++ b/src/mycomponents/job/jobNumber.vue @@ -0,0 +1,36 @@ + + + + + + + + diff --git a/src/mycomponents/job/jobPersonInfo.vue b/src/mycomponents/job/jobPersonInfo.vue new file mode 100644 index 0000000..fa28ee1 --- /dev/null +++ b/src/mycomponents/job/jobPersonInfo.vue @@ -0,0 +1,64 @@ + + + + + diff --git a/src/mycomponents/job/jobProperty.vue b/src/mycomponents/job/jobProperty.vue new file mode 100644 index 0000000..f231f5e --- /dev/null +++ b/src/mycomponents/job/jobProperty.vue @@ -0,0 +1,36 @@ + + + + + diff --git a/src/mycomponents/job/jobRequestInfo.vue b/src/mycomponents/job/jobRequestInfo.vue new file mode 100644 index 0000000..31cb230 --- /dev/null +++ b/src/mycomponents/job/jobRequestInfo.vue @@ -0,0 +1,96 @@ + + + + + diff --git a/src/mycomponents/job/jobSettingInfo.vue b/src/mycomponents/job/jobSettingInfo.vue new file mode 100644 index 0000000..db1ab47 --- /dev/null +++ b/src/mycomponents/job/jobSettingInfo.vue @@ -0,0 +1,77 @@ + + + + + diff --git a/src/mycomponents/job/jobStatus.vue b/src/mycomponents/job/jobStatus.vue new file mode 100644 index 0000000..26ea46a --- /dev/null +++ b/src/mycomponents/job/jobStatus.vue @@ -0,0 +1,45 @@ + + + + + + diff --git a/src/mycomponents/job/jobTop.vue b/src/mycomponents/job/jobTop.vue new file mode 100644 index 0000000..7aab393 --- /dev/null +++ b/src/mycomponents/job/jobTop.vue @@ -0,0 +1,41 @@ + + + + + diff --git a/src/mycomponents/job/jobcomDetailCard.vue b/src/mycomponents/job/jobcomDetailCard.vue new file mode 100644 index 0000000..77fc6fe --- /dev/null +++ b/src/mycomponents/job/jobcomDetailCard.vue @@ -0,0 +1,146 @@ + + + + + diff --git a/src/mycomponents/label/label.vue b/src/mycomponents/label/label.vue new file mode 100644 index 0000000..438ad69 --- /dev/null +++ b/src/mycomponents/label/label.vue @@ -0,0 +1,57 @@ + + + + + diff --git a/src/mycomponents/location/location.vue b/src/mycomponents/location/location.vue new file mode 100644 index 0000000..b2286bf --- /dev/null +++ b/src/mycomponents/location/location.vue @@ -0,0 +1,55 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/location/locationDetail.vue b/src/mycomponents/location/locationDetail.vue new file mode 100644 index 0000000..c6fd752 --- /dev/null +++ b/src/mycomponents/location/locationDetail.vue @@ -0,0 +1,47 @@ + + + + + diff --git a/src/mycomponents/location/locationDrop.vue b/src/mycomponents/location/locationDrop.vue new file mode 100644 index 0000000..6862f92 --- /dev/null +++ b/src/mycomponents/location/locationDrop.vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/location/locationInfo.vue b/src/mycomponents/location/locationInfo.vue new file mode 100644 index 0000000..6a63f0a --- /dev/null +++ b/src/mycomponents/location/locationInfo.vue @@ -0,0 +1,45 @@ + + + + + + diff --git a/src/mycomponents/location/locationStatus.vue b/src/mycomponents/location/locationStatus.vue new file mode 100644 index 0000000..cf26117 --- /dev/null +++ b/src/mycomponents/location/locationStatus.vue @@ -0,0 +1,46 @@ + + + + + diff --git a/src/mycomponents/location/requiredLocation.vue b/src/mycomponents/location/requiredLocation.vue new file mode 100644 index 0000000..ff43f42 --- /dev/null +++ b/src/mycomponents/location/requiredLocation.vue @@ -0,0 +1,79 @@ + + + + + diff --git a/src/mycomponents/package/packageBalance.vue b/src/mycomponents/package/packageBalance.vue new file mode 100644 index 0000000..8fab758 --- /dev/null +++ b/src/mycomponents/package/packageBalance.vue @@ -0,0 +1,84 @@ + + + + + diff --git a/src/mycomponents/package/packageDetailPopup.vue b/src/mycomponents/package/packageDetailPopup.vue new file mode 100644 index 0000000..de2c5a5 --- /dev/null +++ b/src/mycomponents/package/packageDetailPopup.vue @@ -0,0 +1,204 @@ + + + + + diff --git a/src/mycomponents/package/packageHandle.vue b/src/mycomponents/package/packageHandle.vue new file mode 100644 index 0000000..ecb4274 --- /dev/null +++ b/src/mycomponents/package/packageHandle.vue @@ -0,0 +1,85 @@ + + + + + diff --git a/src/mycomponents/package/packageTarget.vue b/src/mycomponents/package/packageTarget.vue new file mode 100644 index 0000000..a1af74a --- /dev/null +++ b/src/mycomponents/package/packageTarget.vue @@ -0,0 +1,57 @@ + + + + + diff --git a/src/mycomponents/partCode/partCode.vue b/src/mycomponents/partCode/partCode.vue new file mode 100644 index 0000000..915106b --- /dev/null +++ b/src/mycomponents/partCode/partCode.vue @@ -0,0 +1,158 @@ + + + + + diff --git a/src/mycomponents/partCode/partCodeSelect.vue b/src/mycomponents/partCode/partCodeSelect.vue new file mode 100644 index 0000000..6a059ff --- /dev/null +++ b/src/mycomponents/partCode/partCodeSelect.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/src/mycomponents/popup/selectList.vue b/src/mycomponents/popup/selectList.vue new file mode 100644 index 0000000..a7e9553 --- /dev/null +++ b/src/mycomponents/popup/selectList.vue @@ -0,0 +1,116 @@ + + + + + diff --git a/src/mycomponents/production/productionInfo.vue b/src/mycomponents/production/productionInfo.vue new file mode 100644 index 0000000..e54bbaa --- /dev/null +++ b/src/mycomponents/production/productionInfo.vue @@ -0,0 +1,39 @@ + + + + + diff --git a/src/mycomponents/purchase/purchaseInfo.vue b/src/mycomponents/purchase/purchaseInfo.vue new file mode 100644 index 0000000..b831c77 --- /dev/null +++ b/src/mycomponents/purchase/purchaseInfo.vue @@ -0,0 +1,37 @@ + + + + + diff --git a/src/mycomponents/qty/CountQtyEdit.vue b/src/mycomponents/qty/CountQtyEdit.vue new file mode 100644 index 0000000..1d1cbce --- /dev/null +++ b/src/mycomponents/qty/CountQtyEdit.vue @@ -0,0 +1,269 @@ + + + + + diff --git a/src/mycomponents/qty/RecommendQty.vue b/src/mycomponents/qty/RecommendQty.vue new file mode 100644 index 0000000..b294485 --- /dev/null +++ b/src/mycomponents/qty/RecommendQty.vue @@ -0,0 +1,72 @@ + + + + + diff --git a/src/mycomponents/qty/balanceQty.vue b/src/mycomponents/qty/balanceQty.vue new file mode 100644 index 0000000..f0b80e1 --- /dev/null +++ b/src/mycomponents/qty/balanceQty.vue @@ -0,0 +1,73 @@ + + + + + diff --git a/src/mycomponents/qty/balanceQtyEdit.vue b/src/mycomponents/qty/balanceQtyEdit.vue new file mode 100644 index 0000000..bc8a903 --- /dev/null +++ b/src/mycomponents/qty/balanceQtyEdit.vue @@ -0,0 +1,217 @@ + + + + + diff --git a/src/mycomponents/qty/compareQty.vue b/src/mycomponents/qty/compareQty.vue new file mode 100644 index 0000000..287ca68 --- /dev/null +++ b/src/mycomponents/qty/compareQty.vue @@ -0,0 +1,106 @@ + + + + + diff --git a/src/mycomponents/qty/inspectQtyEdit.vue b/src/mycomponents/qty/inspectQtyEdit.vue new file mode 100644 index 0000000..c12ab10 --- /dev/null +++ b/src/mycomponents/qty/inspectQtyEdit.vue @@ -0,0 +1,198 @@ + + + + + diff --git a/src/mycomponents/qty/qty.vue b/src/mycomponents/qty/qty.vue new file mode 100644 index 0000000..f2d55dc --- /dev/null +++ b/src/mycomponents/qty/qty.vue @@ -0,0 +1,58 @@ + + + + + diff --git a/src/mycomponents/qty/recommendQtyEdit.vue b/src/mycomponents/qty/recommendQtyEdit.vue new file mode 100644 index 0000000..f080036 --- /dev/null +++ b/src/mycomponents/qty/recommendQtyEdit.vue @@ -0,0 +1,227 @@ + + + + + diff --git a/src/mycomponents/qty/stdPackQty.vue b/src/mycomponents/qty/stdPackQty.vue new file mode 100644 index 0000000..7ab4cf0 --- /dev/null +++ b/src/mycomponents/qty/stdPackQty.vue @@ -0,0 +1,37 @@ + + + + + diff --git a/src/mycomponents/qty/stdUom.vue b/src/mycomponents/qty/stdUom.vue new file mode 100644 index 0000000..03508a7 --- /dev/null +++ b/src/mycomponents/qty/stdUom.vue @@ -0,0 +1,40 @@ + + + + + + + diff --git a/src/mycomponents/qty/uom.vue b/src/mycomponents/qty/uom.vue new file mode 100644 index 0000000..bb138ba --- /dev/null +++ b/src/mycomponents/qty/uom.vue @@ -0,0 +1,40 @@ + + + + + + + diff --git a/src/mycomponents/recommend/recommend.vue b/src/mycomponents/recommend/recommend.vue new file mode 100644 index 0000000..6e1963d --- /dev/null +++ b/src/mycomponents/recommend/recommend.vue @@ -0,0 +1,158 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/recommend/recommendBalance.vue b/src/mycomponents/recommend/recommendBalance.vue new file mode 100644 index 0000000..df79f68 --- /dev/null +++ b/src/mycomponents/recommend/recommendBalance.vue @@ -0,0 +1,69 @@ + + + + + diff --git a/src/mycomponents/recommend/recommendCount.vue b/src/mycomponents/recommend/recommendCount.vue new file mode 100644 index 0000000..4d2bc57 --- /dev/null +++ b/src/mycomponents/recommend/recommendCount.vue @@ -0,0 +1,146 @@ + + + + + diff --git a/src/mycomponents/record/record.vue b/src/mycomponents/record/record.vue new file mode 100644 index 0000000..bd7e6b1 --- /dev/null +++ b/src/mycomponents/record/record.vue @@ -0,0 +1,96 @@ + + + + + diff --git a/src/mycomponents/record/recordBottom.vue b/src/mycomponents/record/recordBottom.vue new file mode 100644 index 0000000..120265e --- /dev/null +++ b/src/mycomponents/record/recordBottom.vue @@ -0,0 +1,49 @@ + + + + + diff --git a/src/mycomponents/record/recordComDetailCard.vue b/src/mycomponents/record/recordComDetailCard.vue new file mode 100644 index 0000000..81d1cd0 --- /dev/null +++ b/src/mycomponents/record/recordComDetailCard.vue @@ -0,0 +1,179 @@ + + + + + diff --git a/src/mycomponents/record/recordCommonInfo.vue b/src/mycomponents/record/recordCommonInfo.vue new file mode 100644 index 0000000..efcd0f7 --- /dev/null +++ b/src/mycomponents/record/recordCommonInfo.vue @@ -0,0 +1,72 @@ + + + + + diff --git a/src/mycomponents/record/recordDetailCommonInfo.vue b/src/mycomponents/record/recordDetailCommonInfo.vue new file mode 100644 index 0000000..7655126 --- /dev/null +++ b/src/mycomponents/record/recordDetailCommonInfo.vue @@ -0,0 +1,66 @@ + + + + + diff --git a/src/mycomponents/record/recordFilter.vue b/src/mycomponents/record/recordFilter.vue new file mode 100644 index 0000000..710a59b --- /dev/null +++ b/src/mycomponents/record/recordFilter.vue @@ -0,0 +1,116 @@ + + + + diff --git a/src/mycomponents/record/recordItemInfo.vue b/src/mycomponents/record/recordItemInfo.vue new file mode 100644 index 0000000..dc911f5 --- /dev/null +++ b/src/mycomponents/record/recordItemInfo.vue @@ -0,0 +1,91 @@ + + + + + diff --git a/src/mycomponents/record/recordListCommonInfo.vue b/src/mycomponents/record/recordListCommonInfo.vue new file mode 100644 index 0000000..5d8cabe --- /dev/null +++ b/src/mycomponents/record/recordListCommonInfo.vue @@ -0,0 +1,80 @@ + + + + + diff --git a/src/mycomponents/record/recordListDetailPoup.vue b/src/mycomponents/record/recordListDetailPoup.vue new file mode 100644 index 0000000..7bbdf29 --- /dev/null +++ b/src/mycomponents/record/recordListDetailPoup.vue @@ -0,0 +1,69 @@ + + + + + diff --git a/src/mycomponents/record/recordMainInfo.vue b/src/mycomponents/record/recordMainInfo.vue new file mode 100644 index 0000000..8958184 --- /dev/null +++ b/src/mycomponents/record/recordMainInfo.vue @@ -0,0 +1,198 @@ + + + + + diff --git a/src/mycomponents/record/recordNumber.vue b/src/mycomponents/record/recordNumber.vue new file mode 100644 index 0000000..94a3849 --- /dev/null +++ b/src/mycomponents/record/recordNumber.vue @@ -0,0 +1,36 @@ + + + + + + + + diff --git a/src/mycomponents/record/recordPersonInfo.vue b/src/mycomponents/record/recordPersonInfo.vue new file mode 100644 index 0000000..628a0a8 --- /dev/null +++ b/src/mycomponents/record/recordPersonInfo.vue @@ -0,0 +1,57 @@ + + + + + diff --git a/src/mycomponents/record/recordRequestInfo.vue b/src/mycomponents/record/recordRequestInfo.vue new file mode 100644 index 0000000..66d1857 --- /dev/null +++ b/src/mycomponents/record/recordRequestInfo.vue @@ -0,0 +1,53 @@ + + + + + diff --git a/src/mycomponents/record/recordStatus.vue b/src/mycomponents/record/recordStatus.vue new file mode 100644 index 0000000..f0a516f --- /dev/null +++ b/src/mycomponents/record/recordStatus.vue @@ -0,0 +1,47 @@ + + + + + + diff --git a/src/mycomponents/record/recordTop.vue b/src/mycomponents/record/recordTop.vue new file mode 100644 index 0000000..6c52a50 --- /dev/null +++ b/src/mycomponents/record/recordTop.vue @@ -0,0 +1,41 @@ + + + + + diff --git a/src/mycomponents/request/requestBottom.vue b/src/mycomponents/request/requestBottom.vue new file mode 100644 index 0000000..120265e --- /dev/null +++ b/src/mycomponents/request/requestBottom.vue @@ -0,0 +1,49 @@ + + + + + diff --git a/src/mycomponents/request/requestComMainCard.vue b/src/mycomponents/request/requestComMainCard.vue new file mode 100644 index 0000000..0f4ca8a --- /dev/null +++ b/src/mycomponents/request/requestComMainCard.vue @@ -0,0 +1,41 @@ + + + + + diff --git a/src/mycomponents/request/requestCommonInfo.vue b/src/mycomponents/request/requestCommonInfo.vue new file mode 100644 index 0000000..b044adb --- /dev/null +++ b/src/mycomponents/request/requestCommonInfo.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/src/mycomponents/request/requestFilter.vue b/src/mycomponents/request/requestFilter.vue new file mode 100644 index 0000000..cfdd185 --- /dev/null +++ b/src/mycomponents/request/requestFilter.vue @@ -0,0 +1,128 @@ + + + + diff --git a/src/mycomponents/request/requestItemInfo.vue b/src/mycomponents/request/requestItemInfo.vue new file mode 100644 index 0000000..dc911f5 --- /dev/null +++ b/src/mycomponents/request/requestItemInfo.vue @@ -0,0 +1,91 @@ + + + + + diff --git a/src/mycomponents/request/requestListCommonInfo.vue b/src/mycomponents/request/requestListCommonInfo.vue new file mode 100644 index 0000000..611942b --- /dev/null +++ b/src/mycomponents/request/requestListCommonInfo.vue @@ -0,0 +1,84 @@ + + + + + diff --git a/src/mycomponents/request/requestMainInfo.vue b/src/mycomponents/request/requestMainInfo.vue new file mode 100644 index 0000000..1c774cf --- /dev/null +++ b/src/mycomponents/request/requestMainInfo.vue @@ -0,0 +1,168 @@ + + + + + diff --git a/src/mycomponents/request/requestNumber.vue b/src/mycomponents/request/requestNumber.vue new file mode 100644 index 0000000..94a3849 --- /dev/null +++ b/src/mycomponents/request/requestNumber.vue @@ -0,0 +1,36 @@ + + + + + + + + diff --git a/src/mycomponents/request/requestPersonInfo.vue b/src/mycomponents/request/requestPersonInfo.vue new file mode 100644 index 0000000..628a0a8 --- /dev/null +++ b/src/mycomponents/request/requestPersonInfo.vue @@ -0,0 +1,57 @@ + + + + + diff --git a/src/mycomponents/request/requestRequestInfo.vue b/src/mycomponents/request/requestRequestInfo.vue new file mode 100644 index 0000000..66d1857 --- /dev/null +++ b/src/mycomponents/request/requestRequestInfo.vue @@ -0,0 +1,53 @@ + + + + + diff --git a/src/mycomponents/request/requestStatus.vue b/src/mycomponents/request/requestStatus.vue new file mode 100644 index 0000000..4d07e6b --- /dev/null +++ b/src/mycomponents/request/requestStatus.vue @@ -0,0 +1,45 @@ + + + + + + diff --git a/src/mycomponents/request/requestTop.vue b/src/mycomponents/request/requestTop.vue new file mode 100644 index 0000000..5a49dbe --- /dev/null +++ b/src/mycomponents/request/requestTop.vue @@ -0,0 +1,41 @@ + + + + + diff --git a/src/mycomponents/scan/winComScan.vue b/src/mycomponents/scan/winComScan.vue new file mode 100644 index 0000000..1144cd7 --- /dev/null +++ b/src/mycomponents/scan/winComScan.vue @@ -0,0 +1,276 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/scan/winComScan222.vue b/src/mycomponents/scan/winComScan222.vue new file mode 100644 index 0000000..bb526e9 --- /dev/null +++ b/src/mycomponents/scan/winComScan222.vue @@ -0,0 +1,281 @@ + + + + + diff --git a/src/mycomponents/scan/winScanAsnNumber.vue b/src/mycomponents/scan/winScanAsnNumber.vue new file mode 100644 index 0000000..38a7f90 --- /dev/null +++ b/src/mycomponents/scan/winScanAsnNumber.vue @@ -0,0 +1,94 @@ + + + + + diff --git a/src/mycomponents/scan/winScanButton.vue b/src/mycomponents/scan/winScanButton.vue new file mode 100644 index 0000000..fd22865 --- /dev/null +++ b/src/mycomponents/scan/winScanButton.vue @@ -0,0 +1,53 @@ + + + + + diff --git a/src/mycomponents/scan/winScanContainer.vue b/src/mycomponents/scan/winScanContainer.vue new file mode 100644 index 0000000..3324db4 --- /dev/null +++ b/src/mycomponents/scan/winScanContainer.vue @@ -0,0 +1,119 @@ + + + + + diff --git a/src/mycomponents/scan/winScanItem.vue b/src/mycomponents/scan/winScanItem.vue new file mode 100644 index 0000000..05a4164 --- /dev/null +++ b/src/mycomponents/scan/winScanItem.vue @@ -0,0 +1,173 @@ + + + + + diff --git a/src/mycomponents/scan/winScanJobNumber.vue b/src/mycomponents/scan/winScanJobNumber.vue new file mode 100644 index 0000000..9dbab85 --- /dev/null +++ b/src/mycomponents/scan/winScanJobNumber.vue @@ -0,0 +1,94 @@ + + + + + diff --git a/src/mycomponents/scan/winScanLocation.vue b/src/mycomponents/scan/winScanLocation.vue new file mode 100644 index 0000000..8f40ed8 --- /dev/null +++ b/src/mycomponents/scan/winScanLocation.vue @@ -0,0 +1,163 @@ + + + + + diff --git a/src/mycomponents/scan/winScanPack.vue b/src/mycomponents/scan/winScanPack.vue new file mode 100644 index 0000000..07d5087 --- /dev/null +++ b/src/mycomponents/scan/winScanPack.vue @@ -0,0 +1,113 @@ + + + + + diff --git a/src/mycomponents/scan/winScanPackAndCont.vue b/src/mycomponents/scan/winScanPackAndCont.vue new file mode 100644 index 0000000..c6b5ad6 --- /dev/null +++ b/src/mycomponents/scan/winScanPackAndCont.vue @@ -0,0 +1,135 @@ + + + + + diff --git a/src/mycomponents/scan/winScanPackAndLocation.vue b/src/mycomponents/scan/winScanPackAndLocation.vue new file mode 100644 index 0000000..976e827 --- /dev/null +++ b/src/mycomponents/scan/winScanPackAndLocation.vue @@ -0,0 +1,453 @@ + + + + + diff --git a/src/mycomponents/scan/winScanPackAndPosition.vue b/src/mycomponents/scan/winScanPackAndPosition.vue new file mode 100644 index 0000000..8709d07 --- /dev/null +++ b/src/mycomponents/scan/winScanPackAndPosition.vue @@ -0,0 +1,225 @@ + + + + + diff --git a/src/mycomponents/status/balanceStatus.vue b/src/mycomponents/status/balanceStatus.vue new file mode 100644 index 0000000..786c4ff --- /dev/null +++ b/src/mycomponents/status/balanceStatus.vue @@ -0,0 +1,71 @@ + + + + + + + + diff --git a/src/mycomponents/status/status.vue b/src/mycomponents/status/status.vue new file mode 100644 index 0000000..b771d9e --- /dev/null +++ b/src/mycomponents/status/status.vue @@ -0,0 +1,52 @@ + + + + + + + + diff --git a/src/mycomponents/status/statusEdit.vue b/src/mycomponents/status/statusEdit.vue new file mode 100644 index 0000000..f626d4e --- /dev/null +++ b/src/mycomponents/status/statusEdit.vue @@ -0,0 +1,149 @@ + + + + + diff --git a/src/mycomponents/transfer/comTransferReceipt.vue b/src/mycomponents/transfer/comTransferReceipt.vue new file mode 100644 index 0000000..1c9ba30 --- /dev/null +++ b/src/mycomponents/transfer/comTransferReceipt.vue @@ -0,0 +1,62 @@ + + + + + + diff --git a/src/mycomponents/wincom/basicCom/winHint.vue b/src/mycomponents/wincom/basicCom/winHint.vue new file mode 100644 index 0000000..e9945cb --- /dev/null +++ b/src/mycomponents/wincom/basicCom/winHint.vue @@ -0,0 +1,70 @@ + + + + + \ No newline at end of file diff --git a/src/mycomponents/workStation/workStation.vue b/src/mycomponents/workStation/workStation.vue new file mode 100644 index 0000000..da284da --- /dev/null +++ b/src/mycomponents/workStation/workStation.vue @@ -0,0 +1,77 @@ + + + + + diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index 535579d..b282871 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -1,14 +1,11 @@