diff --git a/component/public/Drawer.vue b/component/public/Drawer.vue index 74958ac..306e813 100644 --- a/component/public/Drawer.vue +++ b/component/public/Drawer.vue @@ -93,6 +93,7 @@ background: linear-gradient(to bottom, #dfecfa, #c9dbee); display: flex; align-items: center; + clip-path: inset(0 60% 0 0); /* 上 右 下 左,裁掉右半边 */ .drawer-img { width: 25rpx; height: 25rpx; diff --git a/component/rightItemsindex/index.vue b/component/rightItemsindex/index.vue index 8cb6fda..cf38c52 100644 --- a/component/rightItemsindex/index.vue +++ b/component/rightItemsindex/index.vue @@ -619,7 +619,6 @@ let timerId = null; //点击左上角卡片的右侧菜单 const openhuliList = (index : number) => { - // console.log("????", index,drawer.value) drawer.value.openDrawer(); } diff --git a/component/storeroom/ball.vue b/component/storeroom/ball.vue new file mode 100644 index 0000000..67b08c6 --- /dev/null +++ b/component/storeroom/ball.vue @@ -0,0 +1,129 @@ + + + + + diff --git a/component/storeroom/index.vue b/component/storeroom/index.vue index b13c0a9..34bbf5e 100644 --- a/component/storeroom/index.vue +++ b/component/storeroom/index.vue @@ -97,7 +97,7 @@ - + 请购 @@ -114,67 +114,43 @@ 长春市朝阳区久泰开运养老服务有限公司 + - + - - - - - - - - - - 1000 - 库存上限 - - - - - - - 10 - 库存下限 - - - - - - - 50 - 库存数量 - - - - - - - 纸尿裤-拉拉裤 - - - ZHYP044 - - - + - + + + + + + + + + + \ No newline at end of file diff --git a/component/storeroom/info.vue b/component/storeroom/info.vue new file mode 100644 index 0000000..2f62db1 --- /dev/null +++ b/component/storeroom/info.vue @@ -0,0 +1,318 @@ + + + + + \ No newline at end of file diff --git a/component/storeroom/orders.vue b/component/storeroom/orders.vue index 87c37c3..d4ae341 100644 --- a/component/storeroom/orders.vue +++ b/component/storeroom/orders.vue @@ -404,15 +404,6 @@ Array.from({ length: 6 }, (_, index) => ({ cardType: index })) ); const sliceArray = ref([]); - // const sliceTheArray = (type:number) =>{ - // let saveArray = [] - // cardArray.value.forEach((element:any)=>{ - // if(element.cardType>=type){ - // saveArray.push(element) - // } - // }) - // sliceArray.value = saveArray - // } const clickBall = (index : number) => { switch (index) { case 0: @@ -432,12 +423,8 @@ detailisopacity.value = true }, 200) } - // const changeStateTarget = (e : any) => { - // stateTarget.value = e.detail.value - // } const calendarchange = (e : any) => { stateTarget.value = e.result - // console.log("E",e.result) } onMounted(() => { sliceArray.value = cardArray.value; diff --git a/component/storeroom/plsbuy.vue b/component/storeroom/plsbuy.vue new file mode 100644 index 0000000..2f62db1 --- /dev/null +++ b/component/storeroom/plsbuy.vue @@ -0,0 +1,318 @@ + + + + + \ No newline at end of file diff --git a/component/storeroom/shoppingCar/index.vue b/component/storeroom/shoppingCar/index.vue new file mode 100644 index 0000000..5c26153 --- /dev/null +++ b/component/storeroom/shoppingCar/index.vue @@ -0,0 +1,408 @@ +