|
|
|
@ -507,6 +507,16 @@ async function initnumber() {
|
|
|
|
|
console.log(res.data.data); |
|
|
|
|
details.countnumber = res.data.data; |
|
|
|
|
} |
|
|
|
|
// watchEffect(()=>{ |
|
|
|
|
// if(details.isshowupt){ |
|
|
|
|
// details.inputtxts='' |
|
|
|
|
// details.inputtxts1='' |
|
|
|
|
// } |
|
|
|
|
// if(details.isshowdow){ |
|
|
|
|
// details.inputtxts='' |
|
|
|
|
// details.inputtxts1='' |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
async function initconfig() { |
|
|
|
|
let res = await getstoreCargo(); |
|
|
|
|
details.arrlist = res.data.data; |
|
|
|
@ -738,6 +748,8 @@ async function checkshelves() {
|
|
|
|
|
// } |
|
|
|
|
// }; |
|
|
|
|
const showupt = value => { |
|
|
|
|
details.inputtxts='' |
|
|
|
|
details.inputtxts1='' |
|
|
|
|
console.log('112312'); |
|
|
|
|
details.isshowupt = value; |
|
|
|
|
switch (details.isshowupt) { |
|
|
|
@ -1488,6 +1500,8 @@ const searchbutdown = async () => {
|
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
const showdown = async value => { |
|
|
|
|
details.inputtxts='' |
|
|
|
|
details.inputtxts1='' |
|
|
|
|
if (value == 5) { |
|
|
|
|
let url = 'downAllocation?ids='+details.checkite.id; |
|
|
|
|
let data={ |
|
|
|
@ -2315,6 +2329,7 @@ const {
|
|
|
|
|
border-radius: 30px; |
|
|
|
|
color: #fff; |
|
|
|
|
cursor: pointer; |
|
|
|
|
font-size: 15px; |
|
|
|
|
} |
|
|
|
|
.xz { |
|
|
|
|
background-color: #b345f1 !important; |
|
|
|
|