Merge remote-tracking branch 'origin/dev_ksck_z' into dev_ksck_z

# Conflicts:
#	src/views/collect/IoCreateOrder.vue
#	src/views/collect/IoCreateOrderBlank.vue
20240912_adapter_z
anthonywj 1 year ago
commit 9dbf996f51

@ -366,7 +366,7 @@ export default {
let query = { let query = {
key: val, key: val,
status: 1, status: 1,
invCode: this.formData.invCode, // invCode: this.formData.invCode,
page: 1, page: 1,
limit: 100, limit: 100,
} }

@ -29,17 +29,13 @@
</el-col> </el-col>
</el-row> </el-row>
<el-alert <el-alert
style="margin-top: 15px" style="margin-top: 15px;font-size: 20px"
:title="msgTip" :title="msgTip"
:closable="false" :closable="false"
type="warning"> type="warning">
</el-alert> </el-alert>
<div class="scroll-alert" style="margin-top: 15px;">
<div class="scroll-text">{{ msgTip }}</div>
</div>
<el-row> <el-row>
<el-button-group <el-button-group
@ -491,7 +487,7 @@ export default {
isSuccess: false, isSuccess: false,
result: "", result: "",
scanResultType: "success", scanResultType: "success",
msgTip: "工位存量提醒:", msgTip: "当前工位存量提醒:",
splitType: null, splitType: null,
}; };
}, },

@ -29,17 +29,13 @@
</el-col> </el-col>
</el-row> </el-row>
<el-alert <el-alert
style="margin-top: 15px" style="margin-top: 15px;font-size: 20px"
:title="msgTip" :title="msgTip"
:closable="false" :closable="false"
type="warning"> type="warning">
</el-alert> </el-alert>
<div class="scroll-alert" style="margin-top: 15px;">
<div class="scroll-text">{{ msgTip }}</div>
</div>
<el-row> <el-row>
<el-button-group <el-button-group
@ -491,8 +487,7 @@ export default {
isSuccess: false, isSuccess: false,
result: "", result: "",
scanResultType: "success", scanResultType: "success",
msgTip: "工位存量提醒:", msgTip: "当前工位存量提醒:",
splitType: null,
}; };
}, },
components: { components: {
@ -911,7 +906,7 @@ export default {
let query = { let query = {
key: val, key: val,
status: 1, status: 1,
invCode: this.orderFormData.invCode, // invCode: this.orderFormData.invCode,
page: 1, page: 1,
limit: 100, limit: 100,
} }
@ -1767,31 +1762,31 @@ export default {
<style scoped> <style scoped>
.scroll-alert { /*.scroll-alert {*/
width: 100%; /* 或者你需要的宽度 */ /* width: 100%; !* 或者你需要的宽度 *!*/
overflow: hidden; /* overflow: hidden;*/
white-space: nowrap; /* white-space: nowrap;*/
box-sizing: border-box; /* box-sizing: border-box;*/
/*border: 1px solid #f56c6c; !* 类似于 Element UI 警告框的边框 *!*/ /* !*border: 1px solid #f56c6c; !* 类似于 Element UI 警告框的边框 *!*!*/
background-color: rgba(255, 235, 59, 0.1); /* 类似于 Element UI 警告框的背景色 */ /* background-color: rgba(255, 235, 59, 0.1); !* 类似于 Element UI 警告框的背景色 *!*/
padding: 10px; /* padding: 10px;*/
position: relative; /* position: relative;*/
} /*}*/
.scroll-text { /*.scroll-text {*/
display: inline-block; /* display: inline-block;*/
padding-left: 100%; /* 初始位置在容器右侧 */ /* padding-left: 100%; !* 初始位置在容器右侧 *!*/
animation: scroll 10s linear infinite; /* 滚动动画 */ /* animation: scroll 10s linear infinite; !* 滚动动画 *!*/
} /*}*/
@keyframes scroll { /*@keyframes scroll {*/
from { /* from {*/
transform: translateX(0); /* transform: translateX(0);*/
} /* }*/
to { /* to {*/
transform: translateX(-100%); /* transform: translateX(-100%);*/
} /* }*/
} /*}*/
.query-form-item { .query-form-item {
margin-right: 5px; margin-right: 5px;

Loading…
Cancel
Save