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>
<view style="color: black;margin-top: 5rpx;"> <view style="color: black;margin-top: 5rpx;">
<text style="color: #888888;"> <text style="color: #888888;">
采购数量 采购数量:
</text> </text>
<text style="font-weight: 600;color: #555555;"> <text style="font-weight: 600;color: #555555;">

View File

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

View File

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

View File

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