Compare commits
2 Commits
5b971b58c3
...
bf05d362a6
| Author | SHA1 | Date |
|---|---|---|
|
|
bf05d362a6 | |
|
|
377be81c95 |
|
|
@ -803,17 +803,19 @@
|
|||
<view class="right-bottom" v-show="!typechange">
|
||||
<view class="right-bottom-left">
|
||||
<image class="left-img"
|
||||
:src="showvalue?.materialImg?serverUrl + showvalue?.materialImg : '/static/zhiniaoku.png'"
|
||||
:src="showvalue?.materialImg?serverUrl + showvalue?.materialImg : '/static/index/warehouse/procurement/k.png'"
|
||||
mode="aspectFill"></image>
|
||||
|
||||
<view class="left-tags">
|
||||
<view class="tags-one" v-if="showvalue.categoryId_dictText">
|
||||
{{showvalue.categoryId_dictText}}
|
||||
</view>
|
||||
<view class="tags-one" v-if="showvalue.typeId_dictText">{{showvalue.typeId_dictText}}</view>
|
||||
<!-- <view class="tags-one" v-if="showvalue.medicationId_dictText">
|
||||
<view class="tags-one" v-if="showvalue.typeId_dictText">
|
||||
{{showvalue.typeId_dictText}}
|
||||
</view>
|
||||
<view class="tags-one" v-if="showvalue.medicationId_dictText">
|
||||
{{showvalue.medicationId_dictText}}
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="right-bottom-right">
|
||||
|
|
@ -1472,7 +1474,7 @@
|
|||
}
|
||||
const tagsArray = [`待入库`, `挂账中`, `已入库`, `已销账`,]
|
||||
const clickmiddle = (index : number) => {
|
||||
// console.log(showvalue.value)
|
||||
console.log(showvalue.value)
|
||||
middletarget.value = index;
|
||||
showvalue.value = InvoicingList.value[index];
|
||||
showvalue.value.jianhuobtn = false;
|
||||
|
|
@ -2604,6 +2606,7 @@
|
|||
height: 100%;
|
||||
width: 30%;
|
||||
padding-left: 30rpx;
|
||||
padding-top: 30rpx;
|
||||
|
||||
.left-img {
|
||||
width: 250rpx;
|
||||
|
|
|
|||
|
|
@ -182,7 +182,8 @@
|
|||
cgdwflag.value = false;
|
||||
type.value = {};
|
||||
sx.value = false;
|
||||
gysidnum.value = 0
|
||||
gysidnum.value = 0;
|
||||
isZero.value = false;
|
||||
}
|
||||
})
|
||||
const jssl=()=>{
|
||||
|
|
@ -216,7 +217,7 @@
|
|||
const calculatorArray = [1, 2, 3, 4, 5, 6, 7, 8, 9, "AC", 0, "AE"];
|
||||
const stringShow = ref("0000");
|
||||
const relNumber = ref(0);
|
||||
// const isZero = ref(false);
|
||||
const isZero = ref(false);
|
||||
const clickKuai = (item : any, index : number) => {
|
||||
blueNumber.value = index;
|
||||
setTimeout(() => {
|
||||
|
|
@ -234,7 +235,13 @@
|
|||
cy()
|
||||
return
|
||||
}
|
||||
|
||||
if(isZero.value == false){
|
||||
isZero.value = true;
|
||||
relNumber.value = item;
|
||||
stringShow.value = toFixed4ByPadStart(relNumber.value);
|
||||
cy()
|
||||
return
|
||||
}
|
||||
if (digitCountByString(relNumber.value) > 3) {
|
||||
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@
|
|||
<view class="" :style="Number(v.status)>0?{color: `#1083F8`}:{}">
|
||||
拣货
|
||||
</view>
|
||||
<view style="font-size: 25rpx;" v-if="Number(v.status)>0 && v.jhBy">
|
||||
<view style="font-size: 25rpx;" v-if="Number(v.status)>0 && v.jhBy ">
|
||||
{{ "[ " + v.jhBy + " ]" }}
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
<view class="" :style="Number(v.status)>1?{color: `#1083F8`}:{}">
|
||||
完结
|
||||
</view>
|
||||
<view style="font-size: 25rpx;" v-if="Number(v.status)>0 && v.jhBy">
|
||||
<view style="font-size: 25rpx;" v-if="Number(v.status)>0 && v.wjBy ">
|
||||
{{ "[ " + v.wjBy + " ]" }}
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -935,6 +935,7 @@
|
|||
.middle-img {
|
||||
width: 150rpx;
|
||||
height: 150rpx;
|
||||
margin: 0.3vw 0 0 0.15vw;
|
||||
}
|
||||
|
||||
.middle-right {
|
||||
|
|
@ -1002,11 +1003,13 @@
|
|||
.right-bottom-left {
|
||||
height: 100%;
|
||||
width: 30%;
|
||||
padding-left: 30rpx;
|
||||
padding-left: 55rpx;
|
||||
|
||||
.left-img {
|
||||
width: 300rpx;
|
||||
height: 300rpx;
|
||||
width: 270rpx;
|
||||
height: 270rpx;
|
||||
margin-left: 2vw;
|
||||
margin-top: 5vw;
|
||||
}
|
||||
|
||||
.left-tags {
|
||||
|
|
|
|||
Loading…
Reference in New Issue