This commit is contained in:
2024-11-21 15:55:02 +08:00
parent fc20e275f7
commit 492b591fa9
8 changed files with 117 additions and 141 deletions

View File

@@ -263,6 +263,9 @@ export default {
trigger: 'blur',
},
],
deptId:[
{ required: true, message: '负责部门不能为空', trigger: 'change' },
],
},
productList: [],
processFlowList: [],

View File

@@ -9,7 +9,7 @@
type="primary"
plain
size="small"
style="float: right; margin-top: -10px"
style="float: right; margin-top: -25px"
@click="returnOrderManage">
<svg-icon icon-class="return" />
返回
@@ -421,6 +421,19 @@ export default {
.box1 {
height: 215px;
padding: 16px 16px 0 16px;
.boxTitle {
font-size: 16px;
font-weight: 600;
}
.blueTitle {
display: inline-block;
width: 4px;
height: 18px;
background-color: #0b58ff;
margin-right: 8px;
position: relative;
top:4px;
}
.blodTip {
height: 16px;
font-size: 14px;