|
@@ -4,7 +4,7 @@
|
|
|
:placement="'right'"
|
|
:placement="'right'"
|
|
|
:visible="visible"
|
|
:visible="visible"
|
|
|
@cancel="cancel"
|
|
@cancel="cancel"
|
|
|
- class="top486">
|
|
|
|
|
|
|
+ class="top600">
|
|
|
<a-spin :spinning="loading">
|
|
<a-spin :spinning="loading">
|
|
|
<div class="listed">
|
|
<div class="listed">
|
|
|
<a-form class="inlineForm dialogForm"
|
|
<a-form class="inlineForm dialogForm"
|
|
@@ -18,7 +18,7 @@
|
|
|
name="name">
|
|
name="name">
|
|
|
<a-input class="commonInput"
|
|
<a-input class="commonInput"
|
|
|
v-model:value="formState.name"
|
|
v-model:value="formState.name"
|
|
|
- placeholder="请输入模版名称"
|
|
|
|
|
|
|
+ placeholder="30天账期"
|
|
|
style="width: 260px" />
|
|
style="width: 260px" />
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
@@ -36,7 +36,7 @@
|
|
|
<a-form-item :name="['domains',index, 'steptypeid']"
|
|
<a-form-item :name="['domains',index, 'steptypeid']"
|
|
|
:rules="rules.domains.steptypeid">
|
|
:rules="rules.domains.steptypeid">
|
|
|
<a-select class="inlineFormSelect dialogTableSelect"
|
|
<a-select class="inlineFormSelect dialogTableSelect"
|
|
|
- style="width: 108px"
|
|
|
|
|
|
|
+ style="width: 158px"
|
|
|
placeholder="请选择"
|
|
placeholder="请选择"
|
|
|
@change="stepTypeChange(parent)"
|
|
@change="stepTypeChange(parent)"
|
|
|
v-model:value="parent.steptypeid">
|
|
v-model:value="parent.steptypeid">
|
|
@@ -52,7 +52,7 @@
|
|
|
:rules="rules.domains.stepvalue">
|
|
:rules="rules.domains.stepvalue">
|
|
|
<a-input-number class="commonInput dialogTableInput"
|
|
<a-input-number class="commonInput dialogTableInput"
|
|
|
:disabled="isSummary(parent)"
|
|
:disabled="isSummary(parent)"
|
|
|
- style="width: 100px"
|
|
|
|
|
|
|
+ style="width: 135px"
|
|
|
type="number"
|
|
type="number"
|
|
|
v-model:value="parent.stepvalue"></a-input-number>
|
|
v-model:value="parent.stepvalue"></a-input-number>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
@@ -61,7 +61,7 @@
|
|
|
<a-form-item :name="['domains',index, 'stepdays']"
|
|
<a-form-item :name="['domains',index, 'stepdays']"
|
|
|
:rules="rules.domains.stepdays">
|
|
:rules="rules.domains.stepdays">
|
|
|
<a-input-number class="commonInput dialogTableInput"
|
|
<a-input-number class="commonInput dialogTableInput"
|
|
|
- style="width: 122px"
|
|
|
|
|
|
|
+ style="width: 157px"
|
|
|
type="number"
|
|
type="number"
|
|
|
v-model:value="parent.stepdays"></a-input-number>
|
|
v-model:value="parent.stepdays"></a-input-number>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
@@ -88,8 +88,6 @@
|
|
|
class="fixedBtns">
|
|
class="fixedBtns">
|
|
|
<a-form-item class="btnCenter">
|
|
<a-form-item class="btnCenter">
|
|
|
<a-button class="listedBtn"
|
|
<a-button class="listedBtn"
|
|
|
- :loading="loading"
|
|
|
|
|
- :disabled="loading"
|
|
|
|
|
@click="submit">确定</a-button>
|
|
@click="submit">确定</a-button>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|
|
@@ -293,7 +291,7 @@ export default defineComponent({
|
|
|
}
|
|
}
|
|
|
.ant-row.tableContent {
|
|
.ant-row.tableContent {
|
|
|
.ant-col {
|
|
.ant-col {
|
|
|
- height: 40px;
|
|
|
|
|
|
|
+ // height: 40px;
|
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
border-right: 1px solid @m-black6;
|
|
border-right: 1px solid @m-black6;
|
|
@@ -327,5 +325,18 @@ export default defineComponent({
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ .ant-form.inlineForm {
|
|
|
|
|
+ .ant-row.ant-form-item {
|
|
|
|
|
+ margin-bottom: 5px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .ant-row.ant-form-item.ant-form-item-with-help {
|
|
|
|
|
+ white-space: nowrap;
|
|
|
|
|
+ margin-left: 2px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ .dialogTableSelect,
|
|
|
|
|
+ .dialogTableInput {
|
|
|
|
|
+ margin-left: 2px;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|