Compare commits
No commits in common. "bf05d362a6dda4154e9c0cb440f4714230b0511c" and "5b971b58c3d9041fe2ab39f27a366a33d7a9db8a" have entirely different histories.
bf05d362a6
...
5b971b58c3
|
|
@ -803,19 +803,17 @@
|
|||
<view class="right-bottom" v-show="!typechange">
|
||||
<view class="right-bottom-left">
|
||||
<image class="left-img"
|
||||
:src="showvalue?.materialImg?serverUrl + showvalue?.materialImg : '/static/index/warehouse/procurement/k.png'"
|
||||
:src="showvalue?.materialImg?serverUrl + showvalue?.materialImg : '/static/zhiniaoku.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">
|
||||
|
|
@ -1474,7 +1472,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;
|
||||
|
|
@ -2606,7 +2604,6 @@
|
|||
height: 100%;
|
||||
width: 30%;
|
||||
padding-left: 30rpx;
|
||||
padding-top: 30rpx;
|
||||
|
||||
.left-img {
|
||||
width: 250rpx;
|
||||
|
|
|
|||
|
|
@ -182,8 +182,7 @@
|
|||
cgdwflag.value = false;
|
||||
type.value = {};
|
||||
sx.value = false;
|
||||
gysidnum.value = 0;
|
||||
isZero.value = false;
|
||||
gysidnum.value = 0
|
||||
}
|
||||
})
|
||||
const jssl=()=>{
|
||||
|
|
@ -217,7 +216,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(() => {
|
||||
|
|
@ -235,13 +234,7 @@
|
|||
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 {
|
||||
|
|
|
|||
|
|
@ -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.wjBy ">
|
||||
<view style="font-size: 25rpx;" v-if="Number(v.status)>0 && v.jhBy">
|
||||
{{ "[ " + v.wjBy + " ]" }}
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -935,7 +935,6 @@
|
|||
.middle-img {
|
||||
width: 150rpx;
|
||||
height: 150rpx;
|
||||
margin: 0.3vw 0 0 0.15vw;
|
||||
}
|
||||
|
||||
.middle-right {
|
||||
|
|
@ -1003,13 +1002,11 @@
|
|||
.right-bottom-left {
|
||||
height: 100%;
|
||||
width: 30%;
|
||||
padding-left: 55rpx;
|
||||
padding-left: 30rpx;
|
||||
|
||||
.left-img {
|
||||
width: 270rpx;
|
||||
height: 270rpx;
|
||||
margin-left: 2vw;
|
||||
margin-top: 5vw;
|
||||
width: 300rpx;
|
||||
height: 300rpx;
|
||||
}
|
||||
|
||||
.left-tags {
|
||||
|
|
|
|||
Loading…
Reference in New Issue