Merge branch 'main' of http://47.115.223.229:8888/yangjun/hldy_app_mini
This commit is contained in:
commit
eaa4927722
|
|
@ -150,6 +150,13 @@
|
|||
},
|
||||
{
|
||||
"path" : "pages/Warehouse/warehome"
|
||||
},
|
||||
{
|
||||
"path" : "pages/procurement/authorization",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
</view>
|
||||
<view>
|
||||
<view>
|
||||
<text>{{v.qlNum?v.qlNum:'--'}}</text>
|
||||
<text>{{v.thNum?v.thNum:'--'}}</text>
|
||||
<text>退货数量</text>
|
||||
</view>
|
||||
<view>
|
||||
|
|
@ -364,8 +364,8 @@
|
|||
|
||||
.itembox{
|
||||
width: 100%;
|
||||
height: calc(100vh - 22vw);
|
||||
padding:1vw 2vw 0 0;
|
||||
height: calc(100vh - 23vw);
|
||||
padding:1vw 0.5vw 1vw;
|
||||
background: #fff;
|
||||
.box{
|
||||
width: 100%;
|
||||
|
|
@ -376,7 +376,7 @@
|
|||
width: 30.4vw;
|
||||
height: 13vw;
|
||||
margin-bottom: 0.9vw;
|
||||
margin-left: 1.7vw;
|
||||
margin-left: 0.5vw;
|
||||
.carditem{
|
||||
width: 30.4vw;
|
||||
height: 13vw;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<view class="serchs">
|
||||
<view class="leftbtn">
|
||||
<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"
|
||||
@click="search(0)"></image>
|
||||
</view>
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
</view>
|
||||
<tanchuang @back="tanshow = false" :show="tanshow" font="确定将该物料从本次请领清单中移除吗?" @right="del"></tanchuang>
|
||||
<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>
|
||||
<text v-if="carnum>0">{{carnum>99?'99+':carnum}}</text>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
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 {
|
||||
fullcamera as default
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue