From e8eec4318110f5c678679da781c6c4de223a3a6a Mon Sep 17 00:00:00 2001 From: "Mr.sun" <2290907227@qq.com> Date: Sat, 9 Mar 2024 15:26:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E5=85=A5=E5=BA=93=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/AvgOrderPkg/index.vue | 2 +- pages/AvgOrderPkg/index222.vue | 359 +++++++++++++++++++++++++++++ pages/payInto/index.scss | 4 +- pages/payInto/index.vue | 52 ++++- pages/payInto/indexyuan.vue | 397 +++++++++++++++++++++++++++++++++ 5 files changed, 808 insertions(+), 6 deletions(-) create mode 100644 pages/AvgOrderPkg/index222.vue create mode 100644 pages/payInto/indexyuan.vue diff --git a/pages/AvgOrderPkg/index.vue b/pages/AvgOrderPkg/index.vue index 7bcd292..3113930 100644 --- a/pages/AvgOrderPkg/index.vue +++ b/pages/AvgOrderPkg/index.vue @@ -48,7 +48,7 @@ --> - + + + 待出库物料信息 + + + + + + + + + + + + + + + + 数量确认 + + + 缴库数量: + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pages/payInto/index.scss b/pages/payInto/index.scss index 683e1eb..89c0af9 100644 --- a/pages/payInto/index.scss +++ b/pages/payInto/index.scss @@ -61,7 +61,7 @@ .sh-card { // margin-top: 30rpx; // padding: 20rpx 0rpx; - border: 0.5px solid #bdc3c7; + // border: 0.5px solid #bdc3c7; border-radius: 20rpx; line-height: 50rpx; width: 90%; @@ -72,7 +72,7 @@ display: flex; flex-direction: column; padding: 0 20px; - background-color: #f2f2f2; + // background-color: #f2f2f2; border-top-left-radius: 20rpx; border-top-right-radius: 20rpx; .sh-button{ diff --git a/pages/payInto/index.vue b/pages/payInto/index.vue index f4c7e9a..0b2cf4f 100644 --- a/pages/payInto/index.vue +++ b/pages/payInto/index.vue @@ -39,7 +39,7 @@ - + + + + + + + + + + 物料编号: + {{item.rerpPart}} + + + + + 物料信息: + {{item.ptName}}{{item.ptDesc?item.ptDesc:item.ptDesc}} + + + + + + 台车编号: + {{item.containerCode}} + + + + + + 缴库数量: + {{item.rerpQty}} + + + + + + + + + + + + + diff --git a/pages/payInto/indexyuan.vue b/pages/payInto/indexyuan.vue new file mode 100644 index 0000000..18e7e85 --- /dev/null +++ b/pages/payInto/indexyuan.vue @@ -0,0 +1,397 @@ + + + + +