This commit is contained in:
parent
433fb13230
commit
33dc29e6f3
|
|
@ -128,6 +128,9 @@
|
||||||
res.result.picPatharr = res.result.picPath.split(",");
|
res.result.picPatharr = res.result.picPath.split(",");
|
||||||
res.result.picPatharr = res.result.picPatharr.filter(item => item !== '');
|
res.result.picPatharr = res.result.picPatharr.filter(item => item !== '');
|
||||||
}
|
}
|
||||||
|
if(e.dczk == true){
|
||||||
|
res.result.dczk = true;
|
||||||
|
}
|
||||||
pddlist.value[i] = res.result;
|
pddlist.value[i] = res.result;
|
||||||
uni.removeStorage({ key: 'valitem'})
|
uni.removeStorage({ key: 'valitem'})
|
||||||
}else{
|
}else{
|
||||||
|
|
|
||||||
|
|
@ -47,10 +47,9 @@
|
||||||
<text>差额</text>
|
<text>差额</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="pandian" @click="zhankai(v,i)">
|
<view class="pandian" @click="zhankai(v,i)">
|
||||||
<image :src="v.zk?'/static/index/procurement/pd1.png':'/static/index/procurement/pd0.png'" mode="aspectFill" v-if="v.pdType==null||v?.cesl==0"></image>
|
<image :src="v.zk?'/static/index/procurement/pd1.png':'/static/index/procurement/pd0.png'" mode="aspectFill" v-if="v.pdType==null||v.pdType==''"></image>
|
||||||
<!-- <image src="/static/index/procurement/pd1.png" mode="aspectFill" v-if="v.pdType==null && v.cesl!=null"></image> -->
|
|
||||||
<image :src="v.zk?'/static/index/procurement/pd5.png':'/static/index/procurement/pd2.png'" mode="aspectFill" v-if="v.pdType == 1"></image>
|
<image :src="v.zk?'/static/index/procurement/pd5.png':'/static/index/procurement/pd2.png'" mode="aspectFill" v-if="v.pdType == 1"></image>
|
||||||
<image :src="v.zk?'/static/index/procurement/pd4.png':'/static/index/procurement/pd3.png'" mode="aspectFill" v-if="v.pdType == 2&&v?.cesl>0"></image>
|
<image :src="v.zk?'/static/index/procurement/pd4.png':'/static/index/procurement/pd3.png'" mode="aspectFill" v-if="v.pdType == 2"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="tan guodu" :class="v.zk?'':'itemhei0'">
|
<view class="tan guodu" :class="v.zk?'':'itemhei0'">
|
||||||
<view class="tbox guodu" :class="v.zk?'':'itemhei0'" :style="v.zk?'':'overflow: hidden'">
|
<view class="tbox guodu" :class="v.zk?'':'itemhei0'" :style="v.zk?'':'overflow: hidden'">
|
||||||
|
|
@ -168,10 +167,14 @@
|
||||||
v.bz = false;
|
v.bz = false;
|
||||||
v.pz = false;
|
v.pz = false;
|
||||||
}
|
}
|
||||||
|
if(v.dczk == true){
|
||||||
nextTick(() => {
|
|
||||||
scrolltop.value = (top.value > (s - 2) * 182) ? top.value : (s - 2) * 182;
|
}else{
|
||||||
})
|
nextTick(() => {
|
||||||
|
scrolltop.value = (top.value > (s - 2) * 182) ? top.value : (s - 2) * 182;
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
gb(i)
|
gb(i)
|
||||||
}
|
}
|
||||||
const gb = (i) => {
|
const gb = (i) => {
|
||||||
|
|
@ -198,7 +201,7 @@
|
||||||
console.log(e)
|
console.log(e)
|
||||||
}
|
}
|
||||||
const config = (e,i) =>{
|
const config = (e,i) =>{
|
||||||
if(e.content==''||e.content==null){
|
if((e.content==''||e.content==null)&&e.cesl!=0){
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
icon:'error',
|
icon:'error',
|
||||||
title:"请填写备注!"
|
title:"请填写备注!"
|
||||||
|
|
|
||||||
|
|
@ -574,7 +574,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||||
)
|
)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]);
|
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/camera.nvue"]]);
|
||||||
export {
|
export {
|
||||||
camera as default
|
camera as default
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -577,7 +577,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||||
)
|
)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]);
|
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]);
|
||||||
export {
|
export {
|
||||||
fullcamera as default
|
fullcamera as default
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue