| | |
| | | ref="queryRef" |
| | | :inline="true" |
| | | v-show="showSearch" |
| | | :label-width="locale === 'zh' ? '90px' : '140px'" |
| | | label-position="left" |
| | | > |
| | | <el-row :gutter="20"> |
| | | <el-col :span="locale === 'zh' ? 12 : 12"> |
| | | <el-form-item :label="$t('plan.query.daterangePlanStartDay')"> |
| | | <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.daterangePlanStartDay')"> |
| | | <el-date-picker |
| | | :style="{ width: locale === 'zh' ? '220px' : '240px' }" |
| | | v-model="daterangePlanStartDay" |
| | |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="locale === 'zh' ? 12 : 12"> |
| | | <el-form-item :label="$t('plan.query.daterangePlanEndDay')"> |
| | | <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.daterangePlanEndDay')"> |
| | | <el-date-picker |
| | | :style="{ width: locale === 'zh' ? '220px' : '240px' }" |
| | | v-model="daterangePlanEndDay" |
| | |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="locale === 'zh' ? 12 : 12"> |
| | | <el-form-item |
| | | :label-width="locale === 'zh' ? '90px' : '140px'" |
| | | :label="$t('plan.query.documentNumber')" |
| | | prop="documentNumber" |
| | | > |
| | |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="locale === 'zh' ? 12 : 12"> |
| | | <el-form-item :label="$t('plan.query.customer')" prop="customer"> |
| | | <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.customer')" prop="customer"> |
| | | <el-input |
| | | :style="{ width: locale === 'zh' ? '220px' : '240px' }" |
| | | v-model="queryParams.customer" |