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 @@