|
|
@@ -99,7 +99,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="take-button">
|
|
|
- <van-button type="primary" size="large" style="height: 36px" @click="onConfirm" >下架</van-button>
|
|
|
+ <div class="button-text" @click="onConfirm">下架</div>
|
|
|
+<!-- <van-button type="primary" size="large" style="height: 36px" @click.once="onConfirm" >下架</van-button>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
<van-divider :style="{ color: '#333', borderColor: '#1989fa', padding: '0 16px',margin:'5px 0' }">待移出列表
|
|
|
@@ -257,6 +258,7 @@ const _handlerScan = async (code) => {
|
|
|
}
|
|
|
}
|
|
|
const onConfirm=()=>{
|
|
|
+ console.log(1111)
|
|
|
if(!activeBarcode.value.id ){
|
|
|
scanError()
|
|
|
tips.value='请扫描商品条码'
|
|
|
@@ -440,7 +442,15 @@ window.onRefresh = loadData
|
|
|
|
|
|
.take-button
|
|
|
padding: 10px 20px 0 20px
|
|
|
-
|
|
|
+ .button-text
|
|
|
+ background: #1989fa
|
|
|
+ color: #ffffff
|
|
|
+ height: 36px
|
|
|
+ width: 100%
|
|
|
+ border-radius: 5px
|
|
|
+ font-size: 16px
|
|
|
+ font-weight: bold
|
|
|
+ line-height: 36px
|
|
|
.move-stock-list
|
|
|
width: 100%
|
|
|
overflow-y: auto
|