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