@@ -460,10 +464,10 @@ export default {
}
.spanOneWidth {
border-right: 0px !important;
- width: 120px !important;
+ width: 100px !important;
}
.addinputOne {
- margin-left: 110px !important;
+ margin-left: 90px !important;
}
.rowStyle {
border-left: 0px;
@@ -471,13 +475,34 @@ export default {
.colStyle {
border-right: 0px !important;
border-bottom: 0px !important;
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ align-items: center;
}
.colOneStyle {
border-right: 0px !important;
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ align-items: center;
}
-
-.spanTwoWidth {
- width: 120px !important;
+.addinputInfo {
+ margin-left: 0px !important;
+}
+/deep/ .colOneStyle .el-form-item .el-form-item__content {
+ line-height: 15px !important;
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ align-items: center;
+}
+/deep/ .colStyle .el-form-item .el-form-item__content {
+ line-height: 15px !important;
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ align-items: center;
}
.rowClass{
border-top: 1px solid #E0E3EB;
diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue
index 6643792863..0e13ad39cd 100644
--- a/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanEdit.vue
@@ -658,10 +658,10 @@ export default {
}
.spanOneWidth {
border-right: 0px !important;
- width: 120px !important;
+ width: 100px !important;
}
.addinputOne {
- margin-left: 110px !important;
+ margin-left: 90px !important;
}
.rowStyle {
border-left: 0px;
diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanYiBanInfo.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanYiBanInfo.vue
index 99272d29ed..7f095116cf 100644
--- a/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanYiBanInfo.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanYiBanInfo.vue
@@ -18,51 +18,51 @@
分公司:
- {{ formobj.createOrgName }}
+ {{ formobj.createOrgName }}
采购系统:
- {{ formobj.orgDeptName }}
+ {{ formobj.orgDeptName }}
申请人:
- {{ formobj.createByName }}
+ {{ formobj.createByName }}
申请日期:
- {{ formobj.applicationDate }}
+ {{ formobj.applicationDate }}
采购类型:
- {{ formobj.applyType }}
+ {{ formobj.applyType }}
采购原因:
- {{ formobj.schedulingType }}
+ {{ formobj.schedulingType }}
品牌:
- {{ formobj.carBrandName }}
+ {{ formobj.carBrandName }}
订金付款备注:
- {{ formobj.payRemarks }}
+ {{ formobj.payRemarks }}
备注:
- {{ formobj.remarks }}
+ {{ formobj.remarks }}
销售经理:
- {{ formobj.userNames }}
+ {{ formobj.userNames }}
@@ -313,10 +313,10 @@ export default {
}
.spanOneWidth {
border-right: 0px !important;
- width: 120px !important;
+ width: 100px !important;
}
.addinputOne {
- margin-left: 110px !important;
+ margin-left: 90px !important;
}
.rowStyle {
border-left: 0px;
@@ -324,8 +324,33 @@ export default {
.colStyle {
border-right: 0px !important;
border-bottom: 0px !important;
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ align-items: center;
}
.colOneStyle {
border-right: 0px !important;
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ align-items: center;
+}
+.addinputInfo {
+ margin-left: 0px !important;
+}
+/deep/ .colOneStyle .el-form-item .el-form-item__content {
+ line-height: 15px !important;
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ align-items: center;
+}
+/deep/ .colStyle .el-form-item .el-form-item__content {
+ line-height: 15px !important;
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ align-items: center;
}