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