This commit is contained in:
wangweidong 2025-12-31 15:36:23 +08:00
commit b587ae0f89
4 changed files with 7 additions and 8 deletions

View File

@ -935,7 +935,7 @@
</view>
<view style="color: black;margin-top: 5rpx;">
<text style="color: #888888;">
采购数量
采购数量:
</text>
<text style="font-weight: 600;color: #555555;">

View File

@ -908,7 +908,7 @@
</view>
<view style="color: black;margin-top: 5rpx;">
<text style="color: #888888;">
采购数量
采购数量:
</text>
<text style="font-weight: 600;color: #555555;">
@ -925,7 +925,7 @@
<view
style="width: 100%;justify-content: space-between;display: flex;align-items: center;height: 60rpx;margin-top: 20rpx;">
<view class="">
拣货数量
拣货数量:
<text style="font-weight: 600;color: #555555;">
{{item.crkNum}}
</text>
@ -941,7 +941,7 @@
</view>
<view style="width: 100%;justify-content: space-between;display: flex;">
<view class="">
采购单价
采购单价:
<text style="font-weight: 600;color: #555555;">
{{Number(item.oldPrice).toFixed(2)}}
@ -949,7 +949,7 @@
</view>
<view class="">
拣货人
拣货人:
<text style="color: #888888;font-weight: 600;">
{{item.createBy}}
</text>
@ -958,7 +958,7 @@
</view>
<view style="width: 100%;justify-content: space-between;display: flex;margin-top: 10rpx;">
<view class="">
到货单价
到货单价:
<text style="font-weight: 600;color: #555555;">
{{Number(item.newPrice).toFixed(2)}}
</text>

View File

@ -53,7 +53,7 @@
import {
queryPadPageList
} from '@/pages/watch/api/lunpan.js'
const menutarget = ref(0)
const menutarget = ref(-1)
// 1 emit
const emit = defineEmits(['change'])
const clickmenu = (index) => {

View File

@ -14,7 +14,6 @@
待执行
</view>
</view>
</view>
</scroll-view>
</view>