This commit is contained in:
wangweidong 2026-01-14 16:37:24 +08:00
parent 27d3224b0a
commit ec86f7acda
3 changed files with 10 additions and 11 deletions

View File

@ -11,7 +11,7 @@
<view class="cardfa">
<view>{{ objtake?.categoryId_dictText }}</view>
<view>{{ objtake?.typeId_dictText }}</view>
<view v-if="objtake?.medicationId_dictText">{{objtake?.medicationId_dictText}}</view>
<view v-if="objtake?.medicationId_dictText" style="width: 8vw;">{{objtake?.medicationId_dictText}}</view>
</view>
</view>
<view class="youcont">
@ -21,7 +21,7 @@
物料编码
<text>{{objtake?.materialNo}}</text>
</view>
<view>
<view style="margin-left: 2.5vw;">
规格型号
<text style="white-space: nowrap;">{{objtake?.specificationModel}}</text>
</view>
@ -31,11 +31,11 @@
请领数量
<text>{{wuobj.qlNum?wuobj.qlNum:'0'}}</text>
</view>
<view>
<view style="margin-left: 2.5vw;padding-left: 1.65vw;">
请领单位
<text>{{objtake?.materialUnits}}</text>
</view>
<view>
<view style="margin-left: 3vw;padding-left: 1.5vw;">
累计请领
<text>{{wuobj.wlNum?wuobj.wlNum:0}}</text>
</view>
@ -145,7 +145,7 @@ import { ref, onMounted, onBeforeUnmount, computed, nextTick, watch, reactive }
.leftbox {
width: 14.2vw;
height: 100%;
border-right: 2px solid #E5E5E5;
border-right: 2px solid #f2f2f2;
.cardfa {
width: 100%;
margin-top: 0.6vw;
@ -153,7 +153,7 @@ import { ref, onMounted, onBeforeUnmount, computed, nextTick, watch, reactive }
align-items: center;
flex-wrap: wrap;
view {
width: 6.5vw;
width: 6vw;
height: 2vw;
border-radius: 1vw;
border: 1px solid #D2D2D2;
@ -188,13 +188,13 @@ import { ref, onMounted, onBeforeUnmount, computed, nextTick, watch, reactive }
}
.youcont {
width: 32vw;
width: 37vw;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 0 1.8vw;
>view {
padding: 0 1.8vw;
&:nth-child(2),
&:nth-child(3) {
width: 100%;
@ -211,7 +211,6 @@ import { ref, onMounted, onBeforeUnmount, computed, nextTick, watch, reactive }
display: flex;
flex-direction: column;
justify-content: space-between;
text {
font-weight: 400;
font-size: 1.4vw;

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 {
camera as default
};

View File

@ -578,7 +578,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
};