Merge branch 'main' of http://47.115.223.229:8888/yangjun/hldy_app_mini
This commit is contained in:
commit
b587ae0f89
|
|
@ -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;">
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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) => {
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
待执行
|
待执行
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue