This commit is contained in:
parent
0d15fdd97d
commit
dcbd23b8e8
|
|
@ -91,7 +91,7 @@
|
||||||
const emit = defineEmits(['start', 'end'])
|
const emit = defineEmits(['start', 'end'])
|
||||||
const form = reactive({
|
const form = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
employeeId: uni.getStorageSync('userInfo').employeesId,
|
employeeId: uni.getStorageSync('userInfo').employeesId,
|
||||||
nuId: uni.getStorageSync('nuId'),
|
nuId: uni.getStorageSync('nuId'),
|
||||||
workType: 2
|
workType: 2
|
||||||
|
|
|
||||||
|
|
@ -256,7 +256,7 @@
|
||||||
<view class="scroll-vi">
|
<view class="scroll-vi">
|
||||||
<!-- <view class="zhezhao-left"></view>
|
<!-- <view class="zhezhao-left"></view>
|
||||||
<view class="zhezhao-right"></view> -->
|
<view class="zhezhao-right"></view> -->
|
||||||
<scroll-view scroll-x="true" style="width: 1800rpx;height: 100%;" :scroll-left="scrollLeft">
|
<scroll-view scroll-x="true" style="width: 1800rpx;height: 100%;" :scroll-left="scrollLeft" lower-threshold="300">
|
||||||
<view style="display: flex;align-items: center;">
|
<view style="display: flex;align-items: center;">
|
||||||
|
|
||||||
<view v-for="(item,index) in allArray" :key="index"
|
<view v-for="(item,index) in allArray" :key="index"
|
||||||
|
|
@ -691,7 +691,7 @@
|
||||||
|
|
||||||
const rizhivalue = ref({
|
const rizhivalue = ref({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 8,
|
pageSize: 30,
|
||||||
cid: 0,
|
cid: 0,
|
||||||
type: "",
|
type: "",
|
||||||
sn: ""
|
sn: ""
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,7 @@
|
||||||
<view v-for="(v,i) in ['护理','医疗','后勤']" :key="i" :class="i==fwzlindex?'act':''"
|
<view v-for="(v,i) in ['护理','医疗','后勤']" :key="i" :class="i==fwzlindex?'act':''"
|
||||||
@click="shtab(i)">{{v}}</view>
|
@click="shtab(i)">{{v}}</view>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view class="scrol" scroll-y="true">
|
<scroll-view class="scrol" scroll-y="true" lower-threshold="300">
|
||||||
<view v-for="(v,i) in fwzlarr" :key='i' :class="i==fwzldex?'act':''" class="cdk"
|
<view v-for="(v,i) in fwzlarr" :key='i' :class="i==fwzldex?'act':''" class="cdk"
|
||||||
@click="zldex(i)">
|
@click="zldex(i)">
|
||||||
<image :src="serverUrl+(fwzldex!=i?v.immediateFile:v.immediateFileFocus)" mode="aspectFill">
|
<image :src="serverUrl+(fwzldex!=i?v.immediateFile:v.immediateFileFocus)" mode="aspectFill">
|
||||||
|
|
@ -304,7 +304,7 @@
|
||||||
const serverpicUrl = ref(uni.getStorageSync('serverUrl') + '/sys/common/static/')
|
const serverpicUrl = ref(uni.getStorageSync('serverUrl') + '/sys/common/static/')
|
||||||
const form = reactive({
|
const form = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
employeeId: uni.getStorageSync('userInfo').employeesId,
|
employeeId: uni.getStorageSync('userInfo').employeesId,
|
||||||
nuId: uni.getStorageSync('nuId'),
|
nuId: uni.getStorageSync('nuId'),
|
||||||
workType: 5
|
workType: 5
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
<image src="/static/shouye/xjt.png" mode="aspectFill" style="transform: rotate(180deg);"></image>
|
<image src="/static/shouye/xjt.png" mode="aspectFill" style="transform: rotate(180deg);"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view class="cont" :scroll-y="true" :scroll-top="scrolltop" @scroll="scroll" scroll-with-animation @scrolltoupper="scrolltoupper" @scrolltolower="scrolltolower">
|
<scroll-view class="cont" :scroll-y="true" :scroll-top="scrolltop" @scroll="scroll" scroll-with-animation lower-threshold="300" @scrolltoupper="scrolltoupper" @scrolltolower="scrolltolower">
|
||||||
<view class="items" v-for="(v,i) in list" :key='i' @click="naurl(i);emit('navurl',i,v)">
|
<view class="items" v-for="(v,i) in list" :key='i' @click="naurl(i);emit('navurl',i,v)">
|
||||||
<view class="tm guodu" >
|
<view class="tm guodu" >
|
||||||
<image :src="i==dexleft?v.url:v.urls" mode="aspectFill" class="guodu"></image>
|
<image :src="i==dexleft?v.url:v.urls" mode="aspectFill" class="guodu"></image>
|
||||||
|
|
|
||||||
|
|
@ -372,7 +372,7 @@
|
||||||
}
|
}
|
||||||
const form = reactive({
|
const form = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
employeeId: uni.getStorageSync('userInfo').employeesId,
|
employeeId: uni.getStorageSync('userInfo').employeesId,
|
||||||
nuId: uni.getStorageSync('nuId'),
|
nuId: uni.getStorageSync('nuId'),
|
||||||
workType: 5
|
workType: 5
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view scroll-y="true" class="itembox" scroll-with-animation @scrolltolower="scrolltolower()"
|
<scroll-view scroll-y="true" class="itembox" scroll-with-animation @scrolltolower="scrolltolower()"
|
||||||
v-show="!isemity" enable-back-to-top>
|
v-show="!isemity" enable-back-to-top lower-threshold="300">
|
||||||
<view class="box">
|
<view class="box">
|
||||||
<view class="fler" v-for="(v,index) in InvoicingList" :key="index">
|
<view class="fler" v-for="(v,index) in InvoicingList" :key="index">
|
||||||
<view class="fler-view" @touchstart="ts($event)" @touchmove="canmove($event,index)">
|
<view class="fler-view" @touchstart="ts($event)" @touchmove="canmove($event,index)">
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<view>
|
<view>
|
||||||
<!-- 回退单 滑动 组件 -->
|
<!-- 回退单 滑动 组件 -->
|
||||||
<scroll-view scroll-y="true" class="itembox" scroll-with-animation @scrolltolower="scrolltolower()"
|
<scroll-view scroll-y="true" class="itembox" scroll-with-animation @scrolltolower="scrolltolower()"
|
||||||
enable-back-to-top>
|
enable-back-to-top lower-threshold="300">
|
||||||
<view class="box">
|
<view class="box">
|
||||||
<view class="fler" v-for="(v,index) in InvoicingList" :key="index">
|
<view class="fler" v-for="(v,index) in InvoicingList" :key="index">
|
||||||
<scroll-view class="carditem guodu" @touchend="handleTouchEnd($event,v,index)"
|
<scroll-view class="carditem guodu" @touchend="handleTouchEnd($event,v,index)"
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
<view>累计请领: </view>
|
<view>累计请领: </view>
|
||||||
<text> {{wuobj.wlNum?wuobj.wlNum:0}}{{objtake.materialUnits}}</text>
|
<text> {{wuobj.wlNum?wuobj.wlNum:0}}{{objtake.materialUnits}}</text>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view scroll-y="true" class="jilu" scroll-with-animation @scrolltolower="scrolltolower()">
|
<scroll-view scroll-y="true" class="jilu" scroll-with-animation @scrolltolower="scrolltolower()" lower-threshold="300">
|
||||||
<view class="itm" v-for="(v,i) in wcLog" :key='i'>
|
<view class="itm" v-for="(v,i) in wcLog" :key='i'>
|
||||||
<view class="dian" :class="i==wcLog.length-1?'d':''"></view>
|
<view class="dian" :class="i==wcLog.length-1?'d':''"></view>
|
||||||
<view class="riqi">
|
<view class="riqi">
|
||||||
|
|
@ -134,7 +134,7 @@
|
||||||
elderId:uni.getStorageSync('elderId'),
|
elderId:uni.getStorageSync('elderId'),
|
||||||
wlId:props.objtake.wlId,
|
wlId:props.objtake.wlId,
|
||||||
pageNo:pageNo.value,
|
pageNo:pageNo.value,
|
||||||
pageSize:20
|
pageSize:30
|
||||||
}
|
}
|
||||||
queryQlwcLog(obj).then(res=>{
|
queryQlwcLog(obj).then(res=>{
|
||||||
console.log("咋没有",obj,res)
|
console.log("咋没有",obj,res)
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view scroll-y="true" scroll-with-animation class="left-menu-scroll" :scroll-top="leftscrolltop"
|
<scroll-view scroll-y="true" scroll-with-animation class="left-menu-scroll" :scroll-top="leftscrolltop"
|
||||||
@scrolltolower="plsbuytolower" :lower-threshold="200">
|
@scrolltolower="plsbuytolower" lower-threshold="300">
|
||||||
<!-- <view style="height: 1%;"></view> -->
|
<!-- <view style="height: 1%;"></view> -->
|
||||||
<view class="haventmessage" v-if="!plsbuy.length">
|
<view class="haventmessage" v-if="!plsbuy.length">
|
||||||
<view class="que">
|
<view class="que">
|
||||||
|
|
@ -395,7 +395,7 @@
|
||||||
const lefttarget = ref(0)
|
const lefttarget = ref(0)
|
||||||
const plzinfo = reactive({
|
const plzinfo = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 5,
|
pageSize: 30,
|
||||||
canpull: true,
|
canpull: true,
|
||||||
searchContent: "",
|
searchContent: "",
|
||||||
status: "1,2,4,5",
|
status: "1,2,4,5",
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view> -->
|
</view> -->
|
||||||
<scroll-view scroll-y="true" scroll-with-animation class="left-menu-scroll" :scroll-top="leftscrolltop"
|
<scroll-view scroll-y="true" scroll-with-animation class="left-menu-scroll" :scroll-top="leftscrolltop"
|
||||||
@scrolltolower="plsbuytolower" :lower-threshold="200">
|
@scrolltolower="plsbuytolower" :lower-threshold="300">
|
||||||
<view class="haventmessage" v-if="!plsbuy.length">
|
<view class="haventmessage" v-if="!plsbuy.length">
|
||||||
<view class="que">
|
<view class="que">
|
||||||
<image src="/static/index/procurement/que.png" mode="aspectFill"></image>
|
<image src="/static/index/procurement/que.png" mode="aspectFill"></image>
|
||||||
|
|
@ -292,7 +292,7 @@
|
||||||
const lefttarget = ref(0)
|
const lefttarget = ref(0)
|
||||||
const plzinfo = reactive({
|
const plzinfo = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 5,
|
pageSize: 30,
|
||||||
canpull: true,
|
canpull: true,
|
||||||
searchContent: "",
|
searchContent: "",
|
||||||
status: "3",
|
status: "3",
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
|
|
||||||
<addwl :Material="addMaterial" @delall="delall" @del="adddel" @submit="submit"></addwl>
|
<addwl :Material="addMaterial" @delall="delall" @del="adddel" @submit="submit"></addwl>
|
||||||
<carditem :isemity="isemity" :InvoicingList="listarr" @scrolltolower="scrolltolower" :status="status" @comfig="comfig"></carditem>
|
<carditem :isemity="isemity" :InvoicingList="listarr" @scrolltolower="scrolltolower" :status="status" @comfig="comfig" lower-threshold="300"></carditem>
|
||||||
<takeing :show="takeshow" :objtake="objtake" @fill="takeshow = false" @right="right"></takeing>
|
<takeing :show="takeshow" :objtake="objtake" @fill="takeshow = false" @right="right"></takeing>
|
||||||
<cgdclass @confirm="confirm" :show="ification" :typenum="0" ref="classication" @fill="ification = false"> </cgdclass>
|
<cgdclass @confirm="confirm" :show="ification" :typenum="0" ref="classication" @fill="ification = false"> </cgdclass>
|
||||||
<medetails :show="detaishow" @fill="detaishow = false" @confirm="confirm" :objtake="objtake"></medetails>
|
<medetails :show="detaishow" @fill="detaishow = false" @confirm="confirm" :objtake="objtake"></medetails>
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
import submits from '../common/submits.vue'
|
import submits from '../common/submits.vue'
|
||||||
const form = reactive({
|
const form = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
nuId: uni.getStorageSync('nuId'),
|
nuId: uni.getStorageSync('nuId'),
|
||||||
elderId: uni.getStorageSync('elderId'),
|
elderId: uni.getStorageSync('elderId'),
|
||||||
wlParamInfo: '',
|
wlParamInfo: '',
|
||||||
|
|
|
||||||
|
|
@ -196,7 +196,7 @@
|
||||||
const servervideoUrl = ref(uni.getStorageSync('serverUrl') + '/sys/commonVideo/staticVideo/')
|
const servervideoUrl = ref(uni.getStorageSync('serverUrl') + '/sys/commonVideo/staticVideo/')
|
||||||
const form = reactive({
|
const form = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
employeeId:uni.getStorageSync('userInfo').employeesId,
|
employeeId:uni.getStorageSync('userInfo').employeesId,
|
||||||
nuId:uni.getStorageSync('nuId')
|
nuId:uni.getStorageSync('nuId')
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -916,7 +916,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view style="width: 110%;height: 420rpx;display: flex;flex-wrap: wrap;" scroll-y="true"
|
<scroll-view style="width: 110%;height: 420rpx;display: flex;flex-wrap: wrap;" scroll-y="true"
|
||||||
scroll-with-animation @scrolltolower="lhjlfy()">
|
scroll-with-animation @scrolltolower="lhjlfy()" lower-threshold="300">
|
||||||
<view
|
<view
|
||||||
style=" display: inline-block;width: 45%;height: 190rpx;background-color: #fff;border-radius: 30rpx;margin-right: 2%;margin-top: 20rpx;padding: 0 30rpx;color: #888888;border: 1rpx solid #D9DADC;"
|
style=" display: inline-block;width: 45%;height: 190rpx;background-color: #fff;border-radius: 30rpx;margin-right: 2%;margin-top: 20rpx;padding: 0 30rpx;color: #888888;border: 1rpx solid #D9DADC;"
|
||||||
v-for="(item,index) in lhjlarr" :key="index">
|
v-for="(item,index) in lhjlarr" :key="index">
|
||||||
|
|
@ -1327,7 +1327,7 @@
|
||||||
|
|
||||||
const plzinfo = reactive({
|
const plzinfo = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
canpull: true,
|
canpull: true,
|
||||||
cgdParamInfo: "",
|
cgdParamInfo: "",
|
||||||
suppliers: "",
|
suppliers: "",
|
||||||
|
|
@ -1339,7 +1339,7 @@
|
||||||
})
|
})
|
||||||
const mobanplzinfo = {
|
const mobanplzinfo = {
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
canpull: true,
|
canpull: true,
|
||||||
cgdParamInfo: "",
|
cgdParamInfo: "",
|
||||||
suppliers: "",
|
suppliers: "",
|
||||||
|
|
@ -1485,7 +1485,7 @@
|
||||||
const mobanform = {
|
const mobanform = {
|
||||||
nuId: '',
|
nuId: '',
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 9,
|
pageSize: 30,
|
||||||
categoryId: '',
|
categoryId: '',
|
||||||
typeId: '',
|
typeId: '',
|
||||||
medicationId: '',
|
medicationId: '',
|
||||||
|
|
@ -1527,7 +1527,7 @@
|
||||||
cgdId: showvalue.value.cgdId,
|
cgdId: showvalue.value.cgdId,
|
||||||
wlId: showvalue.value.wlId,
|
wlId: showvalue.value.wlId,
|
||||||
pageNo: lhjpageNo.value,
|
pageNo: lhjpageNo.value,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
}
|
}
|
||||||
queryPickingRecordList(obj).then(res => {
|
queryPickingRecordList(obj).then(res => {
|
||||||
lhjlarr.value.push(...res.result.records)
|
lhjlarr.value.push(...res.result.records)
|
||||||
|
|
|
||||||
|
|
@ -1329,7 +1329,7 @@
|
||||||
|
|
||||||
const plzinfo = reactive({
|
const plzinfo = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
canpull: true,
|
canpull: true,
|
||||||
cgdParamInfo: "",
|
cgdParamInfo: "",
|
||||||
suppliers: "",
|
suppliers: "",
|
||||||
|
|
@ -1342,7 +1342,7 @@
|
||||||
})
|
})
|
||||||
const mobanplzinfo = {
|
const mobanplzinfo = {
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
canpull: true,
|
canpull: true,
|
||||||
cgdParamInfo: "",
|
cgdParamInfo: "",
|
||||||
suppliers: "",
|
suppliers: "",
|
||||||
|
|
@ -1533,7 +1533,7 @@
|
||||||
cgdId: showvalue.value.cgdId,
|
cgdId: showvalue.value.cgdId,
|
||||||
wlId: showvalue.value.wlId,
|
wlId: showvalue.value.wlId,
|
||||||
pageNo: lhjpageNo.value,
|
pageNo: lhjpageNo.value,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
}
|
}
|
||||||
queryPickingRecordList(obj).then(res => {
|
queryPickingRecordList(obj).then(res => {
|
||||||
lhjlarr.value.push(...res.result.records)
|
lhjlarr.value.push(...res.result.records)
|
||||||
|
|
|
||||||
|
|
@ -143,7 +143,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="contain-right-middle">
|
<view class="contain-right-middle">
|
||||||
<scroll-view scroll-y="true" class="middle-Y" @scrolltolower="getmore">
|
<scroll-view scroll-y="true" class="middle-Y" scroll-with-animation @scrolltolower="getmore" lower-threshold="300">
|
||||||
<view class="middle-Y-father">
|
<view class="middle-Y-father">
|
||||||
<view class="middle-one" v-for="(v,i) in InvoicingList" :key='i'
|
<view class="middle-one" v-for="(v,i) in InvoicingList" :key='i'
|
||||||
:style="{border: middletarget === i? '4rpx dashed #1083F8': '4rpx solid transparent'}"
|
:style="{border: middletarget === i? '4rpx dashed #1083F8': '4rpx solid transparent'}"
|
||||||
|
|
@ -376,12 +376,12 @@
|
||||||
|
|
||||||
const plzinfo = reactive({
|
const plzinfo = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
canpull: true
|
canpull: true
|
||||||
})
|
})
|
||||||
const mobanplzinfo = {
|
const mobanplzinfo = {
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
canpull: true
|
canpull: true
|
||||||
}
|
}
|
||||||
const leftscrolltop = ref(0)
|
const leftscrolltop = ref(0)
|
||||||
|
|
@ -456,7 +456,7 @@
|
||||||
const form = reactive({
|
const form = reactive({
|
||||||
nuId: '',
|
nuId: '',
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 9,
|
pageSize: 30,
|
||||||
categoryId: '',
|
categoryId: '',
|
||||||
typeId: '',
|
typeId: '',
|
||||||
medicationId: '',
|
medicationId: '',
|
||||||
|
|
@ -468,7 +468,7 @@
|
||||||
const mobanform = {
|
const mobanform = {
|
||||||
nuId: '',
|
nuId: '',
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 9,
|
pageSize: 30,
|
||||||
categoryId: '',
|
categoryId: '',
|
||||||
typeId: '',
|
typeId: '',
|
||||||
medicationId: '',
|
medicationId: '',
|
||||||
|
|
|
||||||
|
|
@ -476,7 +476,7 @@
|
||||||
color: #0089FE;
|
color: #0089FE;
|
||||||
border-radius: 2vw;
|
border-radius: 2vw;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 3;
|
z-index: 10;
|
||||||
border: 2rpx solid rgba(255, 255, 255, 0.6);
|
border: 2rpx solid rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -587,7 +587,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: -7vw;
|
bottom: -7vw;
|
||||||
right: 26vw;
|
right: 26vw;
|
||||||
z-index: 2;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.storeman {
|
.storeman {
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
pddId: pddobj.value.id,
|
pddId: pddobj.value.id,
|
||||||
paramType: selectType.value == 0 ? '' : selectType.value,
|
paramType: selectType.value == 0 ? '' : selectType.value,
|
||||||
pageNo: pageNo.value,
|
pageNo: pageNo.value,
|
||||||
pageSize: 10
|
pageSize: 30
|
||||||
}
|
}
|
||||||
queryPddInfoList(obj).then(res => {
|
queryPddInfoList(obj).then(res => {
|
||||||
res.result.records.forEach((item, i) => {
|
res.result.records.forEach((item, i) => {
|
||||||
|
|
@ -152,7 +152,7 @@
|
||||||
pddId: pddobj.value.id,
|
pddId: pddobj.value.id,
|
||||||
paramType: 4,
|
paramType: 4,
|
||||||
pageNo: -1,
|
pageNo: -1,
|
||||||
pageSize: 10
|
pageSize: 30
|
||||||
}
|
}
|
||||||
queryPddInfoList(obj).then(res => {
|
queryPddInfoList(obj).then(res => {
|
||||||
if (res.result.total == 0) {
|
if (res.result.total == 0) {
|
||||||
|
|
|
||||||
|
|
@ -152,7 +152,7 @@
|
||||||
const serverUrl = ref(uni.getStorageSync('serverUrl') + '/sys/common/static/')
|
const serverUrl = ref(uni.getStorageSync('serverUrl') + '/sys/common/static/')
|
||||||
const form = reactive({
|
const form = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
status:3,
|
status:3,
|
||||||
searchContent: ''
|
searchContent: ''
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
<view class="heng-blue" :style="{ left: `${selectType === 0 ? 18 : 18 + selectType * 30}%` }">
|
<view class="heng-blue" :style="{ left: `${selectType === 0 ? 18 : 18 + selectType * 30}%` }">
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view scroll-y="true" class="scol" @scrolltolower="scrolltolower()" enable-back-to-top enable-flex :scroll-top="scrolltop" @scroll="scroll">
|
<scroll-view scroll-y="true" class="scol" scroll-with-animation @scrolltolower="scrolltolower()" enable-back-to-top enable-flex :scroll-top="scrolltop" @scroll="scroll">
|
||||||
<view>
|
<view>
|
||||||
<view class="items guodu" v-for="(v,i) in pddlist" :key='i' :class="{'itembord0':v.zk==true,'dczk':v.dczk==true&&v.zk==true}">
|
<view class="items guodu" v-for="(v,i) in pddlist" :key='i' :class="{'itembord0':v.zk==true,'dczk':v.dczk==true&&v.zk==true}">
|
||||||
<view class="speitem guodu">
|
<view class="speitem guodu">
|
||||||
|
|
@ -112,7 +112,7 @@
|
||||||
pddId:props.pddobj.id,
|
pddId:props.pddobj.id,
|
||||||
paramType:selectType.value==0?'':selectType.value,
|
paramType:selectType.value==0?'':selectType.value,
|
||||||
pageNo:pageNo.value,
|
pageNo:pageNo.value,
|
||||||
pageSize:10
|
pageSize:30
|
||||||
}
|
}
|
||||||
queryPddInfoList(obj).then(res=>{
|
queryPddInfoList(obj).then(res=>{
|
||||||
pddlist.value.push(...res.result.records);
|
pddlist.value.push(...res.result.records);
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<scroll-view scroll-y="true" class="itembox" scroll-with-animation @scrolltolower="scrolltolower()"
|
<scroll-view scroll-y="true" class="itembox" scroll-with-animation @scrolltolower="scrolltolower()" lower-threshold="300"
|
||||||
enable-back-to-top>
|
enable-back-to-top>
|
||||||
<view class="box">
|
<view class="box">
|
||||||
<view class="fler" v-for="(v,index) in InvoicingList" :key="index">
|
<view class="fler" v-for="(v,index) in InvoicingList" :key="index">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<view @tap="onTap">
|
<view @tap="onTap">
|
||||||
<scroll-view scroll-y="true" class="itembox" scroll-with-animation @scrolltolower="scrolltolower()"
|
<scroll-view scroll-y="true" class="itembox" scroll-with-animation @scrolltolower="scrolltolower()" lower-threshold="300"
|
||||||
enable-back-to-top enable-flex :scroll-top="scrolltop" @scroll="scroll">
|
enable-back-to-top enable-flex :scroll-top="scrolltop" @scroll="scroll">
|
||||||
<!-- <defaultr cont="暂无数据" v-if="pddlist.length==0 && listflag"
|
<!-- <defaultr cont="暂无数据" v-if="pddlist.length==0 && listflag"
|
||||||
style="position: absolute;width: 10vw;height: 10vw;"></defaultr> -->
|
style="position: absolute;width: 10vw;height: 10vw;"></defaultr> -->
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<scroll-view scroll-y="true" class="crdcroll" scroll-with-animation @scrolltolower="scrolltolower()"
|
<scroll-view scroll-y="true" class="crdcroll" scroll-with-animation @scrolltolower="scrolltolower()" lower-threshold="300"
|
||||||
:enhanced="true" :bounce="true" enable-back-to-top>
|
:enhanced="true" :bounce="true" enable-back-to-top>
|
||||||
<view class="box">
|
<view class="box">
|
||||||
<view class="fler" v-for="(v,index) in InvoicingList" :key="index">
|
<view class="fler" v-for="(v,index) in InvoicingList" :key="index">
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<!-- 购物车 -->
|
<!-- 购物车 -->
|
||||||
<scroll-view scroll-y="true" class="crdcroll" scroll-with-animation @scrolltolower="scrolltolower()"
|
<scroll-view scroll-y="true" class="crdcroll" scroll-with-animation @scrolltolower="scrolltolower()" lower-threshold="300"
|
||||||
enable-back-to-top>
|
enable-back-to-top>
|
||||||
<view class="box">
|
<view class="box">
|
||||||
<view class="fler" v-for="(v,index) in InvoicingList" :key="index" @click="v.flag=!v.flag">
|
<view class="fler" v-for="(v,index) in InvoicingList" :key="index" @click="v.flag=!v.flag">
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<view>
|
<view>
|
||||||
<view class="qbkyj" v-if="show">
|
<view class="qbkyj" v-if="show">
|
||||||
<view class="titletop">详情</view>
|
<view class="titletop">详情</view>
|
||||||
<view scroll-y="true" class="crdcroll" scroll-with-animation @scrolltolower="scrolltolower">
|
<view scroll-y="true" class="crdcroll" scroll-with-animation @scrolltolower="scrolltolower" lower-threshold="300">
|
||||||
<view class="fler">
|
<view class="fler">
|
||||||
<view class="fler-view" @touchstart="ts($event)" @touchmove="canmove($event,0)">
|
<view class="fler-view" @touchstart="ts($event)" @touchmove="canmove($event,0)">
|
||||||
<view class="carditem guodu"
|
<view class="carditem guodu"
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view scroll-y="true" class="crkscroll" scroll-with-animation @scrolltolower="scrolltolower()">
|
<scroll-view scroll-y="true" class="crkscroll" scroll-with-animation @scrolltolower="scrolltolower()" lower-threshold="300">
|
||||||
<view class="cgrk" v-for="(v,i) in list" :key='i'>
|
<view class="cgrk" v-for="(v,i) in list" :key='i'>
|
||||||
<view>
|
<view>
|
||||||
<text>{{v.crkType_dictText}}-{{v.crkStatus_dictText}}</text>
|
<text>{{v.crkType_dictText}}-{{v.crkStatus_dictText}}</text>
|
||||||
|
|
@ -126,7 +126,7 @@
|
||||||
nuId:props.wl.nuId,
|
nuId:props.wl.nuId,
|
||||||
colomnDesc:actv.value?'desc':'asc',//asc正序,desc倒叙
|
colomnDesc:actv.value?'desc':'asc',//asc正序,desc倒叙
|
||||||
pageNo:pageNo.value,
|
pageNo:pageNo.value,
|
||||||
pageSize:10
|
pageSize:30
|
||||||
}
|
}
|
||||||
queryCrkInfoList(obj).then(res=>{
|
queryCrkInfoList(obj).then(res=>{
|
||||||
list.value.push(...res.result.records);
|
list.value.push(...res.result.records);
|
||||||
|
|
|
||||||
|
|
@ -175,7 +175,7 @@
|
||||||
const form = reactive({
|
const form = reactive({
|
||||||
nuId: '',
|
nuId: '',
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 9,
|
pageSize: 30,
|
||||||
categoryId: '',
|
categoryId: '',
|
||||||
typeId: '',
|
typeId: '',
|
||||||
medicationId: '',
|
medicationId: '',
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
<view class="all-contain">
|
<view class="all-contain">
|
||||||
<scroll-view scroll-y="true" scroll-with-animation class="all-scroll" :scroll-top="leftscrolltop"
|
<scroll-view scroll-y="true" scroll-with-animation class="all-scroll" :scroll-top="leftscrolltop"
|
||||||
@scrolltolower="plsbuytolower" :lower-threshold="200">
|
@scrolltolower="plsbuytolower" :lower-threshold="300">
|
||||||
<view class="scroll-items">
|
<view class="scroll-items">
|
||||||
<view class="scroll-item" v-for="(item,index) in plsbuy" :key="index" @click="pdurl(item)">
|
<view class="scroll-item" v-for="(item,index) in plsbuy" :key="index" @click="pdurl(item)">
|
||||||
<view class="scroll-item-title">
|
<view class="scroll-item-title">
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="warning-other">
|
<view class="warning-other">
|
||||||
<scroll-view scroll-x="true" class="kcscrol guodu" scroll-with-animation
|
<scroll-view scroll-x="true" class="kcscrol guodu" scroll-with-animation lower-threshold="300"
|
||||||
@scrolltolower="scrolltolower(1)">
|
@scrolltolower="scrolltolower(1)">
|
||||||
<view class="yjbox" v-for="(v,i) in Material" :key="i" @click="clickaddcar(v,i)">
|
<view class="yjbox" v-for="(v,i) in Material" :key="i" @click="clickaddcar(v,i)">
|
||||||
<image :src="v.materialImg?serverUrl+v.materialImg:'/static/index/procurement/k.png'"
|
<image :src="v.materialImg?serverUrl+v.materialImg:'/static/index/procurement/k.png'"
|
||||||
|
|
@ -107,7 +107,7 @@
|
||||||
<view>暂无数据</view>
|
<view>暂无数据</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<carditem :InvoicingList="InvoicingList" @addcartory="addcartory" @scrolltolower="scrolltolower"
|
<carditem :InvoicingList="InvoicingList" @addcartory="addcartory" @scrolltolower="scrolltolower" lower-threshold="300"
|
||||||
:status="status" @crk="crk"></carditem>
|
:status="status" @crk="crk"></carditem>
|
||||||
</view>
|
</view>
|
||||||
<view class="fiedright">
|
<view class="fiedright">
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view scroll-y="true" scroll-with-animation class="left-menu-scroll" :scroll-top="leftscrolltop"
|
<scroll-view scroll-y="true" scroll-with-animation class="left-menu-scroll" :scroll-top="leftscrolltop"
|
||||||
@scrolltolower="plsbuytolower" :lower-threshold="200">
|
@scrolltolower="plsbuytolower" :lower-threshold="300">
|
||||||
<!-- <view style="height: 1%;"></view> -->
|
<!-- <view style="height: 1%;"></view> -->
|
||||||
|
|
||||||
<view class="haventmessage" v-if="shownomessage">
|
<view class="haventmessage" v-if="shownomessage">
|
||||||
|
|
@ -403,7 +403,7 @@
|
||||||
const lefttarget = ref(0)
|
const lefttarget = ref(0)
|
||||||
const plzinfo = reactive({
|
const plzinfo = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 5,
|
pageSize: 30,
|
||||||
canpull: true,
|
canpull: true,
|
||||||
searchContent: "",
|
searchContent: "",
|
||||||
status: "1,4,5",
|
status: "1,4,5",
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="left-menu-father">
|
<view class="left-menu-father">
|
||||||
<scroll-view scroll-y="true" scroll-with-animation class="left-menu-scroll" :scroll-top="leftscrolltop"
|
<scroll-view scroll-y="true" scroll-with-animation class="left-menu-scroll" :scroll-top="leftscrolltop"
|
||||||
@scrolltolower="plsbuytolower" :lower-threshold="400">
|
@scrolltolower="plsbuytolower" :lower-threshold="400" lower-threshold="300">
|
||||||
<view class="haventmessage" v-if="shownomessage">
|
<view class="haventmessage" v-if="shownomessage">
|
||||||
<view class="que">
|
<view class="que">
|
||||||
<image src="/static/index/procurement/que.png" mode="aspectFill"></image>
|
<image src="/static/index/procurement/que.png" mode="aspectFill"></image>
|
||||||
|
|
@ -468,14 +468,14 @@
|
||||||
const plzinfo = reactive({
|
const plzinfo = reactive({
|
||||||
nuId: uni.getStorageSync('nuId'),
|
nuId: uni.getStorageSync('nuId'),
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
canpull: true,
|
canpull: true,
|
||||||
cgdParamInfo: ""
|
cgdParamInfo: ""
|
||||||
})
|
})
|
||||||
const mobanplzinfo = {
|
const mobanplzinfo = {
|
||||||
nuId: uni.getStorageSync('nuId'),
|
nuId: uni.getStorageSync('nuId'),
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 30,
|
||||||
canpull: true,
|
canpull: true,
|
||||||
cgdParamInfo: ""
|
cgdParamInfo: ""
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue