From 795b82a07d7e6fc748640e82e80ac8d02c70e733 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 11 五月 2024 15:21:48 +0800
Subject: [PATCH] 1.递交
---
pages/scgl/scbg.vue | 27 +++++++++++++--------------
1 files changed, 13 insertions(+), 14 deletions(-)
diff --git a/pages/scgl/scbg.vue b/pages/scgl/scbg.vue
index 7f52dcc..72926d2 100644
--- a/pages/scgl/scbg.vue
+++ b/pages/scgl/scbg.vue
@@ -122,7 +122,7 @@
<view class="flex_center" style="margin: 0rpx 20rpx 10rpx;line-height: 76rpx;">
<view style="display: flex;" class="titleFont">
- <view style="color: red;margin-right: 6rpx;">*</view> 璁惧鍚嶇О锛�
+ <view style="color: #fff;margin-right: 6rpx;">*</view> 璁惧鍚嶇О锛�
</view>
<view @click='epqSheetClick' class="custominputClass">
@@ -139,7 +139,8 @@
<view class="flex_center titleFont" style="margin: 0rpx 20rpx 10rpx;line-height: 56rpx;">
<view style="color: red;margin-right: 6rpx;">*</view> 鎶ュ伐鏁伴噺锛�
<view class='inputClass'>
- <u--input placeholder="璇疯緭鍏�" border="surround" type='number' v-model="reportqty">
+ <u--input placeholder="璇疯緭鍏�" :adjustPosition='false' border="surround" type='number'
+ v-model="reportqty">
</u--input>
</view>
</view>
@@ -147,8 +148,8 @@
<view class="flex_center titleFont" style="margin: 0rpx 20rpx 10rpx;line-height: 56rpx;">
<view style="color: #fff;margin-right: 6rpx;">*</view> 涓嶈壇鏁伴噺锛�
<view class='inputClass'>
- <u--input placeholder="璇疯緭鍏�" border="surround" @change='ngqtyChange' type='number'
- v-model="ngqty"></u--input>
+ <u--input placeholder="璇疯緭鍏�" border="surround" :adjustPosition='false'
+ @change='ngqtyChange' type='number' v-model="ngqty"></u--input>
</view>
</view>
<view class="flex_center" style="margin: 0rpx 20rpx 10rpx;line-height: 76rpx;">
@@ -266,14 +267,13 @@
<u-action-sheet v-if="topContent.length!==0" :actions="badSelectArr" :safeAreaInsetBottom='true'
:closeOnClickOverlay="true" :closeOnClickAction="true" @close="badSheetShow=false" :show="badSheetShow"
@select='badSheetSelect'>
- <view style="min-height: 100rpx;padding: 20rpx 20rpx 30rpx 20rpx;">
+ <view style="min-height: 100rpx;">
<u-checkbox-group @change="checkboxChange" size='20px' v-model="checkBoxValue" iconPlacement="right"
placement="column">
<view v-for="(item,index) in badSelectArr">
<u-checkbox activeColor="rgb(0, 102, 255)" labelSize='18' :key="item.code+index"
:name='item.name' :label="item.name">
</u-checkbox>
- <u-divider :key="item.code"></u-divider>
</view>
</u-checkbox-group>
</view>
@@ -291,7 +291,6 @@
<u-checkbox activeColor="rgb(0, 102, 255)" labelSize='18' :key="item.code+index"
:name='item.name' :label="item.name">
</u-checkbox>
- <u-divider :key="item.code"></u-divider>
</view>
</u-checkbox-group>
</view>
@@ -470,15 +469,9 @@
mounted() {
this.init()
-
- // this.getMesOrderStepStart('SGPO20231110_1;101')
-
-
-
+ this.getMesOrderStepStart('MO-2024-01-0004_1;102')
this.getSellectAllApi()
-
-
},
methods: {
init() {
@@ -949,4 +942,10 @@
::v-deep .u-number-box__plus {
height: 50rpx !important;
}
+
+
+ ::v-deep .u-checkbox-label--right {
+ padding: 30rpx;
+ border-bottom: 1rpx solid #eee;
+ }
</style>
\ No newline at end of file
--
Gitblit v1.9.3