|
|
@ -54,47 +54,52 @@ |
|
|
</el-form> |
|
|
</el-form> |
|
|
<!-- 第四行菜单 --> |
|
|
<!-- 第四行菜单 --> |
|
|
<fieldset class="customer-fieldset" style="width: 660px;"> |
|
|
<fieldset class="customer-fieldset" style="width: 660px;"> |
|
|
<legend class="customer-legend">{{labels.rollButtons}}</legend> |
|
|
|
|
|
<el-form> |
|
|
|
|
|
<el-form-item class="customer-roll-css" style="width: 130px; font-size: 16px; color: #387877;"> |
|
|
|
|
|
<span>{{ this.currentRollOps.rollNo }}</span> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
<el-form-item> |
|
|
|
|
|
|
|
|
<legend class="customer-legend" style="display: flex; justify-content: space-between; align-items: center; width: calc(100% - 20px);"> |
|
|
|
|
|
<div style="display: flex; align-items: center;"> |
|
|
|
|
|
<span style="margin-right: 20px;">{{labels.rollButtons}}</span> |
|
|
|
|
|
<div style="font-size: 14px; font-weight: normal; color: #606266; display: flex; align-items: center;"> |
|
|
|
|
|
<label style="margin-right: 5px;">当前卷号:</label> |
|
|
|
|
|
<span style="color: #387877; font-weight: bold; font-size: 16px;">{{ this.currentRollOps.rollNo }}</span> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</legend> |
|
|
|
|
|
<el-form style="display: flex; justify-content: space-between; width: 100%;"> |
|
|
|
|
|
<el-form-item style="flex: 1; margin: 0 5px; text-align: center;"> |
|
|
<el-button class="customer-bun-mid" type="primary" @click="warnCreateNewRollConfirm" |
|
|
<el-button class="customer-bun-mid" type="primary" @click="warnCreateNewRollConfirm" |
|
|
:disabled="buttonTags.createNewRollFlag" |
|
|
:disabled="buttonTags.createNewRollFlag" |
|
|
style="margin-left: 5px; margin-bottom: 5px;"> |
|
|
|
|
|
|
|
|
style="width: 100%;"> |
|
|
{{ buttons.newRollButton }} |
|
|
{{ buttons.newRollButton }} |
|
|
</el-button> |
|
|
</el-button> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item> |
|
|
|
|
|
|
|
|
<el-form-item style="flex: 1; margin: 0 5px; text-align: center;"> |
|
|
<el-button class="customer-bun-mid" type="primary" @click="switchRollModal" |
|
|
<el-button class="customer-bun-mid" type="primary" @click="switchRollModal" |
|
|
:disabled="buttonTags.switchRollFlag" |
|
|
:disabled="buttonTags.switchRollFlag" |
|
|
style="margin-left: 10px; margin-bottom: 5px;"> |
|
|
|
|
|
|
|
|
style="width: 100%;"> |
|
|
{{buttons.switchRoll}} |
|
|
{{buttons.switchRoll}} |
|
|
</el-button> |
|
|
</el-button> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item> |
|
|
|
|
|
|
|
|
<el-form-item style="flex: 1; margin: 0 5px; text-align: center;"> |
|
|
<el-button class="customer-bun-mid" type="primary" @click="separateRollModal" |
|
|
<el-button class="customer-bun-mid" type="primary" @click="separateRollModal" |
|
|
:disabled="buttonTags.separateRollFlag" |
|
|
:disabled="buttonTags.separateRollFlag" |
|
|
style="margin-left: 10px; margin-bottom: 5px;"> |
|
|
|
|
|
|
|
|
style="width: 100%;"> |
|
|
{{buttons.separateRoll}} |
|
|
{{buttons.separateRoll}} |
|
|
</el-button> |
|
|
</el-button> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item> |
|
|
|
|
|
|
|
|
<el-form-item style="flex: 1; margin: 0 5px; text-align: center;"> |
|
|
<el-button class="customer-bun-mid" type="primary" :disabled="buttonTags.finishRollFlag" |
|
|
<el-button class="customer-bun-mid" type="primary" :disabled="buttonTags.finishRollFlag" |
|
|
@click="finishRollModal" style="margin-left: 10px; margin-bottom: 5px;"> |
|
|
|
|
|
|
|
|
@click="finishRollModal" style="width: 100%;"> |
|
|
{{ buttons.finishRoll }} |
|
|
{{ buttons.finishRoll }} |
|
|
</el-button> |
|
|
</el-button> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item> |
|
|
|
|
|
|
|
|
<el-form-item style="flex: 1; margin: 0 5px; text-align: center;"> |
|
|
<el-button class="customer-bun-mid" type="primary" :disabled="buttonTags.mergeRollFlag" |
|
|
<el-button class="customer-bun-mid" type="primary" :disabled="buttonTags.mergeRollFlag" |
|
|
@click="mergeRollModal" style="margin-left: 10px; margin-bottom: 5px;"> |
|
|
|
|
|
|
|
|
@click="mergeRollModal" style="width: 100%;"> |
|
|
{{ buttons.mergeRoll }} |
|
|
{{ buttons.mergeRoll }} |
|
|
</el-button> |
|
|
</el-button> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item> |
|
|
|
|
|
|
|
|
<el-form-item style="flex: 1; margin: 0 5px; text-align: center;"> |
|
|
<el-button class="customer-bun-mid" type="primary" :disabled="buttonTags.finishScheduleFlag" |
|
|
<el-button class="customer-bun-mid" type="primary" :disabled="buttonTags.finishScheduleFlag" |
|
|
@click="showFinishScheduleModal" style="margin-left: 10px; margin-bottom: 5px;"> |
|
|
|
|
|
|
|
|
@click="showFinishScheduleModal" style="width: 100%;"> |
|
|
{{ buttons.finishSchedule }} |
|
|
{{ buttons.finishSchedule }} |
|
|
</el-button> |
|
|
</el-button> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|