This commit is contained in:
Teng 2025-12-08 09:49:39 +08:00
commit eaa4927722
5 changed files with 15 additions and 8 deletions

View File

@ -150,6 +150,13 @@
}, },
{ {
"path" : "pages/Warehouse/warehome" "path" : "pages/Warehouse/warehome"
},
{
"path" : "pages/procurement/authorization",
"style" :
{
"navigationBarTitleText" : ""
}
} }
], ],
"globalStyle": { "globalStyle": {

View File

@ -28,7 +28,7 @@
</view> </view>
<view> <view>
<view> <view>
<text>{{v.qlNum?v.qlNum:'--'}}</text> <text>{{v.thNum?v.thNum:'--'}}</text>
<text>退货数量</text> <text>退货数量</text>
</view> </view>
<view> <view>
@ -364,8 +364,8 @@
.itembox{ .itembox{
width: 100%; width: 100%;
height: calc(100vh - 22vw); height: calc(100vh - 23vw);
padding:1vw 2vw 0 0; padding:1vw 0.5vw 1vw;
background: #fff; background: #fff;
.box{ .box{
width: 100%; width: 100%;
@ -376,7 +376,7 @@
width: 30.4vw; width: 30.4vw;
height: 13vw; height: 13vw;
margin-bottom: 0.9vw; margin-bottom: 0.9vw;
margin-left: 1.7vw; margin-left: 0.5vw;
.carditem{ .carditem{
width: 30.4vw; width: 30.4vw;
height: 13vw; height: 13vw;

View File

@ -3,7 +3,7 @@
<view class="serchs"> <view class="serchs">
<view class="leftbtn"> <view class="leftbtn">
<view class="ipt"> <view class="ipt">
<input type="text" placeholder="物料名称/物料编码/物料简拼" v-model="form.searchContent" @confirm="search()" /> <input type="text" placeholder="退货单号/退货人/退货日期" v-model="form.searchContent" @confirm="search()" />
<image src="/static/index/procurement/x.png" mode="aspectFill" v-if="form.searchContent" <image src="/static/index/procurement/x.png" mode="aspectFill" v-if="form.searchContent"
@click="search(0)"></image> @click="search(0)"></image>
</view> </view>
@ -85,7 +85,7 @@
</view> </view>
<tanchuang @back="tanshow = false" :show="tanshow" font="确定将该物料从本次请领清单中移除吗?" @right="del"></tanchuang> <tanchuang @back="tanshow = false" :show="tanshow" font="确定将该物料从本次请领清单中移除吗?" @right="del"></tanchuang>
<submits :show="subshow" :list="addMaterial" @fill="subshow = false" :thdt="tharrlist[cardindex]" @config="tijiao"></submits> <submits :show="subshow" :list="addMaterial" @fill="subshow = false" :thdt="tharrlist[cardindex]" @config="tijiao"></submits>
<view class="thdfed"> <view class="thdfed" @click="uni.navigateTo({ url:'/pages/procurement/authorization' })">
<image src="/static/index/procurement/thd.png" mode="aspectFill"></image> <image src="/static/index/procurement/thd.png" mode="aspectFill"></image>
<text v-if="carnum>0">{{carnum>99?'99+':carnum}}</text> <text v-if="carnum>0">{{carnum>99?'99+':carnum}}</text>
</view> </view>

View File

@ -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
}; };

View File

@ -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
}; };