This commit is contained in:
parent
8f81426390
commit
95a79c6f24
|
|
@ -733,6 +733,7 @@
|
|||
const firstgetqueryCgdList = (nuId) => {
|
||||
form.nuId = nuId;
|
||||
queryOrderList(form).then(res => {
|
||||
console.log(form)
|
||||
if(res.result.records.length>0){
|
||||
indexmessage.value = res.result.records[0]
|
||||
// clickLeftMenu(0,res.result.records[0])
|
||||
|
|
|
|||
|
|
@ -164,19 +164,19 @@
|
|||
|
||||
<style scoped lang="less">
|
||||
.zkadd {
|
||||
width: 9vw;
|
||||
width: 4vw;
|
||||
height: 100%;
|
||||
display: inline-flex;
|
||||
justify-content: flex-end;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -9vw;
|
||||
right: -4vw;
|
||||
view:active{
|
||||
background:rgba(85, 166, 249, 1) !important;
|
||||
color: #FFFFFF !important;
|
||||
}
|
||||
>view {
|
||||
width: 3.6vw;
|
||||
width: 4vw;
|
||||
height: 100%;
|
||||
font-weight: 400;
|
||||
font-size: 1.3vw;
|
||||
|
|
@ -365,9 +365,10 @@
|
|||
.imge{
|
||||
width: 8vw;
|
||||
height: 7vw;
|
||||
padding: 0.2vw;
|
||||
padding: 0.5vw;
|
||||
margin: 0.3vw auto 0.25vw;
|
||||
background: #fff;
|
||||
background: #f5f5f5;
|
||||
border-radius: 1.1vw;
|
||||
>image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@
|
|||
物料编码
|
||||
<text>{{objtake?.materialNo}}</text>
|
||||
</view>
|
||||
<view style="margin-left: 2.5vw;">
|
||||
<view style="margin-left: 2.5vw;width: 20vw;">
|
||||
规格型号
|
||||
<text style="white-space: nowrap;">{{objtake?.specificationModel}}</text>
|
||||
<text >{{objtake?.specificationModel}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue