From 7c6257170114473d507e656e71ac133c77367449 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 17 Nov 2022 14:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=BD=A6=E8=BE=86=E5=8F=B0?= =?UTF-8?q?=E8=B4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cheliangpaichan/cheliangpaichanAdd.vue | 6 +- .../cheliangpaichan/cheliangpaichanInfo.vue | 49 +++++++++---- .../cheliangpaichanDaiBanInfo.vue | 69 +++++++++++++------ .../paichanguanli/cheliangpaichanEdit.vue | 4 +- .../cheliangpaichanYiBanInfo.vue | 49 +++++++++---- 5 files changed, 126 insertions(+), 51 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue index 54c563942d..2abd2eea02 100644 --- a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanAdd.vue @@ -18,7 +18,7 @@
厂家采购
- +
分公司:
@@ -699,10 +699,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/supplychain/cheliangpaichan/cheliangpaichanInfo.vue b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanInfo.vue index 35b0826495..194ae37df2 100644 --- a/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanInfo.vue +++ b/anrui-scm/anrui-scm-ui/src/views/supplychain/cheliangpaichan/cheliangpaichanInfo.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 }}
@@ -266,10 +266,10 @@ export default { diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanDaiBanInfo.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanDaiBanInfo.vue index bd6bfcb3d9..d00af2027a 100644 --- a/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanDaiBanInfo.vue +++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/paichanguanliFlow/paichanguanli/cheliangpaichanDaiBanInfo.vue @@ -20,51 +20,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 }}
@@ -139,17 +139,21 @@ - + - -
当前环节:
- {{ current.taskName }}->{{ nextNode.name }} + + 当前环节: + + + {{ current.taskName }}->{{ nextNode.name }}
- -
意见:
- + + 意见: + + +
@@ -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; }