样式就差退货了
This commit is contained in:
parent
520707401f
commit
4651bb437e
|
|
@ -183,7 +183,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<tanchuang :show="open==1" font="是否删除此图片" @back="open = 0" @right="del1()"> </tanchuang>
|
||||
<view class="mengban" style="background: #fff;width:100vw;right:0;left: 0vw;top:-5vw;height: 110vh;" v-if="status=='nomore'&&plsbuy.length==0">
|
||||
<view class="mengban" style="background: #fff;width:92vw;right:0;left: 8vw;top:-5vw;height: 110vh;" v-if="status=='nomore'&&plsbuy.length==0">
|
||||
<defaultr cont="暂无数据" style="z-index: 999;margin: auto;top: 0;left:35vw;bottom: 0;right: 0;"></defaultr>
|
||||
</view>
|
||||
<severcard ></severcard>
|
||||
|
|
@ -193,6 +193,8 @@
|
|||
import { ref, onMounted, reactive, onBeforeUnmount, computed, nextTick, defineComponent } from 'vue';
|
||||
import { onShow, onLoad, onHide, onPageScroll } from "@dcloudio/uni-app"
|
||||
import {queryOrderList,queryOrderInfoList,startOrder,endOrder,editSubPicPath,editSubMp4} from './api/api.js'
|
||||
import defaultr from '../nurse/component/default.vue'
|
||||
|
||||
const serverUrl = ref(uni.getStorageSync('serverUrl') + '/sys/common/static/')
|
||||
const servervideoUrl = ref(uni.getStorageSync('serverUrl') + '/sys/commonVideo/staticVideo/')
|
||||
const form = reactive({
|
||||
|
|
@ -220,6 +222,7 @@
|
|||
}
|
||||
const firstgetqueryCgdList = () => {
|
||||
queryOrderList(form).then(res => {
|
||||
console.log("没数据啊",res)
|
||||
plsbuy.value.push(...res.result.records);
|
||||
status.value = res.result.total == plsbuy.value.length ? 'nomore' : 'loadmore';
|
||||
if(form.pageNo==1){
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@
|
|||
<image :src="serverUrl+(fwzldex!=i?v.previewFile:v.previewFileSmall)" mode="aspectFill"></image>
|
||||
<text style="white-space: nowrap;width: 100%;text-overflow: ellipsis;overflow: hidden;">{{v.directiveName?.substring(0,4)}}</text>
|
||||
<view>{{v.directiveName?.substring(4,12)}}</view>
|
||||
|
||||
|
||||
</view>
|
||||
<view style="width: 13vw;height: 13vw;margin: 7vw 0 0 23.5vw;display: block;background: none;" v-if="fwzlarr?.length==0||!fwzlarr">
|
||||
<image src="/static/index/card/zw.png" mode="aspectFill" style="width:13vw;height: 13vw"></image>
|
||||
|
|
@ -390,6 +390,7 @@
|
|||
}
|
||||
const shtab = (e)=>{
|
||||
fwzlindex.value = e;
|
||||
|
||||
if(e==0){
|
||||
fwzlarr.value = zlarr.value?.hlList
|
||||
}
|
||||
|
|
@ -400,6 +401,7 @@
|
|||
fwzlarr.value = zlarr.value?.hqList
|
||||
}
|
||||
fwzldex.value = -1
|
||||
console.log("数据呢啊",fwzlarr.value)
|
||||
// console.log(zlarr.value,serverUrl.value)
|
||||
}
|
||||
const zldex = (e) =>{
|
||||
|
|
@ -570,6 +572,7 @@
|
|||
const getmenu = () => {
|
||||
queryPadPageList().then((res => {
|
||||
leftMenuArray.value = res.result.records;
|
||||
console.log("数据呢",res.result.records)
|
||||
filteredMenu(0).forEach((element : any, index : number) => {
|
||||
if (element.nuId === uni.getStorageSync('NUall').nuId) {
|
||||
menutarget.value = index;
|
||||
|
|
|
|||
|
|
@ -317,6 +317,7 @@
|
|||
const autoplay = ref(false)
|
||||
const severcards = ref<InstanceType<typeof ChildComponent>>()
|
||||
const init = (e) => {
|
||||
console.log("啥啊",e)
|
||||
firstgetqueryCgdList(e);
|
||||
setTimeout(() => {
|
||||
severcards.value.firstgetqueryCgdList()
|
||||
|
|
@ -523,6 +524,7 @@
|
|||
return result;
|
||||
}
|
||||
const clickLeftMenu = (index : any, item : object) => {
|
||||
// console.log("/////")
|
||||
queryOrderInfoList({ mainId: item.id }).then(res => {
|
||||
if (res.result.length > 0) {
|
||||
res.result.forEach((item, i) => {
|
||||
|
|
@ -536,8 +538,9 @@
|
|||
// const indexmessage = ref({});
|
||||
const firstgetqueryCgdList = (nuId) => {
|
||||
form.nuId = nuId;
|
||||
// console.log("wtf")
|
||||
queryOrderList(form).then(res => {
|
||||
console.log(`这啥啊啊啊啊啊`,form , res.result.records)
|
||||
console.log(`这啥啊啊啊啊啊`,form, res)
|
||||
if (res.result.records.length > 0) {
|
||||
res.result.records.forEach((item, l) => {
|
||||
item.flag = false;
|
||||
|
|
|
|||
|
|
@ -1268,7 +1268,7 @@
|
|||
|
||||
.instant {
|
||||
width: 33%;
|
||||
height: 155rpx;
|
||||
height: 142rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
@ -1296,8 +1296,8 @@
|
|||
}
|
||||
|
||||
.instant-icon {
|
||||
width: 62rpx;
|
||||
height: 62rpx;
|
||||
width: 70rpx;
|
||||
height: 70rpx;
|
||||
/* 性能关键 */
|
||||
will-change: transform;
|
||||
transform-origin: 50% 52%;
|
||||
|
|
|
|||
|
|
@ -1666,10 +1666,10 @@
|
|||
const emotionTagList = ref([]);
|
||||
const bodyTagList = ref([]);
|
||||
const geteverything = () => {
|
||||
|
||||
|
||||
if (uni.getStorageSync('nuId') && uni.getStorageSync('elderId')) {
|
||||
getNclist(uni.getStorageSync('nuId'), uni.getStorageSync('elderId')).then((res : any) => {
|
||||
|
||||
|
||||
timearr.value = Array.from({ length: 24 }, (_, hour) => ({
|
||||
positioning: hour.toString(),
|
||||
children: minuteArr.map(time => ({
|
||||
|
|
@ -1681,6 +1681,7 @@
|
|||
timearr.value[res.positioning].children[res.positioningLong] = res;
|
||||
})
|
||||
bottomItems.value = res.result.instantList
|
||||
// console.log("zzzz",res.result.serviceList)
|
||||
if (!res.result.instantList.length) {
|
||||
deleteshake.value = false
|
||||
}
|
||||
|
|
@ -1705,6 +1706,7 @@
|
|||
|
||||
onMounted(() => {
|
||||
savePackagelist.value = uni.getStorageSync('Packagelist') || []
|
||||
// console.log("0000", savePackagelist.value)
|
||||
let res = uni.getStorageSync('saveTree0')
|
||||
let goodArray = []
|
||||
myArray.forEach((element : any) => {
|
||||
|
|
@ -1716,6 +1718,7 @@
|
|||
})
|
||||
})
|
||||
secondtemp.value = goodArray
|
||||
|
||||
let data0 = res.result.fwzl
|
||||
// console.log("0000", data0)
|
||||
if (data0) {
|
||||
|
|
@ -2233,7 +2236,10 @@
|
|||
lastClick.value = now
|
||||
}
|
||||
function shortText(str : string, number : number) {
|
||||
return str.length > number ? str.slice(0, number) + '.' : str
|
||||
if(str){
|
||||
return str.length > number ? str.slice(0, number) + '.' : str
|
||||
}
|
||||
|
||||
}
|
||||
function padZero(str : string) {
|
||||
return str.length === 1 ? '0' + str : str
|
||||
|
|
|
|||
|
|
@ -24,10 +24,11 @@
|
|||
<style scoped lang="less">
|
||||
.que {
|
||||
position: fixed;
|
||||
top: 9%;
|
||||
left: 10%;
|
||||
width: 85%;
|
||||
height: 88%;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
transform: translate(-50%,-50%);
|
||||
z-index: 100;
|
||||
background-color: #f5f6fa;
|
||||
display: flex;
|
||||
|
|
@ -42,8 +43,9 @@
|
|||
|
||||
view {
|
||||
text-align: center;
|
||||
margin-top: 1vw;
|
||||
font-weight: 300;
|
||||
font-size: 1.4vw;
|
||||
font-size: 1.5vw;
|
||||
color: #555555;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -391,10 +391,12 @@
|
|||
// console.log("look",look)
|
||||
if (look.levle) {
|
||||
whoisit.value = 0;
|
||||
|
||||
movelook.value.url = uni.getStorageSync('imagebase') + look.immediateFileFocus;
|
||||
if (!movelook.value.url) {
|
||||
movelook.value.url = `/static/index/sharelogo.png`
|
||||
if (!look.immediateFileFocus) {
|
||||
movelook.value.url = `/static/logotarget.png`
|
||||
}
|
||||
// console.log("咋没了",movelook.value.url)
|
||||
movelook.value.title = look.title;
|
||||
movelook.value.type = 0;
|
||||
startmoveit.value = false
|
||||
|
|
|
|||
|
|
@ -6,14 +6,18 @@
|
|||
</view>
|
||||
<view class="boxrt">
|
||||
<index :isShow="menuop == 0" v-if="swipdex == 0" @swip="swip" />
|
||||
<material :isShow="menuop == 1" v-if="swipdex == 1" ref="materials"></material>
|
||||
<material :isShow="menuop == 1" v-if="swipdex == 1&&!specialPage" ref="materials" @changepages="changeNumber"></material>
|
||||
<materialcar v-if="swipdex == 1&&specialPage==1" ></materialcar>
|
||||
<purchaseorder v-if="swipdex == 1&&specialPage==2"></purchaseorder>
|
||||
|
||||
<picking :isShow="menuop == 2" v-if="swipdex == 2"></picking>
|
||||
<finish :isShow="menuop == 3" v-if="swipdex == 3"></finish>
|
||||
<outbound :isShow="menuop == 4" v-if="swipdex == 4"></outbound>
|
||||
<retstock :isShow="menuop == 5" v-if="swipdex == 5"></retstock>
|
||||
<inventory :isShow="menuop == 6 " v-if="swipdex == 6&& !specialPage" ref="inventorys"
|
||||
@changepages="changepages"></inventory>
|
||||
<addtory :isShow="menuop == 6" v-if="swipdex == 6&&specialPage=='1'" :specialitem="specialitem" ></addtory>
|
||||
<addtory :isShow="menuop == 6" v-if="swipdex == 6&&specialPage=='1'" :specialitem="specialitem">
|
||||
</addtory>
|
||||
<nurse :isshow="menuop == 7" v-if="swipdex==7&&uni.getStorageSync('nuId')" />
|
||||
<!-- <invoicing :isshow="menuop == 8" v-if="swipdex==8&&uni.getStorageSync('nuId')" /> -->
|
||||
<logistics :isshow="menuop == 9" v-if="swipdex==9&&uni.getStorageSync('nuId')" />
|
||||
|
|
@ -29,6 +33,9 @@
|
|||
import { queryPadPageList, getPermissionList } from '@/pages/watch/api/lunpan.js'
|
||||
import leftcontent from "@/pages/NursingNew/component/leftcontent/leftcontent.vue"
|
||||
import material from "@/pages/procurement/material.vue";
|
||||
import materialcar from "@/pages/procurement/materialcar.vue";
|
||||
import purchaseorder from "@/pages/procurement/purchaseorder.vue";
|
||||
|
||||
import index from "./component/index.vue"
|
||||
|
||||
import picking from "../picking.vue";
|
||||
|
|
@ -55,7 +62,7 @@
|
|||
|
||||
onBackPress(() => {
|
||||
if (specialPage.value) {
|
||||
specialPage.value--
|
||||
specialPage.value = 0
|
||||
return true; // 禁止返回手势返回
|
||||
} else {
|
||||
return false; // 禁止返回手势返回
|
||||
|
|
@ -68,6 +75,10 @@
|
|||
specialPage.value = 1
|
||||
specialitem.value = item
|
||||
}
|
||||
const changeNumber = (item : any) => {
|
||||
specialPage.value = item
|
||||
// specialitem.value = item
|
||||
}
|
||||
// onMounted(() => {
|
||||
// // 处理响应式
|
||||
// navurl(0)
|
||||
|
|
@ -79,6 +90,7 @@
|
|||
// 最后一个直接返回
|
||||
menuop.value = -1;
|
||||
swipdex.value = -1;
|
||||
specialPage.value = 0;
|
||||
setTimeout(() => {
|
||||
switch (v.type) {
|
||||
case 'sy':
|
||||
|
|
@ -152,6 +164,7 @@
|
|||
console.log('库房')
|
||||
break;
|
||||
case 'back':
|
||||
uni.navigateBack()
|
||||
uni.navigateBack()
|
||||
break;
|
||||
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@
|
|||
time.value = Date.now();
|
||||
|
||||
getLoginCode(time.value).then((res : any) => {
|
||||
// console.log("啥啊", res)
|
||||
console.log("获取验证码", res)
|
||||
form.captcha = res.message
|
||||
canclick.value = true
|
||||
})
|
||||
|
|
|
|||
|
|
@ -567,7 +567,8 @@
|
|||
overflow: hidden;
|
||||
box-shadow: 0rpx 0rpx 1.6vw 0rpx rgba(136,141,153,0.28);
|
||||
border-radius: 2.2vw;
|
||||
top: 0vw;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
right: 32vw;
|
||||
position: fixed;
|
||||
padding:1.5vw 1vw;
|
||||
|
|
|
|||
|
|
@ -254,7 +254,7 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
top: 0vw;
|
||||
top: 1.5vw;
|
||||
right:1.2vw;
|
||||
>view {
|
||||
width: 4.5vw;
|
||||
|
|
|
|||
|
|
@ -1,50 +1,57 @@
|
|||
<template>
|
||||
<view>
|
||||
<!-- 购物车 -->
|
||||
<scroll-view scroll-y="true" class="crdcroll" scroll-with-animation @scrolltolower="scrolltolower()" enable-back-to-top>
|
||||
<scroll-view scroll-y="true" class="crdcroll" scroll-with-animation @scrolltolower="scrolltolower()"
|
||||
enable-back-to-top>
|
||||
<view class="box">
|
||||
<view class="fler" v-for="(v,index) in InvoicingList" :key="index" @click="v.flag=!v.flag">
|
||||
<view class="jiao guodu">
|
||||
<image :src="v.flag?'/static/index/procurement/lxz.png':'/static/index/procurement/jxz.png'" mode="aspectFill" class="jao guodu"></image>
|
||||
<image :src="v.flag?'/static/index/procurement/lxz.png':'/static/index/procurement/jxz.png'"
|
||||
mode="aspectFill" class="jao guodu"></image>
|
||||
<image src="/static/index/procurement/dh.png" mode="aspectFill" class="dui"></image>
|
||||
</view>
|
||||
<scroll-view class="carditem guodu " @touchend="handleTouchEnd($event,v,index)"
|
||||
@touchstart="touchstart($event,v,index)" scroll-with-animation scroll-x="true"
|
||||
:scroll-left="v.scrollleft" @scroll="scroll" :class="v.flag?'actve':''">
|
||||
<view class="speitem guodu" >
|
||||
:scroll-left="v.scrollleft" @scroll="scroll" :class="v.flag?'actve':''">
|
||||
<view class="speitem guodu">
|
||||
<view class="imghs">
|
||||
<image :src="v.materialImg?serverUrl+v.materialImg:'/static/index/procurement/k.png'"
|
||||
mode="aspectFill">
|
||||
</image>
|
||||
</view>
|
||||
|
||||
|
||||
<view class="cardp">
|
||||
<view v-if="v.categoryId_dictText">{{v.categoryId_dictText}}</view>
|
||||
<view v-if="v.typeId_dictText">{{v.typeId_dictText}}</view>
|
||||
<view v-if="v.medicationId_dictText">{{v.medicationId_dictText}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="msitem guodu" >
|
||||
<view class="msitem guodu">
|
||||
<view>
|
||||
<view>{{v.wlName}}</view><text>{{v.wlMaterialNo}}</text>
|
||||
<view>{{v.wlName}}</view>
|
||||
</view>
|
||||
<!-- <text>{{v.wlMaterialNo}}</text> -->
|
||||
<view>
|
||||
<text style="white-space: nowrap;"> 规格编号: {{v.wlMaterialNo}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text style="white-space: nowrap;"> 规格型号: {{v.wlSpecificationModel}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text v-if="v.wlUnits == v.materialUnits">采购单价: ¥{{Number(v.unitPrice).toFixed(2) }}</text>
|
||||
<text v-if="v.wlUnits == v.materialUnits">采购单价:
|
||||
¥{{Number(v.unitPrice).toFixed(2) }}</text>
|
||||
<text v-if="v.wlUnits == v.twoUnit">采购单价: ¥{{Number(v.twoUnitPrice).toFixed(2) }}</text>
|
||||
<text v-if="v.wlUnits == v.oneUnit">采购单价: ¥{{Number(v.oneUnitPrice).toFixed(2) }}</text>
|
||||
|
||||
</view>
|
||||
<view>
|
||||
<text>采购单位: {{v.wlUnits}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text>供应商: {{v.suppliersName}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<view style="align-items: flex-start;">
|
||||
<text style="color: #1083F8;">{{v.purchaseQuantity}}</text>
|
||||
<text style="color: #1083F8;">采购数量</text>
|
||||
</view>
|
||||
|
||||
<view>
|
||||
<text>{{v.kcsl?v.kcsl:'0'}}</text>
|
||||
<text>库存数量</text>
|
||||
|
|
@ -60,7 +67,16 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="add" @click.stop="clkzk(v,index)">
|
||||
<image class="guodu" :style="v.zk?'transform: rotate(180deg);':''" :src="'/static/index/procurement/l.png'" mode="aspectFill"></image>
|
||||
<image class="guodu" :style="v.zk?'transform: rotate(180deg);':''"
|
||||
:src="'/static/index/procurement/l.png'" mode="aspectFill"></image>
|
||||
</view>
|
||||
<view class="right-top">
|
||||
<view style="font-size: 1.7vw;font-weight: 600;">
|
||||
{{v.purchaseQuantity}}
|
||||
</view>
|
||||
<view style="font-size: 1.3vw;">
|
||||
采购数量
|
||||
</view>
|
||||
</view>
|
||||
<view class="zkadd guodu" :class="v.isAdd==1?'zkf':''">
|
||||
<view @click.stop="addcar(v,index)" @touchend.stop>编辑</view>
|
||||
|
|
@ -73,7 +89,8 @@
|
|||
</scroll-view>
|
||||
</view>
|
||||
</view>
|
||||
<view style="height:3vw;width: 100%;display: flex;align-items: center;justify-content: center;" v-if="InvoicingList.length>6">
|
||||
<view style="height:3vw;width: 100%;display: flex;align-items: center;justify-content: center;"
|
||||
v-if="InvoicingList.length>6">
|
||||
<u-loadmore :status="status" :loadText="{nomore:'暂无更多数据'}" />
|
||||
</view>
|
||||
</scroll-view>
|
||||
|
|
@ -81,7 +98,7 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, onMounted, reactive, onBeforeUnmount, computed, nextTick, defineComponent } from 'vue';
|
||||
import { ref, onMounted, reactive, onBeforeUnmount, computed, nextTick, defineComponent } from 'vue';
|
||||
const props = defineProps({
|
||||
InvoicingList: {
|
||||
type: Array,
|
||||
|
|
@ -96,35 +113,35 @@
|
|||
required: true,
|
||||
},
|
||||
})
|
||||
const emit = defineEmits(['addcartory', 'scrolltolower','delindex'])
|
||||
const emit = defineEmits(['addcartory', 'scrolltolower', 'delindex'])
|
||||
const serverUrl = ref('')
|
||||
onMounted(() => {
|
||||
serverUrl.value = uni.getStorageSync('serverUrl') + '/sys/common/static/';
|
||||
})
|
||||
const addcar = (v : any,i:number) => {
|
||||
const addcar = (v : any, i : number) => {
|
||||
caigouobj.value = v;
|
||||
caigouobj.value.index = i;
|
||||
emit('addcartory', caigouobj.value)
|
||||
}
|
||||
const del = (v,i)=>{
|
||||
emit('delindex',v,i)
|
||||
const del = (v, i) => {
|
||||
emit('delindex', v, i)
|
||||
}
|
||||
const caigouobj = ref({})
|
||||
const clkzk = (v : any, i : number) => {
|
||||
|
||||
if(v.zk==true){
|
||||
if (v.zk == true) {
|
||||
v.zk = false;
|
||||
v.scrollleft = 0
|
||||
}else{
|
||||
} else {
|
||||
v.zk = true;
|
||||
v.scrollleft = 150;
|
||||
}
|
||||
solleft(v,i)
|
||||
|
||||
solleft(v, i)
|
||||
|
||||
}
|
||||
const pageX = ref(0);
|
||||
const pageY = ref(0);
|
||||
const touchstart = (event : any, v : any,i:number) => {
|
||||
const touchstart = (event : any, v : any, i : number) => {
|
||||
pageX.value = event.changedTouches[0].pageX;
|
||||
pageY.value = event.changedTouches[0].pageY;
|
||||
solleft(v, i)
|
||||
|
|
@ -134,20 +151,20 @@
|
|||
let x = event.changedTouches[0].pageX;
|
||||
let absx = Math.abs(x - pageX.value)
|
||||
let absy = Math.abs(y - pageY.value)
|
||||
if (absy > 30 && absx+10<absy&& absx<70) {
|
||||
if(v.zk==false){
|
||||
if (absy > 30 && absx + 10 < absy && absx < 70) {
|
||||
if (v.zk == false) {
|
||||
v.scrollleft = 1
|
||||
setTimeout(()=>{
|
||||
setTimeout(() => {
|
||||
v.scrollleft = 0
|
||||
},20)
|
||||
}, 20)
|
||||
}
|
||||
return
|
||||
}
|
||||
if (absx < 10 && absy < 10) {
|
||||
if(v.zk==false && absx > 2 && absy > 2){
|
||||
v.scrollleft = 0;
|
||||
return
|
||||
}
|
||||
if (v.zk == false && absx > 2 && absy > 2) {
|
||||
v.scrollleft = 0;
|
||||
return
|
||||
}
|
||||
return
|
||||
}
|
||||
caigouobj.value = v;
|
||||
|
|
@ -157,12 +174,12 @@
|
|||
v.zk = x > pageX.value ? false : true;
|
||||
v.scrollleft = v.zk ? 150 : 0;
|
||||
}
|
||||
|
||||
const solleft = (v : any, i : number) => {
|
||||
|
||||
const solleft = (v : any, i : number) => {
|
||||
props.InvoicingList.forEach((item, k) => {
|
||||
if (k != i&&item.zk==true) {
|
||||
if (k != i && item.zk == true) {
|
||||
item.zk = false;
|
||||
item.scrollleft = 0;
|
||||
item.scrollleft = 0;
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
@ -170,7 +187,7 @@
|
|||
emit('scrolltolower')
|
||||
}
|
||||
const scrollLeft = ref(0)
|
||||
const scroll = (e)=>{
|
||||
const scroll = (e) => {
|
||||
// scrollLeft.value = e.detail.scrollLeft
|
||||
// console.log(e.detail.scrollLeft)
|
||||
}
|
||||
|
|
@ -178,29 +195,38 @@
|
|||
|
||||
<style scoped lang="less">
|
||||
.crdcroll {
|
||||
width: 96vw;
|
||||
height: 88.3vh;
|
||||
margin-top: 1vh;
|
||||
width: 91vw;
|
||||
// background-color: red;
|
||||
height: 88.5vh;
|
||||
margin-top: 1.5vh;
|
||||
|
||||
.box {
|
||||
width: 96vw;
|
||||
width: 89.4vw;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
padding-left: 1.1vw;
|
||||
}
|
||||
|
||||
.fler {
|
||||
width: 47vw;
|
||||
height: 17vw;
|
||||
margin-bottom: 1.2vw;
|
||||
width: 44.3vw;
|
||||
height: 27.3vw;
|
||||
margin-bottom: 0.7vw;
|
||||
border-radius: 1.6vw;
|
||||
// background-color: red;
|
||||
margin-right: 0.7vw;
|
||||
|
||||
border: 2px solid rgba(245, 246, 248, 1);
|
||||
position: relative;
|
||||
.jiao{
|
||||
|
||||
.jiao {
|
||||
width: 3.4vw;
|
||||
height: 3.4vw;
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
left: 0;
|
||||
z-index: 99;
|
||||
.dui{
|
||||
|
||||
.dui {
|
||||
position: absolute;
|
||||
width: 1.4vw;
|
||||
height: 1.4vw;
|
||||
|
|
@ -208,7 +234,8 @@
|
|||
left: 0.8vw;
|
||||
z-index: 101;
|
||||
}
|
||||
.jao{
|
||||
|
||||
.jao {
|
||||
width: 3.4vw;
|
||||
height: 3.4vw;
|
||||
position: absolute;
|
||||
|
|
@ -219,22 +246,24 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.actve{
|
||||
|
||||
.actve {
|
||||
border: 2rpx solid #3BA1FF !important;
|
||||
}
|
||||
|
||||
.carditem {
|
||||
width: calc(47vw - 4px);
|
||||
height:calc(17vw - 4px) ;
|
||||
background: rgba(245, 246, 248, 1);
|
||||
width: calc(44.3vw - 4px);
|
||||
height: calc(27.3vw - 4px);
|
||||
background: #fff;
|
||||
position: relative;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
justify-content: flex-start;
|
||||
white-space: nowrap;
|
||||
border-radius: 1.6vw;
|
||||
border: 2px solid rgba(245, 246, 248, 1);
|
||||
|
||||
.zkadd {
|
||||
width: 14vw;
|
||||
width: 10vw;
|
||||
height: 100%;
|
||||
display: inline-flex;
|
||||
justify-content: flex-end;
|
||||
|
|
@ -246,18 +275,19 @@
|
|||
width: 7vw;
|
||||
height: 100%;
|
||||
font-weight: 400;
|
||||
font-size: 1.5vw;
|
||||
font-size: 1.8vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
writing-mode: vertical-rl;
|
||||
// line-height: 2.2vw;
|
||||
text-orientation: upright;
|
||||
text-align: center;
|
||||
|
||||
|
||||
&:nth-child(2) {
|
||||
background: #1083F8;
|
||||
color: #fff;
|
||||
|
||||
|
||||
view {
|
||||
width: 3.8vw;
|
||||
height: 3.8vw;
|
||||
|
|
@ -266,6 +296,7 @@
|
|||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
&:nth-child(1) {
|
||||
background: #dcdee1;
|
||||
color: #555555;
|
||||
|
|
@ -279,13 +310,19 @@
|
|||
}
|
||||
|
||||
.add {
|
||||
width: 6vw;
|
||||
height: 17vw;
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
top: -2.5vw;
|
||||
position: absolute;
|
||||
right: 2vw;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
// width: 6vw;
|
||||
// height: 17vw;
|
||||
// display: inline-flex;
|
||||
// justify-content: center;
|
||||
// align-items: center;
|
||||
// position: relative;
|
||||
// top: -2.5vw;
|
||||
// background-color: red;
|
||||
|
||||
>view {
|
||||
width: 4.5vw;
|
||||
height: 1.9vw;
|
||||
|
|
@ -306,169 +343,211 @@
|
|||
image {
|
||||
width: 3vw;
|
||||
height: 3vw;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.msitem {
|
||||
width: 25vw;
|
||||
height: 100%;
|
||||
padding:1vw 1vw 1vw;
|
||||
// height: 80%;
|
||||
padding: 1vw 1vw 1vw;
|
||||
display: inline-block;
|
||||
|
||||
|
||||
// background-color: red;
|
||||
|
||||
>view {
|
||||
margin-top: 0.25vw;
|
||||
// margin-top: 0.25vw;
|
||||
|
||||
&:nth-child(5) {
|
||||
width: 28vw;
|
||||
&:nth-child(7) {
|
||||
width: 25vw;
|
||||
height: 3.4vw;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
// justify-content: space-between;
|
||||
position: relative;
|
||||
left: 0;
|
||||
left: -1.3vw;
|
||||
top: 1.3vw;
|
||||
|
||||
>view {
|
||||
width: 25%;
|
||||
width: 31%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
|
||||
// background-color: blue;
|
||||
// border: 2rpx solid black;
|
||||
|
||||
// &:nth-child(1) {
|
||||
// text-align: center;
|
||||
// }
|
||||
&:nth-child(1) &:nth-child(2),
|
||||
&:nth-child(3),
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
text {
|
||||
&:nth-child(1) {
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
font-size: 1.7vw;
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
&:nth-child(2),&:nth-child(3),&:nth-child(4) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
text {
|
||||
&:nth-child(1) {
|
||||
font-weight: bold;
|
||||
font-size: 1.7vw;
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
&:nth-child(2) {
|
||||
font-weight: 400;
|
||||
font-size: 1.1vw;
|
||||
color: #999999;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
font-weight: 400;
|
||||
font-size: 1.3vw;
|
||||
color: #999999;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:nth-child(2),
|
||||
&:nth-child(3),
|
||||
&:nth-child(4){
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
text {
|
||||
font-weight: 400;
|
||||
font-size: 1.4vw;
|
||||
color: #777777;
|
||||
}
|
||||
}
|
||||
&:nth-child(4){
|
||||
width: 25vw;
|
||||
height: 1.6vw;
|
||||
display: block !important;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
&:nth-child(2),
|
||||
&:nth-child(3),
|
||||
&:nth-child(4),
|
||||
&:nth-child(5),
|
||||
&:nth-child(6),
|
||||
{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 0.5vw;
|
||||
|
||||
&:nth-child(1) {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 1.8vw;
|
||||
margin-bottom: 1vw;
|
||||
// margin-top: -0.4vw;
|
||||
>view {
|
||||
width: 19vw;
|
||||
height: 2vw;
|
||||
font-weight: bold;
|
||||
font-size: 1.6vw;
|
||||
color: #222222;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
text {
|
||||
width: 6vw;
|
||||
font-weight: 400;
|
||||
font-size: 1.4vw;
|
||||
color: #222222;
|
||||
}
|
||||
}
|
||||
text {
|
||||
font-weight: 400;
|
||||
font-size: 1.4vw;
|
||||
color: #777777;
|
||||
white-space: nowrap;
|
||||
/* 不换行 */
|
||||
overflow: hidden;
|
||||
/* 隐藏溢出部分 */
|
||||
text-overflow: ellipsis;
|
||||
/* 显示省略号 */
|
||||
}
|
||||
}
|
||||
|
||||
// .spleft{
|
||||
// margin-left: -15vw !important;
|
||||
// }
|
||||
.speitem {
|
||||
width: 15vw;
|
||||
height: 100%;
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
top: -1.5vw;
|
||||
.cardp {
|
||||
width: 12.5vw;
|
||||
height: 4vw;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: 0 auto 0;
|
||||
align-items: center;
|
||||
&:nth-child(6) {
|
||||
width: 25vw;
|
||||
height: 1.6vw;
|
||||
display: block !important;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
view {
|
||||
min-width: 5.5vw;
|
||||
height: 1.8vw;
|
||||
border-radius: 0.9vw;
|
||||
border: 1px solid #D2D2D2;
|
||||
margin: 0.5vw 0 0 0.5vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-weight: 400;
|
||||
font-size: 1vw;
|
||||
color: #555555;
|
||||
padding: 0 0.5vw;
|
||||
&:nth-child(1),&:nth-child(2){
|
||||
max-width: 6vw;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
line-height: 1.8vw;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
&:nth-child(1) {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 1.8vw;
|
||||
margin-bottom: 1.2vw;
|
||||
margin-top: 2.3vw;
|
||||
|
||||
// margin-top: -0.4vw;
|
||||
>view {
|
||||
width: 19vw;
|
||||
height: 2vw;
|
||||
font-weight: bold;
|
||||
font-size: 1.8vw;
|
||||
color: #222222;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.imghs{
|
||||
width: 10vw;
|
||||
height: 9vw;
|
||||
margin: -0.8vw auto 0.25vw;
|
||||
padding: 0.2vw;
|
||||
background: #fff;
|
||||
border-radius: 1.1vw;
|
||||
>image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 1.1vw;
|
||||
}
|
||||
text {
|
||||
width: 6vw;
|
||||
font-weight: 400;
|
||||
font-size: 1.4vw;
|
||||
color: #222222;
|
||||
}
|
||||
}
|
||||
}
|
||||
.guodu {
|
||||
transition: .4s;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
// .spleft{
|
||||
// margin-left: -15vw !important;
|
||||
// }
|
||||
.speitem {
|
||||
width: 17vw;
|
||||
height: 100%;
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
top: -3vw;
|
||||
// background-color: red;
|
||||
|
||||
.cardp {
|
||||
width: 100%;
|
||||
height: 4vw;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
// flex-wrap: wrap;
|
||||
// margin: 0 auto 0;
|
||||
// align-items: center;
|
||||
|
||||
view {
|
||||
min-width: 9vw;
|
||||
min-height: 2vw;
|
||||
border-radius: 0.9vw;
|
||||
border: 1px solid #D2D2D2;
|
||||
margin: 0.7vw 0 0 0.5vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
font-size: 1.2vw;
|
||||
color: #555555;
|
||||
|
||||
// background-color: red;
|
||||
// padding: 0 0.5vw;
|
||||
&:nth-child(1),
|
||||
&:nth-child(2) {
|
||||
max-width: 6vw;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
// line-height: 1.8vw;
|
||||
// text-align: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.imghs {
|
||||
width: 13vw;
|
||||
height: 13vw;
|
||||
margin: -0.5vw auto 0.25vw;
|
||||
padding: 0.2vw;
|
||||
background: #fff;
|
||||
border-radius: 1.1vw;
|
||||
|
||||
>image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 1.1vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.guodu {
|
||||
transition: .4s;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.right-top{
|
||||
top: 2vw;
|
||||
right: 2vw;
|
||||
position: absolute;
|
||||
color: #1083F8;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
<text class="sl">{{v.ljkcsl}}</text>
|
||||
</view>
|
||||
<defaultr cont="暂无数据" v-if="Material.length==0&&timeout"
|
||||
style="position: absolute;width: 10vw;height: 10vw;left: 10%;"></defaultr>
|
||||
style="position: absolute;width: 10vw;height: 10vw;left: 0%;"></defaultr>
|
||||
|
||||
</scroll-view>
|
||||
</view>
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
:status="status" @crk="crk"></carditem>
|
||||
</view>
|
||||
<view class="fiedright">
|
||||
<view @click="uni.navigateTo({ url:'/pages/procurement/materialcar' })" class="fiedrightview">
|
||||
<view @click="emit(`changepages`,1)" class="fiedrightview">
|
||||
<image src="/static/index/procurement/gc1.png" mode="aspectFill"></image>
|
||||
<!-- <text v-if="carnum>0">{{carnum>99?'99+':carnum}}</text> -->
|
||||
<view class="mhao" v-if="carnum>0">
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view @click="uni.navigateTo({ url:'/pages/procurement/purchaseorder' })" class="fiedrightview">
|
||||
<view @click="emit(`changepages`,2)" class="fiedrightview">
|
||||
<image src="/static/index/procurement/cg.png" mode="aspectFill"></image>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
import addall from './components/addall.vue'
|
||||
import defaultr from './components/default.vue'
|
||||
const tx = ref(false)
|
||||
|
||||
const emit = defineEmits(['changepages'])
|
||||
|
||||
const backmoreopen = ref(false)
|
||||
|
||||
|
|
@ -204,25 +204,38 @@
|
|||
type: Boolean
|
||||
},
|
||||
});
|
||||
// onMounted(()=>{
|
||||
// form.pageNo = 1;
|
||||
// warn.pageNo = 1;
|
||||
// Material.value = [];
|
||||
// InvoicingList.value = [];
|
||||
// moredex.value = 0;
|
||||
// shoppcar();
|
||||
// getWaringMaterial()
|
||||
// nextTick(() => {
|
||||
// chongzhi()
|
||||
// })
|
||||
// setTimeout(()=>{
|
||||
// timeout.value = true
|
||||
// },500)
|
||||
// transition.value = false;
|
||||
// setTimeout(() => {
|
||||
// transition.value = true;
|
||||
// }, 50)
|
||||
// })
|
||||
const queryInvo = () => {
|
||||
queryInvoicingList(form).then(res => {
|
||||
console.log(res)
|
||||
res.result.records.forEach(item => {
|
||||
item.zk = false;
|
||||
item.scrollleft = 0;
|
||||
})
|
||||
InvoicingList.value.push(...res.result.records);
|
||||
status.value = (res.result.total == InvoicingList.value.length ? 'nomore' : 'loadmore')
|
||||
setout2.value = (res.result.total == InvoicingList.value.length ? false : true)
|
||||
})
|
||||
}
|
||||
onMounted(()=>{
|
||||
// gwcsx()
|
||||
form.pageNo = 1;
|
||||
warn.pageNo = 1;
|
||||
Material.value = [];
|
||||
InvoicingList.value = [];
|
||||
moredex.value = 0;
|
||||
shoppcar();
|
||||
getWaringMaterial()
|
||||
nextTick(() => {
|
||||
chongzhi()
|
||||
})
|
||||
setTimeout(()=>{
|
||||
timeout.value = true
|
||||
},500)
|
||||
transition.value = false;
|
||||
setTimeout(() => {
|
||||
transition.value = true;
|
||||
}, 50)
|
||||
})
|
||||
watch(
|
||||
() => props.isShow,
|
||||
(newVal, oldVal) => {
|
||||
|
|
@ -387,21 +400,10 @@
|
|||
InvoicingList.value = [];
|
||||
queryInvo();
|
||||
}
|
||||
const queryInvo = () => {
|
||||
queryInvoicingList(form).then(res => {
|
||||
console.log(res)
|
||||
res.result.records.forEach(item => {
|
||||
item.zk = false;
|
||||
item.scrollleft = 0;
|
||||
})
|
||||
InvoicingList.value.push(...res.result.records);
|
||||
status.value = (res.result.total == InvoicingList.value.length ? 'nomore' : 'loadmore')
|
||||
setout2.value = (res.result.total == InvoicingList.value.length ? false : true)
|
||||
})
|
||||
}
|
||||
|
||||
const addcartory = (e : any) => {
|
||||
// e把index覆盖了导致index永远是0
|
||||
console.log("我要测试",e)
|
||||
// console.log("我要测试",e)
|
||||
if(!e.suppliers_dictText || !e.suppliers){
|
||||
openerror.value = true;
|
||||
errmsg.value = `此物料暂无供应商,请联系管理员`
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<view class="serchs">
|
||||
<view class="leftbtn">
|
||||
<view class="ipt">
|
||||
<input type="text" placeholder="物料名称/物料编码/物料简拼" v-model="form.wlParamInfo" @confirm="search(0)"/>
|
||||
<input type="text" placeholder="物料名称/物料编码/物料简拼" v-model="form.wlParamInfo" @confirm="search(0)" />
|
||||
<image src="/static/index/procurement/x.png" mode="aspectFill" v-if="form.wlParamInfo"
|
||||
@click="search(0)"></image>
|
||||
</view>
|
||||
|
|
@ -16,9 +16,8 @@
|
|||
筛选
|
||||
</view>
|
||||
<view class="shx" @click="chongzhi"
|
||||
v-if="form.categoryId!=''||form.wlParamInfo!=''||form.suppliers!=''"
|
||||
>
|
||||
<image src="/static/index/procurement/cz.png" mode="aspectFill"></image>
|
||||
v-if="form.categoryId!=''||form.wlParamInfo!=''||form.suppliers!=''">
|
||||
<image src="/static/index/procurement/cz.png" mode="aspectFill"></image>
|
||||
重置
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -37,28 +36,29 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<carlist :InvoicingList="InvoicingList" :status="status" @delindex="opendelindex" @addcartory="addcartory"></carlist>
|
||||
|
||||
<carlist :InvoicingList="InvoicingList" :status="status" @delindex="opendelindex" @addcartory="addcartory">
|
||||
</carlist>
|
||||
|
||||
<tanchuang :show="open==1" font="是否清空购物车?" @back="open = 0" @right="del()"> </tanchuang>
|
||||
<tanchuang :show="open==2" font="是否删除此物料?" @back="open = 0" @right="delindex()"> </tanchuang>
|
||||
|
||||
|
||||
<!-- 筛选 -->
|
||||
<view class="mengban" v-if="ification" @click="ification = false"></view>
|
||||
<classification @confirm="confirm" :show="ification" :typenum="1" ref="classication"></classification>
|
||||
<classification @confirm="confirm" :show="ification" :typenum="1" ref="classication"></classification>
|
||||
<defaultr cont="暂无数据" v-if="status=='nomore'&&InvoicingList.length==0"></defaultr>
|
||||
|
||||
|
||||
<view class="mengban" v-if="addflag" @click="addflag = false"></view>
|
||||
<calculator :show="addflag" :caigouobj="caigouobj" @colse="addflag = false" @right="right"></calculator>
|
||||
<calculator :show="addflag" :caigouobj="caigouobj" @colse="addflag = false" @right="right"></calculator>
|
||||
<view class="mengban" v-if="caigouflag" @click="caigouflag = false"></view>
|
||||
<purorder :arrlist="generatedOrder" :show="caigouflag" @cloe="caigouflag = false" @config="configr"></purorder>
|
||||
<errorshow :show="openerror" :font="errmsg" @close="openerror=false" />
|
||||
<errorshow :show="openerror" :font="errmsg" @close="openerror=false" />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, onMounted, reactive, onBeforeUnmount, computed, nextTick, defineComponent} from 'vue';
|
||||
import { ref, onMounted, reactive, onBeforeUnmount, computed, nextTick, defineComponent } from 'vue';
|
||||
import { onShow, onLoad, onHide, onPageScroll } from "@dcloudio/uni-app"
|
||||
import {generatedPurchaseViewOrder,eddShoppingCartList, queryShoppingCartList, getGwcMaterialTreeData, queryNuInfoByNuId, updateKfstatus,deleteQgInfoById,emptiedQgInfo ,queryWlInfoByWlId,generatedPurchaseOrder } from './api/lunpan.js'
|
||||
import { generatedPurchaseViewOrder, eddShoppingCartList, queryShoppingCartList, getGwcMaterialTreeData, queryNuInfoByNuId, updateKfstatus, deleteQgInfoById, emptiedQgInfo, queryWlInfoByWlId, generatedPurchaseOrder } from './api/lunpan.js'
|
||||
import carlist from './components/carlist.vue';
|
||||
import tanchuang from './components/tanchuang.vue';
|
||||
import classification from './components/classification.vue'
|
||||
|
|
@ -71,258 +71,263 @@
|
|||
const caigouobj = ref({})
|
||||
const openerror = ref(false)
|
||||
const errmsg = ref('')
|
||||
const form = reactive({
|
||||
nuId: uni.getStorageSync('nuId'),
|
||||
pageNo: 1,
|
||||
pageSize: -1,
|
||||
categoryId: '',
|
||||
typeId: '',
|
||||
medicationId: '',
|
||||
wlParamInfo: '',
|
||||
suppliers:''
|
||||
})
|
||||
const InvoicingList = ref([])
|
||||
const status = ref('nomore')
|
||||
const open = ref(0)
|
||||
onShow(()=>{
|
||||
InvoicingList.value = [];
|
||||
queryInvo()
|
||||
})
|
||||
const classication = ref<InstanceType<typeof ChildComponent>>()
|
||||
const chongzhi=()=>{
|
||||
form.categoryId = '';
|
||||
form.typeId = '';
|
||||
form.medicationId = '';
|
||||
form.suppliers = '';
|
||||
form.pageNo=1;
|
||||
form.wlParamInfo= '',
|
||||
InvoicingList.value = [];
|
||||
classication.value.typescroll(1,-1,{});
|
||||
classication.value.qingkong();
|
||||
classication.value.config();
|
||||
}
|
||||
const queryInvo = () => {
|
||||
queryShoppingCartList(form).then(res => {
|
||||
res.result.records.forEach((item,i)=>{
|
||||
item.flag = true;
|
||||
const form = reactive({
|
||||
nuId: uni.getStorageSync('nuId'),
|
||||
pageNo: 1,
|
||||
pageSize: -1,
|
||||
categoryId: '',
|
||||
typeId: '',
|
||||
medicationId: '',
|
||||
wlParamInfo: '',
|
||||
suppliers: ''
|
||||
})
|
||||
const InvoicingList = ref([])
|
||||
const status = ref('nomore')
|
||||
const open = ref(0)
|
||||
const queryInvo = () => {
|
||||
queryShoppingCartList(form).then(res => {
|
||||
res.result.records.forEach((item, i) => {
|
||||
item.flag = true;
|
||||
item.zk = false;
|
||||
item.scrollleft = 0;
|
||||
})
|
||||
InvoicingList.value.push(...res.result.records);
|
||||
// status.value = (res.result.total == InvoicingList.value.length) ? 'nomore' : 'loadmore';
|
||||
})
|
||||
}
|
||||
const search = (x : number) => {
|
||||
if (x === 0) { form.wlParamInfo = '' }
|
||||
form.pageNo = 1;
|
||||
InvoicingList.value = [];
|
||||
queryInvo();
|
||||
}
|
||||
|
||||
const addcartory =(e:any)=>{
|
||||
caigouobj.value = e;
|
||||
|
||||
addflag.value = true;
|
||||
}
|
||||
const confirm =(e:any)=>{
|
||||
form.categoryId = e.categoryId;
|
||||
form.typeId = e.typeId;
|
||||
form.medicationId = e.medicationId;
|
||||
form.suppliers = e.suppliers;
|
||||
form.pageNo=1;
|
||||
InvoicingList.value = [];
|
||||
queryInvo();
|
||||
ification.value = false
|
||||
}
|
||||
const configr=()=>{
|
||||
caigouflag.value = false;
|
||||
search(1);
|
||||
setTimeout(()=>{
|
||||
uni.navigateTo({
|
||||
url:'/pages/procurement/purchaseorder'
|
||||
})
|
||||
},1000)
|
||||
}
|
||||
let times = null;
|
||||
const scrolltolower = (t:number) => {
|
||||
if (status.value == 'loading' || status.value == 'nomore') { return }
|
||||
status.value = 'loading'
|
||||
form.pageNo++;
|
||||
queryInvo()
|
||||
}
|
||||
const del=()=>{
|
||||
emptiedQgInfo().then(res=>{
|
||||
if(res.success){
|
||||
form.pageNo=1;
|
||||
InvoicingList.value = [];
|
||||
chongzhi()
|
||||
}else{
|
||||
errmsg.value = res.result?.message ? res.result?.message : res.message
|
||||
openerror.value = true;
|
||||
}
|
||||
open.value = 0;
|
||||
})
|
||||
}
|
||||
const delobj = ref({})
|
||||
const opendelindex=(v:any,i:number)=>{
|
||||
open.value = 2;
|
||||
v.index = i;
|
||||
delobj.value = v;
|
||||
}
|
||||
const delindex =()=>{
|
||||
let delstr = delobj.value.id;
|
||||
deleteQgInfoById(delstr).then(res=>{
|
||||
if(res.success){
|
||||
uni.showToast({
|
||||
icon:res.success?'success':'none',
|
||||
title:res.message
|
||||
})
|
||||
setTimeout(()=>{
|
||||
InvoicingList.value.splice(delobj.value.index,1);
|
||||
open.value = 0;
|
||||
status.value = InvoicingList.value.length == 0 ? 'nomore' : 'loadmore';
|
||||
classication.value.getTreelnum()
|
||||
},800)
|
||||
}else{
|
||||
errmsg.value = res.result?.message ? res.result?.message : res.message
|
||||
openerror.value = true;
|
||||
}
|
||||
|
||||
|
||||
InvoicingList.value.push(...res.result.records);
|
||||
// status.value = (res.result.total == InvoicingList.value.length) ? 'nomore' : 'loadmore';
|
||||
})
|
||||
}
|
||||
onShow(() => {
|
||||
InvoicingList.value = [];
|
||||
queryInvo()
|
||||
})
|
||||
const classication = ref<InstanceType<typeof ChildComponent>>()
|
||||
const chongzhi = () => {
|
||||
form.categoryId = '';
|
||||
form.typeId = '';
|
||||
form.medicationId = '';
|
||||
form.suppliers = '';
|
||||
form.pageNo = 1;
|
||||
form.wlParamInfo = '',
|
||||
InvoicingList.value = [];
|
||||
classication.value.typescroll(1, -1, {});
|
||||
classication.value.qingkong();
|
||||
classication.value.config();
|
||||
}
|
||||
|
||||
const search = (x : number) => {
|
||||
if (x === 0) { form.wlParamInfo = '' }
|
||||
form.pageNo = 1;
|
||||
InvoicingList.value = [];
|
||||
queryInvo();
|
||||
}
|
||||
|
||||
const addcartory = (e : any) => {
|
||||
caigouobj.value = e;
|
||||
|
||||
addflag.value = true;
|
||||
}
|
||||
const confirm = (e : any) => {
|
||||
form.categoryId = e.categoryId;
|
||||
form.typeId = e.typeId;
|
||||
form.medicationId = e.medicationId;
|
||||
form.suppliers = e.suppliers;
|
||||
form.pageNo = 1;
|
||||
InvoicingList.value = [];
|
||||
queryInvo();
|
||||
ification.value = false
|
||||
}
|
||||
const configr = () => {
|
||||
caigouflag.value = false;
|
||||
search(1);
|
||||
setTimeout(() => {
|
||||
uni.navigateTo({
|
||||
url: '/pages/procurement/purchaseorder'
|
||||
})
|
||||
}
|
||||
const adfangdou = ref(true);
|
||||
// 防抖
|
||||
const right = (n:number,nm:any,type:Object,v:object) => {
|
||||
setTimeout(()=>{
|
||||
if(adfangdou.value){
|
||||
connfig(nm,n,type,v);
|
||||
adfangdou.value = false;
|
||||
}
|
||||
},30)
|
||||
|
||||
}
|
||||
const timers = ref(true)
|
||||
const connfig = (nm:any,num:Number,type:Object,v:object) =>{
|
||||
if(timers.value==false){return}
|
||||
timers.value=false;
|
||||
let dt = {
|
||||
nuId:form.nuId,
|
||||
purchaseQuantity:num,
|
||||
suppliersId:nm.id,
|
||||
suppliersName:nm.name,
|
||||
id:caigouobj.value.id,
|
||||
wlId:caigouobj.value.wlId,
|
||||
kcsl:caigouobj.value.kcsl,
|
||||
wlUnits:type.unit,
|
||||
referenceUnitPrice:type.price,
|
||||
dhbl:type.num
|
||||
}, 1000)
|
||||
}
|
||||
let times = null;
|
||||
const scrolltolower = (t : number) => {
|
||||
if (status.value == 'loading' || status.value == 'nomore') { return }
|
||||
status.value = 'loading'
|
||||
form.pageNo++;
|
||||
queryInvo()
|
||||
}
|
||||
const del = () => {
|
||||
emptiedQgInfo().then(res => {
|
||||
if (res.success) {
|
||||
form.pageNo = 1;
|
||||
InvoicingList.value = [];
|
||||
chongzhi()
|
||||
} else {
|
||||
errmsg.value = res.result?.message ? res.result?.message : res.message
|
||||
openerror.value = true;
|
||||
}
|
||||
eddShoppingCartList(dt).then(res=>{
|
||||
timers.value=true;
|
||||
if(res.success){
|
||||
setTimeout(()=>{
|
||||
tihuan(v);
|
||||
addflag.value = false;
|
||||
// form.pageNo=1;
|
||||
// InvoicingList.value = [];
|
||||
|
||||
},700)
|
||||
uni.showToast({
|
||||
icon:res.success?'success':'none',
|
||||
title:res.message
|
||||
})
|
||||
}else{
|
||||
errmsg.value = res.result?.message ? res.result?.message : res.message
|
||||
openerror.value = true;
|
||||
}
|
||||
adfangdou.value = true;
|
||||
})
|
||||
}
|
||||
const tihuan = (v)=>{
|
||||
let forms={
|
||||
nuId: uni.getStorageSync('nuId'),
|
||||
wlParamInfo:v.wlMaterialNo,
|
||||
}
|
||||
queryShoppingCartList(forms).then(res => {
|
||||
let obj = {};
|
||||
if(res.result.records.length>1){
|
||||
res.result.records.forEach(item=>{
|
||||
if(item.id==v.id){
|
||||
obj = item
|
||||
}
|
||||
})
|
||||
}else{
|
||||
obj = res.result.records[0];
|
||||
}
|
||||
|
||||
InvoicingList.value.forEach((item,i)=>{
|
||||
if(item.id == obj.id){
|
||||
obj.flag = v.flag;
|
||||
obj.zk = false;
|
||||
obj.scrollleft = 0;
|
||||
InvoicingList.value[i] = obj;
|
||||
}
|
||||
})
|
||||
})
|
||||
}
|
||||
const caigouflag = ref(false)
|
||||
const caigouarr = ref([])
|
||||
const generatedOrder = ref([])
|
||||
const caigouclk =()=>{
|
||||
uni.showLoading()
|
||||
let arr = [];
|
||||
caigouarr.value = [];
|
||||
InvoicingList.value.forEach(item=>{
|
||||
if(item.flag){
|
||||
arr.push(item)
|
||||
}
|
||||
})
|
||||
caigouarr.value = arr;
|
||||
console.log("????",arr)
|
||||
if(arr.length==0){
|
||||
open.value = 0;
|
||||
})
|
||||
}
|
||||
const delobj = ref({})
|
||||
const opendelindex = (v : any, i : number) => {
|
||||
open.value = 2;
|
||||
v.index = i;
|
||||
delobj.value = v;
|
||||
}
|
||||
const delindex = () => {
|
||||
let delstr = delobj.value.id;
|
||||
deleteQgInfoById(delstr).then(res => {
|
||||
if (res.success) {
|
||||
uni.showToast({
|
||||
title:'请选择物料!',
|
||||
icon:'none'
|
||||
icon: res.success ? 'success' : 'none',
|
||||
title: res.message
|
||||
})
|
||||
return
|
||||
setTimeout(() => {
|
||||
InvoicingList.value.splice(delobj.value.index, 1);
|
||||
open.value = 0;
|
||||
status.value = InvoicingList.value.length == 0 ? 'nomore' : 'loadmore';
|
||||
classication.value.getTreelnum()
|
||||
}, 800)
|
||||
} else {
|
||||
errmsg.value = res.result?.message ? res.result?.message : res.message
|
||||
openerror.value = true;
|
||||
}
|
||||
generatedPurchaseViewOrder(caigouarr.value).then(res=>{
|
||||
if(res.success){
|
||||
generatedOrder.value = res.result;
|
||||
caigouflag.value = true;
|
||||
uni.hideLoading();
|
||||
}else{
|
||||
errmsg.value = res.result?.message ? res.result?.message : res.message
|
||||
openerror.value = true;
|
||||
|
||||
|
||||
})
|
||||
}
|
||||
const adfangdou = ref(true);
|
||||
// 防抖
|
||||
const right = (n : number, nm : any, type : Object, v : object) => {
|
||||
setTimeout(() => {
|
||||
if (adfangdou.value) {
|
||||
connfig(nm, n, type, v);
|
||||
adfangdou.value = false;
|
||||
}
|
||||
}, 30)
|
||||
|
||||
}
|
||||
const timers = ref(true)
|
||||
const connfig = (nm : any, num : Number, type : Object, v : object) => {
|
||||
if (timers.value == false) { return }
|
||||
timers.value = false;
|
||||
let dt = {
|
||||
nuId: form.nuId,
|
||||
purchaseQuantity: num,
|
||||
suppliersId: nm.id,
|
||||
suppliersName: nm.name,
|
||||
id: caigouobj.value.id,
|
||||
wlId: caigouobj.value.wlId,
|
||||
kcsl: caigouobj.value.kcsl,
|
||||
wlUnits: type.unit,
|
||||
referenceUnitPrice: type.price,
|
||||
dhbl: type.num
|
||||
}
|
||||
eddShoppingCartList(dt).then(res => {
|
||||
timers.value = true;
|
||||
if (res.success) {
|
||||
setTimeout(() => {
|
||||
tihuan(v);
|
||||
addflag.value = false;
|
||||
// form.pageNo=1;
|
||||
// InvoicingList.value = [];
|
||||
|
||||
}, 700)
|
||||
uni.showToast({
|
||||
icon: res.success ? 'success' : 'none',
|
||||
title: res.message
|
||||
})
|
||||
} else {
|
||||
errmsg.value = res.result?.message ? res.result?.message : res.message
|
||||
openerror.value = true;
|
||||
}
|
||||
adfangdou.value = true;
|
||||
})
|
||||
}
|
||||
const tihuan = (v) => {
|
||||
let forms = {
|
||||
nuId: uni.getStorageSync('nuId'),
|
||||
wlParamInfo: v.wlMaterialNo,
|
||||
}
|
||||
queryShoppingCartList(forms).then(res => {
|
||||
let obj = {};
|
||||
if (res.result.records.length > 1) {
|
||||
res.result.records.forEach(item => {
|
||||
if (item.id == v.id) {
|
||||
obj = item
|
||||
}
|
||||
})
|
||||
} else {
|
||||
obj = res.result.records[0];
|
||||
}
|
||||
|
||||
InvoicingList.value.forEach((item, i) => {
|
||||
if (item.id == obj.id) {
|
||||
obj.flag = v.flag;
|
||||
obj.zk = false;
|
||||
obj.scrollleft = 0;
|
||||
InvoicingList.value[i] = obj;
|
||||
}
|
||||
})
|
||||
})
|
||||
}
|
||||
const caigouflag = ref(false)
|
||||
const caigouarr = ref([])
|
||||
const generatedOrder = ref([])
|
||||
const caigouclk = () => {
|
||||
uni.showLoading()
|
||||
let arr = [];
|
||||
caigouarr.value = [];
|
||||
InvoicingList.value.forEach(item => {
|
||||
if (item.flag) {
|
||||
arr.push(item)
|
||||
}
|
||||
})
|
||||
caigouarr.value = arr;
|
||||
console.log("????", arr)
|
||||
if (arr.length == 0) {
|
||||
uni.showToast({
|
||||
title: '请选择物料!',
|
||||
icon: 'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
generatedPurchaseViewOrder(caigouarr.value).then(res => {
|
||||
if (res.success) {
|
||||
generatedOrder.value = res.result;
|
||||
caigouflag.value = true;
|
||||
uni.hideLoading();
|
||||
} else {
|
||||
errmsg.value = res.result?.message ? res.result?.message : res.message
|
||||
openerror.value = true;
|
||||
}
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="less">
|
||||
.serchs {
|
||||
width:96vw;
|
||||
.serchs {
|
||||
// background-color: red;
|
||||
width: 90vw;
|
||||
height: 3.3vw;
|
||||
border-radius: 1.6vw;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 0.7vw 0 0;
|
||||
overflow: hidden;
|
||||
justify-content: space-between;
|
||||
.leftbtn{
|
||||
width: 64vw;
|
||||
|
||||
.leftbtn {
|
||||
width: 50vw;
|
||||
height: 3.3vw;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.rightbtn{
|
||||
|
||||
.rightbtn {
|
||||
width: 30vw;
|
||||
height: 3.3vw;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
|
||||
view{
|
||||
|
||||
view {
|
||||
width: 7.3vw;
|
||||
height: 3.3vw;
|
||||
border: 1px solid #D9DADC;
|
||||
|
|
@ -334,9 +339,10 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-left:0.7vw;
|
||||
margin-left: 0.7vw;
|
||||
color: #555555;
|
||||
border: 1px solid #D9DADC;
|
||||
|
||||
image {
|
||||
width: 1.5vw;
|
||||
height: 1.3vw;
|
||||
|
|
@ -344,29 +350,35 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ipt {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 27vw;
|
||||
background: #E2E4E9;
|
||||
// background: #E2E4E9;
|
||||
border-radius: 1.65vw;
|
||||
height: 3.3vw;
|
||||
|
||||
padding-left: 1.1vw;
|
||||
|
||||
image {
|
||||
width: 1.8vw;
|
||||
height: 1.8vw;
|
||||
margin:0 0.5vw;
|
||||
margin: 0 0.5vw;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 25vw;
|
||||
width: 100%;
|
||||
height: 3.3vw;
|
||||
font-size: 1.4vw;
|
||||
padding-left: 1.6vw;
|
||||
|
||||
background-color: #fff;
|
||||
font-size: 27.5rpx;
|
||||
padding-left: 26rpx;
|
||||
border-radius: 40rpx;
|
||||
padding-top: 2rpx;
|
||||
// border: 2rpx solid #C9C9C9;
|
||||
}
|
||||
}
|
||||
.back{
|
||||
|
||||
.back {
|
||||
width: 8vw;
|
||||
height: 3.3vw;
|
||||
border-radius: 1.6vw;
|
||||
|
|
@ -378,20 +390,25 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-left:0.6vw;
|
||||
margin-left: 0.6vw;
|
||||
border: 1px solid #D9DADC;
|
||||
|
||||
image {
|
||||
width: 1.5vw !important;
|
||||
height: 1.5vw !important;
|
||||
margin: 0 0.5vw 0 0;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
.rightbtn>view:active,.shx:active,.scr:active{
|
||||
|
||||
.rightbtn>view:active,
|
||||
.shx:active,
|
||||
.scr:active {
|
||||
color: #1083F8;
|
||||
background: linear-gradient(-45deg, rgba(223, 244, 252, 1), rgba(204, 228, 249, 0.43));
|
||||
border: 1px solid #1083F8;
|
||||
}
|
||||
|
||||
.scr {
|
||||
border-radius: 1.65vw;
|
||||
font-weight: 400;
|
||||
|
|
@ -405,13 +422,14 @@
|
|||
background: rgba(255, 255, 255, 1);
|
||||
border: 1px solid #D9DADC;
|
||||
color: #555555;
|
||||
|
||||
image {
|
||||
width: 1.5vw;
|
||||
height: 1.3vw;
|
||||
margin: 0 0.5vw 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.shx {
|
||||
width: 7.3vw;
|
||||
height: 3.3vw;
|
||||
|
|
@ -426,7 +444,7 @@
|
|||
align-items: center;
|
||||
margin: 0 0 0 0.7vw;
|
||||
color: #555555;
|
||||
|
||||
|
||||
image {
|
||||
width: 1.5vw;
|
||||
height: 1.3vw;
|
||||
|
|
@ -434,25 +452,27 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.guodu {
|
||||
transition: .4s;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.mengban {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 90;
|
||||
background: RGBA(239, 240, 244, 0.55);
|
||||
}
|
||||
transition: .4s;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.mengban {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 90;
|
||||
background: RGBA(239, 240, 244, 0.55);
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
page {
|
||||
/* page {
|
||||
background: RGBA(239, 240, 244, 1);
|
||||
padding: 2vw;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
} */
|
||||
</style>
|
||||
|
|
@ -7,8 +7,11 @@
|
|||
placeholder="采购单号/采购日期/供应商" @confirm="search()" />
|
||||
<image v-show="plzinfo.cgdParamInfo" class="title-input-img" src="@/static/x.png"
|
||||
@click="plzinfo.cgdParamInfo=``;search()" />
|
||||
<view class="title-input-button" @click="search();">
|
||||
<!-- <view class="title-input-button" @click="search();">
|
||||
检索
|
||||
</view> -->
|
||||
<view class="title-ball" @click="search();handleClick()">
|
||||
<image class="title-ball-img" :src="imgSrc" mode="aspectFill"></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="left-menu-father">
|
||||
|
|
@ -69,10 +72,11 @@
|
|||
<view class="pls-card-middle-one">
|
||||
<view class="middle-title" :style=" v?.cgdType=='9' ?{color:`#FF5757`}:{}">
|
||||
|
||||
{{ v?.cgdType=='9' ?v.zfTime?.slice(0,10).replace(/-/g, '.'):Number(v.status)<1?``:v.jhTime?.slice(0,10).replace(/-/g, '.') }}
|
||||
{{ v?.cgdType=='9' ?v.zfTime?.slice(0,10).replace(/-/g, '.'):Number(v.status)<1?``:v.jhTime?.slice(0,10).replace(/-/g, '.') }}
|
||||
</view>
|
||||
<view class="middle-heng-father">
|
||||
<image class="middle-ball-img" style="width: 32rpx;height: 32rpx;" v-if="v?.cgdType=='9'" src="/static/index/requestform/iserror.png" />
|
||||
<image class="middle-ball-img" style="width: 32rpx;height: 32rpx;"
|
||||
v-if="v?.cgdType=='9'" src="/static/index/requestform/iserror.png" />
|
||||
<view class="middle-ball" style="background-color: #1083F8;"
|
||||
:style=" v?.cgdType=='9' ?{backgroundColor:`#FF5757`}:{}"
|
||||
v-else-if="Number(v.status)<2"></view>
|
||||
|
|
@ -94,9 +98,7 @@
|
|||
{{ v.wjTime?.slice(0,10).replace(/-/g, '.') }}
|
||||
</view>
|
||||
<view class="middle-heng-father">
|
||||
<view class="middle-ball"
|
||||
|
||||
v-if="Number(v.status)<2"></view>
|
||||
<view class="middle-ball" v-if="Number(v.status)<2"></view>
|
||||
<image class="middle-ball-img" v-else src="/static/index/requestform/isok.png" />
|
||||
|
||||
|
||||
|
|
@ -127,7 +129,7 @@
|
|||
</scroll-view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="white-zhezhao"></view>
|
||||
<!-- <view class="white-zhezhao"></view> -->
|
||||
<view class="contain-right">
|
||||
<view class="contain-right-title">
|
||||
<view class="contain-right-button" @click="ification=true">
|
||||
|
|
@ -136,7 +138,7 @@
|
|||
筛选
|
||||
</view>
|
||||
</view>
|
||||
<view class="contain-right-button" @click="goback()">
|
||||
<view class="contain-right-button" @click="goback()" style="margin-right: 1.2vw;">
|
||||
<image class="buttont-img" style="margin-top: 4rpx;" src="/static/index/purchaseorder/back.png" />
|
||||
<view class="button-font">
|
||||
返回
|
||||
|
|
@ -147,7 +149,7 @@
|
|||
<scroll-view scroll-y="true" class="middle-Y" scroll-with-animation :scroll-top="Invoitop">
|
||||
<view class="middle-Y-father">
|
||||
<view class="middle-one" v-for="(v,i) in InvoicingList" :key='i'
|
||||
:style="{border: middletarget === i? '4rpx dashed #1083F8': '4rpx solid transparent',backgroundColor:middletarget === i?`#F9FCFF`:``}"
|
||||
:style="{border: middletarget === i? '4rpx solid #1083F8': '4rpx solid transparent',backgroundColor:middletarget === i?`#F9FCFF`:``}"
|
||||
@click="clickmiddle(i)">
|
||||
<image class="middle-img"
|
||||
:src="v.materialImg?serverUrl + v.materialImg : '/static/index/warehouse/procurement/k.png'"
|
||||
|
|
@ -158,7 +160,7 @@
|
|||
</view>
|
||||
<view class="right-middle"
|
||||
style="white-space: nowrap;text-overflow:ellipsis;overflow: hidden;">
|
||||
{{ v.wlSpecificationModel }}
|
||||
规格型号: {{ v.wlSpecificationModel }}
|
||||
</view>
|
||||
<view style="color: #888888;">
|
||||
采购数量: {{ v.purchaseQuantity + v.wlUnits }}
|
||||
|
|
@ -395,7 +397,7 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, onMounted, reactive, onBeforeUnmount, computed, nextTick} from 'vue';
|
||||
import { ref, onMounted, reactive, onBeforeUnmount, computed, nextTick } from 'vue';
|
||||
import { editIzNew, queryInvoicingList, getCgdMaterialTreeData, queryNuInfoByNuId, updateKfstatus, queryCgdList, queryCgdInfoList, queryWlInfoByWlId, voidedCgdMain, getShareUrlByCode, editShareInfo } from './api/lunpan.js'
|
||||
import { onShow, onLoad, onHide, onPageScroll } from "@dcloudio/uni-app"
|
||||
import classification from './components/cgdclass.vue'
|
||||
|
|
@ -404,9 +406,12 @@
|
|||
const ification = ref(false)
|
||||
const serverUrl = ref("")
|
||||
onLoad(() => {
|
||||
firstgetqueryCgdList();
|
||||
|
||||
serverUrl.value = uni.getStorageSync('serverUrl') + '/sys/common/static/';
|
||||
})
|
||||
onMounted(() => {
|
||||
firstgetqueryCgdList();
|
||||
})
|
||||
const tagesstatues = ["待入库", "待完结", "已完结"];
|
||||
const searchValue = ref("");
|
||||
const middletarget = ref(0);
|
||||
|
|
@ -430,6 +435,7 @@
|
|||
const plsbuy = ref([])
|
||||
const nomessageshow = ref(false);
|
||||
const firstgetqueryCgdList = () => {
|
||||
console.log("zzzz")
|
||||
queryCgdList(plzinfo).then((res : any) => {
|
||||
plsbuy.value.push(...res.result.records)
|
||||
console.log("zzzz", plsbuy.value)
|
||||
|
|
@ -489,7 +495,7 @@
|
|||
middletarget.value = 0;
|
||||
}
|
||||
let num = Math.ceil((index + 1))
|
||||
leftscrolltop.value = (num - 2) * 186;
|
||||
leftscrolltop.value = (num - 2) * 202;
|
||||
lefttarget.value = index;
|
||||
form.cgdId = plsbuy.value[index].id
|
||||
form.pageNo = 1
|
||||
|
|
@ -677,25 +683,42 @@
|
|||
}
|
||||
})
|
||||
}
|
||||
|
||||
const jiansuotarget = ref(false);
|
||||
// const getdonghua = () => {
|
||||
// jiansuotarget.value = true;
|
||||
// setTimeout(()=>{
|
||||
// jiansuotarget.value = false;
|
||||
// },200)
|
||||
// }
|
||||
const basePath = '/static/index/procurement/' // 图片公共路径
|
||||
const imgNormal = basePath + 'sh.png'
|
||||
const imgActive = basePath + 'shr.png'
|
||||
|
||||
const imgSrc = ref(imgNormal)
|
||||
const busy = ref(false) // 防止重复点击造成多个定时器
|
||||
|
||||
function handleClick() {
|
||||
if (busy.value) return
|
||||
busy.value = true
|
||||
|
||||
// 切换到 active 图
|
||||
imgSrc.value = imgActive
|
||||
|
||||
// 0.5 秒后复原
|
||||
setTimeout(() => {
|
||||
imgSrc.value = imgNormal
|
||||
busy.value = false
|
||||
}, 300)
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.contain {
|
||||
background-color: rgb(239, 240, 244);
|
||||
width: 100vw;
|
||||
background-color: #f4f4f4;
|
||||
// background-color:red;
|
||||
width: 91vw;
|
||||
height: 100vh;
|
||||
padding: 5vh 2vw 0 2vw;
|
||||
padding: 0 0 0 1.1vw;
|
||||
display: flex;
|
||||
// overflow: hidden;
|
||||
|
||||
.contain-left {
|
||||
height: 95vh;
|
||||
height: 100vh;
|
||||
width: 30%;
|
||||
overflow: hidden;
|
||||
// background-color: green;
|
||||
|
|
@ -707,13 +730,32 @@
|
|||
align-items: center;
|
||||
position: relative;
|
||||
|
||||
.title-ball {
|
||||
width: 5.3vh;
|
||||
height: 5.3vh;
|
||||
border-radius: 50%;
|
||||
margin-left: 10rpx;
|
||||
background-color: #fff;
|
||||
border: 2rpx solid #D9DADC;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
.title-ball-img {
|
||||
width: 55%;
|
||||
height: 55%;
|
||||
}
|
||||
}
|
||||
|
||||
.title-input {
|
||||
width: 71%;
|
||||
height: 5vh;
|
||||
background-color: #E2E4E9;
|
||||
font-size: 30rpx;
|
||||
padding-left: 45rpx;
|
||||
width: 68%;
|
||||
height: 5.1vh;
|
||||
background-color: #fff;
|
||||
font-size: 27.5rpx;
|
||||
padding-left: 26rpx;
|
||||
border-radius: 40rpx;
|
||||
padding-top: 2rpx;
|
||||
border: 2rpx solid #C9C9C9;
|
||||
}
|
||||
|
||||
.title-input-button {
|
||||
|
|
@ -736,7 +778,8 @@
|
|||
.left-menu-father {
|
||||
margin-top: 1.3vh;
|
||||
width: 100%;
|
||||
height: 84vh;
|
||||
height: 89.5vh;
|
||||
// background-color: red;
|
||||
|
||||
.left-menu-scroll {
|
||||
height: 100%;
|
||||
|
|
@ -744,11 +787,11 @@
|
|||
|
||||
.pls-card {
|
||||
width: 100%;
|
||||
height: 26.5vh;
|
||||
border: #0f9fff 3rpx solid;
|
||||
height: 386rpx;
|
||||
border: #0f9fff 4rpx solid;
|
||||
background-color: #fff;
|
||||
border-radius: 40rpx;
|
||||
margin-bottom: 2vh;
|
||||
margin-bottom: 18rpx;
|
||||
padding: 0 30rpx;
|
||||
position: relative;
|
||||
|
||||
|
|
@ -933,12 +976,18 @@
|
|||
|
||||
.contain-right {
|
||||
z-index: 1;
|
||||
height: 95vh;
|
||||
width: 70%;
|
||||
margin-left: 2%;
|
||||
height: 96vh;
|
||||
width: 68.5%;
|
||||
border-radius: 30rpx;
|
||||
margin-top: 0.3vw;
|
||||
margin-left: 1.2%;
|
||||
overflow: hidden;
|
||||
background-color: #fff;
|
||||
// background-color: red;
|
||||
|
||||
.contain-right-title {
|
||||
margin-top: 16rpx;
|
||||
margin-right: 20rpx;
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
display: flex;
|
||||
|
|
@ -956,7 +1005,7 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 0 0 0 0.7vw;
|
||||
margin: 0 0.8vw 0 0;
|
||||
color: #555555;
|
||||
|
||||
image {
|
||||
|
|
@ -967,6 +1016,7 @@
|
|||
|
||||
|
||||
}
|
||||
|
||||
.title-input-button:active,
|
||||
.contain-right-button:active {
|
||||
color: #1083F8;
|
||||
|
|
@ -994,7 +1044,7 @@
|
|||
padding-left: 20rpx;
|
||||
|
||||
.middle-one {
|
||||
width: 440rpx;
|
||||
width: 610rpx;
|
||||
height: 200rpx;
|
||||
background-color: #F9F9F9;
|
||||
border-radius: 30rpx;
|
||||
|
|
@ -1011,7 +1061,7 @@
|
|||
}
|
||||
|
||||
.middle-right {
|
||||
width: 250rpx;
|
||||
width: 350rpx;
|
||||
|
||||
.right-title {
|
||||
width: 100%;
|
||||
|
|
@ -1039,14 +1089,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
.white-zhezhao {
|
||||
position: fixed;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
width: 68%;
|
||||
top: 0;
|
||||
left: 32%;
|
||||
}
|
||||
// .white-zhezhao {
|
||||
// position: fixed;
|
||||
// height: 100%;
|
||||
// background-color: #fff;
|
||||
// width: 68%;
|
||||
// top: 0;
|
||||
// left: 32%;
|
||||
// }
|
||||
|
||||
.wuliao-title {
|
||||
margin-top: 40rpx;
|
||||
|
|
@ -1527,6 +1577,4 @@
|
|||
-webkit-transform-style: preserve-3d;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
|
@ -313,8 +313,9 @@
|
|||
const tharrlist = ref([])
|
||||
|
||||
const thlist = () => {
|
||||
|
||||
console.log("退货返回啥了啊",)
|
||||
thdList(form).then(res => {
|
||||
console.log("退货返回啥了啊",res.result.records)
|
||||
tharrlist.value.push(...res.result.records);
|
||||
if(!firstlook.value&&!res.result.records.length){
|
||||
nomessageshow.value = true;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// 全局请求封装
|
||||
const base_url = 'https://www.focusnu.com/opeapi'
|
||||
// const base_url = 'http://192.168.2.27:8081/opeapi'
|
||||
// const base_url = 'http://192.168.2.27:8081/opeapi/'
|
||||
// const base_url = 'http://192.168.2.55:8081/opeapi'
|
||||
// 请求超出时间
|
||||
const timeout = 5000
|
||||
// 登录过期防止多次弹出
|
||||
|
|
|
|||
Loading…
Reference in New Issue