| | |
| | | <el-button |
| | | type="primary" |
| | | plain |
| | | icon="Plus" |
| | | icon="Refresh" |
| | | :disabled="multiple" |
| | | @click="handleBatchUpdatePlanDate" |
| | | v-hasPermi="['ApsPlatOrderPlanManager:requirement:list']" |
| | |
| | | <el-radio :label="1">{{ |
| | | $t("plan.btns.batchUpdateOrderDate") |
| | | }}</el-radio> |
| | | <el-radio :label="2">{{ |
| | | <!-- <el-radio :label="2">{{ |
| | | $t("plan.title.CustomizePlannedCompletionDate") |
| | | }}</el-radio> |
| | | }}</el-radio> --> |
| | | </el-radio-group> |
| | | </div> |
| | | <div class="red_color">{{ $t("plan.title.tipsBugSheetMetal") }}</div> |
| | | <div class="red_color" v-if="radio === 1">{{ $t("plan.title.tipsBugSheetMetal") }}</div> |
| | | <div class="red_color" v-if="radio === 2">{{ $t("plan.title.tipsBugSheetMetal2") }}</div> |
| | | <div class="mode_box" v-if="radio === 2"> |
| | | <span>{{ $t("plan.title.CustomizePlannedCompletionDate") }}</span> |
| | | <!-- <el-date-picker |
| | |
| | | width: 200, |
| | | align: "center", |
| | | }, |
| | | { |
| | | title: t("basic.table.processRouteID"), |
| | | field: "processRouteId", |
| | | width: 200, |
| | | align: "center", |
| | | }, |
| | | { |
| | | title: t("plan.table.processRouteWorkingHours"), |
| | | field: "processRouteHours", |
| | | width: 100, |
| | | align: "center", |
| | | }, |
| | | // { |
| | | // title: t("basic.table.processRouteID"), |
| | | // field: "processRouteId", |
| | | // width: 200, |
| | | // align: "center", |
| | | // }, |
| | | // { |
| | | // title: t("plan.table.processRouteWorkingHours"), |
| | | // field: "processRouteHours", |
| | | // width: 100, |
| | | // align: "center", |
| | | // }, |
| | | { |
| | | title: t("plan.table.demandQuantity"), |
| | | field: "requireAmount", |