合并代码
This commit is contained in:
parent
1b846f41a2
commit
1306e3bdd6
|
|
@ -935,7 +935,7 @@
|
|||
</view>
|
||||
<view style="color: black;margin-top: 5rpx;">
|
||||
<text style="color: #888888;">
|
||||
采购数量:
|
||||
采购数量:
|
||||
</text>
|
||||
|
||||
<text style="font-weight: 600;color: #555555;">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue