This commit is contained in:
parent
3ddf1ab54b
commit
1527c7a5ee
|
|
@ -4,6 +4,11 @@
|
||||||
<view class="title">
|
<view class="title">
|
||||||
请领详情
|
请领详情
|
||||||
</view>
|
</view>
|
||||||
|
<view class="contect">
|
||||||
|
<view class="contect-ones">
|
||||||
|
请领区域:护理单元01
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="mengban" v-if="show" @click="() => emit('back')"></view>
|
<view class="mengban" v-if="show" @click="() => emit('back')"></view>
|
||||||
|
|
@ -103,4 +108,12 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-bottom: 2rpx solid #E5E5E5;
|
border-bottom: 2rpx solid #E5E5E5;
|
||||||
}
|
}
|
||||||
|
.contect{
|
||||||
|
margin: 4vh 0;
|
||||||
|
.contect-ones{
|
||||||
|
color: #888888;
|
||||||
|
width: 33%;
|
||||||
|
font-size: 30rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
@ -332,7 +332,7 @@
|
||||||
const firstgetqueryCgdList = () => {
|
const firstgetqueryCgdList = () => {
|
||||||
queryQld(plzinfo).then((res : any) => {
|
queryQld(plzinfo).then((res : any) => {
|
||||||
transition.value = true;
|
transition.value = true;
|
||||||
console.log("kankan",plzinfo,res)
|
// console.log("kankan",plzinfo,res)
|
||||||
if (((res.message === "缺少参数") || (!res.result?.total)) && cannomessage.value) {
|
if (((res.message === "缺少参数") || (!res.result?.total)) && cannomessage.value) {
|
||||||
nomessageshow.value = true;
|
nomessageshow.value = true;
|
||||||
return
|
return
|
||||||
|
|
@ -624,7 +624,7 @@
|
||||||
|
|
||||||
.left-menu-scroll {
|
.left-menu-scroll {
|
||||||
margin-top: 3%;
|
margin-top: 3%;
|
||||||
height: 94%;
|
height: 91%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
// position: relative;
|
// position: relative;
|
||||||
// overflow: auto;
|
// overflow: auto;
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
<view class="button-tilte">
|
<view class="button-tilte">
|
||||||
回退单
|
回退单
|
||||||
</view>
|
</view>
|
||||||
<view class="right-button-father" v-if="rightarray.length || !rightdonghua">
|
<view class="right-button-father" v-if="!nomessageshow">
|
||||||
<view class="right-button" @click="badshow=true">
|
<view class="right-button" @click="badshow=true">
|
||||||
<image src="/static/index/warehouse/procurement/picking/bebad.png" />
|
<image src="/static/index/warehouse/procurement/picking/bebad.png" />
|
||||||
<view>
|
<view>
|
||||||
|
|
@ -220,11 +220,11 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<defaultr cont="暂无数据" v-if="rightarray.length==0 && rightdonghua"
|
||||||
|
style="width: 30%;height: 30%;position: absolute;">
|
||||||
|
</defaultr>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
<defaultr cont="暂无数据" v-if="rightarray.length==0 && rightdonghua"
|
|
||||||
style="width: 30%;height: 30%;position: absolute;">
|
|
||||||
</defaultr>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -353,11 +353,12 @@
|
||||||
nomessageshow.value = true;
|
nomessageshow.value = true;
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
cannomessage.value = false
|
cannomessage.value = false
|
||||||
plsbuy.value = []
|
plsbuy.value = []
|
||||||
plsbuy.value.push(...res.result.records)
|
plsbuy.value.push(...res.result.records)
|
||||||
console.log("入参", plzinfo)
|
// console.log("入参", plzinfo)
|
||||||
console.log("查看数组", res.result.records)
|
// console.log("查看数组", res.result.records)
|
||||||
alltotal.value = res.result.total
|
alltotal.value = res.result.total
|
||||||
|
|
||||||
// console.log("请购单数据呢???", res)
|
// console.log("请购单数据呢???", res)
|
||||||
|
|
@ -647,12 +648,8 @@
|
||||||
|
|
||||||
.left-menu-scroll {
|
.left-menu-scroll {
|
||||||
margin-bottom: 3%;
|
margin-bottom: 3%;
|
||||||
height: 94%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
// position: relative;
|
|
||||||
// overflow: auto;
|
|
||||||
|
|
||||||
// background-color: red;
|
|
||||||
.pls-card {
|
.pls-card {
|
||||||
width: 98%;
|
width: 98%;
|
||||||
height: 25.3vh;
|
height: 25.3vh;
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@
|
||||||
elderId:form.elderId
|
elderId:form.elderId
|
||||||
}
|
}
|
||||||
queryGwcInfo(obj).then(res=>{
|
queryGwcInfo(obj).then(res=>{
|
||||||
console.log(res,obj)
|
// console.log(res,obj)
|
||||||
addMaterial.value = res.result
|
addMaterial.value = res.result
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
@ -182,7 +182,7 @@
|
||||||
}
|
}
|
||||||
const objtake = ref({})
|
const objtake = ref({})
|
||||||
const comfig=(v,i,t)=>{
|
const comfig=(v,i,t)=>{
|
||||||
console.log(v,i,t)
|
// console.log(v,i,t)
|
||||||
switch (t){
|
switch (t){
|
||||||
case 0:
|
case 0:
|
||||||
objtake.value = v;
|
objtake.value = v;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<image class="all-home" src="/static/index/warehouse/newhome/setting.png" mode="aspectFit"></image>
|
<image class="all-home" src="/static/index/warehouse/newhome/setting.png" mode="aspectFit"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="right-title">
|
<view class="right-title">
|
||||||
<image class="title-imge" src="/static/index/indeximage.png" mode="aspectFit"></image>
|
<image class="title-imge" src="/static/home.png" mode="aspectFit"></image>
|
||||||
<view class="title-font">
|
<view class="title-font">
|
||||||
{{ uni.getStorageSync('nuName') }}
|
{{ uni.getStorageSync('nuName') }}
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -609,12 +609,13 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
.title-imge{
|
.title-imge{
|
||||||
width: 2vw;
|
width: 1.8vw;
|
||||||
height: 2vw;
|
height: 1.8vw;
|
||||||
|
margin-right: 0.5vw;
|
||||||
// margin-top: -0.3vw;
|
// margin-top: -0.3vw;
|
||||||
}
|
}
|
||||||
.title-font{
|
.title-font{
|
||||||
font-size: 30rpx;
|
font-size: 32rpx;
|
||||||
// margin-left: 3vw;
|
// margin-left: 3vw;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<view class="serchs">
|
<view class="serchs">
|
||||||
<view class="leftbtn">
|
<view class="leftbtn">
|
||||||
<view class="ipt">
|
<view class="ipt">
|
||||||
<input type="text" placeholder="物料名称/物料编码/物料简拼" v-model="form.wlParamInfo" @confirm="search()"/>
|
<input type="text" placeholder="物料名称/物料编码/物料简拼" v-model="form.wlParamInfo" @confirm="search(0)"/>
|
||||||
<image src="/static/index/procurement/x.png" mode="aspectFill" v-if="form.wlParamInfo"
|
<image src="/static/index/procurement/x.png" mode="aspectFill" v-if="form.wlParamInfo"
|
||||||
@click="search(0)"></image>
|
@click="search(0)"></image>
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -250,6 +250,7 @@
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
generatedPurchaseViewOrder(caigouarr.value).then(res=>{
|
generatedPurchaseViewOrder(caigouarr.value).then(res=>{
|
||||||
|
console.log("11111",caigouarr.value,res)
|
||||||
if(res.success){
|
if(res.success){
|
||||||
generatedOrder.value = res.result;
|
generatedOrder.value = res.result;
|
||||||
caigouflag.value = true;
|
caigouflag.value = true;
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue