.env.development | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/utils/i18n/locales/plan/index.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/mainPlan/gasPiping/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/mainPlan/platePlan/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/mainPlan/plateProcessStat/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/mainPlan/sheetMetalSupplyGap/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/partPlan/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.env.development
@@ -10,4 +10,4 @@ # 配合后端服务 # VITE_APP_LOCAL = 'int' # VITE_APP_LOCAL = 'zhl' VITE_APP_LOCAL = 'sfd' VITE_APP_LOCAL = 'hjy' src/utils/i18n/locales/plan/index.js
@@ -229,7 +229,7 @@ selectMonth: "Select Month", statistical: "Statistical method", selectDateRange: "Select interval", requireTraceID: "Requirement traceability ID", requireTraceID: "Require track ID", itemNumber: "Item number", }, upload: { src/views/mainPlan/gasPiping/index.vue
@@ -5,12 +5,11 @@ 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" @@ -23,7 +22,7 @@ </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" @@ -36,9 +35,10 @@ </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" > @@ -52,7 +52,7 @@ </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" src/views/mainPlan/platePlan/index.vue
@@ -1,6 +1,6 @@ <template> <div class="app-container"> <el-row :gutter="10" class="mb8"> <!-- <el-row :gutter="10" class="mb8"> --> <el-form :model="queryParams" ref="queryRef" @@ -9,11 +9,14 @@ :label-width="locale === 'zh' ? '90px' : '180px'" label-position="left" > <!-- <el-row :gutter="20"> <el-col :span="6"> --> <el-form-item :label="$t('plan.query.daterangePlanStartDay')"> <el-row :gutter="20"> <el-col :span="12"> <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.daterangePlanStartDay')" > <el-date-picker style="width: 240px" :style="{ width: locale === 'zh' ? '220px' : '240px' }" v-model="daterangePlanStartDay" value-format="YYYY-MM-DD" type="daterange" @@ -22,11 +25,14 @@ :end-placeholder="$t('plan.placeholder.endDate')" ></el-date-picker> </el-form-item> <!-- </el-col> <el-col :span="6"> --> <el-form-item :label="$t('plan.query.daterangePlanEndDay')"> </el-col> <el-col :span="12"> <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.daterangePlanEndDay')" > <el-date-picker style="width: 240px" :style="{ width: locale === 'zh' ? '220px' : '240px' }" v-model="daterangePlanEndDay" value-format="YYYY-MM-DD" type="daterange" @@ -35,33 +41,38 @@ :end-placeholder="$t('plan.placeholder.endDate')" ></el-date-picker> </el-form-item> <!-- </el-col> <el-col :span="6"> --> </el-col> </el-row> <el-row :gutter="20"> <el-col :span="12"> <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.documentNumber')" prop="documentNumber" > <el-input style="width: 240px" :style="{ width: locale === 'zh' ? '220px' : '240px' }" v-model="queryParams.documentNumber" :placeholder="$t('plan.placeholder.documentNumber')" clearable @keyup.enter="handleQuery" /> </el-form-item> <!-- </el-col> <el-col :span="6"> --> </el-col> <el-col :span="12"> <el-form-item :label="$t('plan.query.customer')" prop="customer"> <el-input style="width: 240px" :style="{ width: locale === 'zh' ? '220px' : '240px' }" v-model="queryParams.customer" :placeholder="$t('plan.placeholder.customer')" clearable @keyup.enter="handleQuery" /> </el-form-item> <!-- </el-col> <el-col :span="24" style="text-align: right;"> --> </el-col> </el-row> <el-row> <el-col :span="24" style="text-align: right"> <el-form-item> <el-button type="primary" icon="Search" @click="handleQuery">{{ $t("common.common.query") @@ -70,10 +81,10 @@ $t("common.common.reset") }}</el-button> </el-form-item> <!-- </el-col> --> <!-- </el-row> --> </el-form> </el-col> </el-row> </el-form> <!-- </el-row> --> <el-row :gutter="10" class="mb8"> <el-col :span="1.5"> <el-button @@ -900,7 +911,8 @@ response.msg + "</div>", t("plan.upload.errorResult"), { dangerouslyUseHTMLString: true, { dangerouslyUseHTMLString: true, confirmButtonText: t("plan.btns.confirm"), cancelButtonText: t("plan.btns.cancel"), } src/views/mainPlan/plateProcessStat/index.vue
@@ -1,6 +1,5 @@ <template> <div class="app-container"> <el-row :gutter="10" class="mb8"> <!-- <el-col> --> <el-form :model="queryParams" @@ -10,20 +9,22 @@ :label-width="locale === 'zh' ? '60px' : '150px'" label-position="left" > <!-- <el-row :gutter="20"> <el-col :span="12"> --> <el-row :gutter="20"> <el-col :span="12"> <el-form-item :label="$t('plan.query.workOrderNo')" prop="num"> <el-input style="width: 370px" :style="{ width: locale === 'zh' ? '200px' : '250px' }" v-model="queryParams.workOrderNo" :placeholder="$t('plan.placeholder.planWorkOderNO')" :placeholder="`${$t('common.common.placeholder')}${$t( 'plan.query.workOrderNo' )}`" clearable @keyup.enter="handleQuery" /> </el-form-item> <!-- </el-col> <el-col :span="12" style="text-align: right;"> --> <el-form-item> </el-col> <el-col :span="12" style="text-align: right"> <el-form-item class="column-with-margin"> <el-button type="primary" icon="Search" @click="handleQuery">{{ $t("common.common.query") }}</el-button> @@ -31,11 +32,9 @@ $t("common.common.reset") }}</el-button> </el-form-item> <!-- </el-col> </el-row> --> </el-form> <!-- </el-col> --> </el-col> </el-row> </el-form> <el-row :gutter="10" class="mb8"> <el-col :span="1.5"> <el-button @@ -387,6 +386,9 @@ getList(); </script> <style lang="scss" scoped> .column-with-margin { margin-right: 0px; } ::v-deep(.mytable-style.vxe-table .vxe-body--row.row-green) { background-color: #187; color: #fff; src/views/mainPlan/sheetMetalSupplyGap/index.vue
@@ -11,21 +11,21 @@ <el-row type="flex" justify="left"> <el-col :span="locale === 'zh' ?6 :9"> <el-form-item :label-width="locale === 'zh' ? '90px' : '200px'" :label-width="locale === 'zh' ? '90px' : '130px'" :label="$t('plan.query.requireTraceID')" prop="requireTrackId" > <el-input :style="{ width: locale === 'zh' ? '140px' : '200px' }" :style="{ width: locale === 'zh' ? '140px' : '230px' }" v-model="queryParams.requireTrackId" :placeholder="`${$t('plan.placeholder.requireTraceID')}`" :placeholder="`${$t('common.common.placeholder')}${$t('plan.query.requireTraceID')}`" clearable @keyup.enter="handleQuery" /> </el-form-item> </el-col> <el-col :span="locale === 'zh' ? 8 : 9"> <el-form-item :label-width="locale === 'zh' ? '48px' : '200px'" :label="$t('plan.query.itemNumber')" prop="bomLineCode"> <el-form-item :label-width="locale === 'zh' ? '48px' : '100px'" :label="$t('plan.query.itemNumber')" prop="bomLineCode"> <el-input :style="{ width: locale === 'zh' ? '140px' : '210px' }" v-model="queryParams.bomLineCode" src/views/partPlan/index.vue
@@ -5,15 +5,14 @@ ref="queryRef" :inline="true" v-show="showSearch" :label-width="locale === 'zh' ? '90px' : '180px'" label-position="left" > <el-row :gutter="10" class="mb8"> <!-- <el-col :span="6"> --> <el-form-item :label="$t('plan.query.daterangePlanStartDay')"> <el-row :gutter="20" class="mb8"> <el-col :span="12"> <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.daterangePlanStartDay')"> <el-date-picker style="width: 240px" :style="{ width: locale === 'zh' ? '220px' : '240px' }" v-model="daterangePlanStartDay" value-format="YYYY-MM-DD" type="daterange" @@ -22,11 +21,11 @@ :end-placeholder="$t('plan.placeholder.endDate')" ></el-date-picker> </el-form-item> <!-- </el-col> <el-col :span="6"> --> <el-form-item :label="$t('plan.query.daterangePlanEndDay')"> </el-col> <el-col :span="12"> <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.daterangePlanEndDay')"> <el-date-picker style="width: 240px" :style="{ width: locale === 'zh' ? '220px' : '240px' }" v-model="daterangePlanEndDay" value-format="YYYY-MM-DD" type="daterange" @@ -35,14 +34,18 @@ :end-placeholder="$t('plan.placeholder.endDate')" ></el-date-picker> </el-form-item> <!-- </el-col> </el-col> </el-row> <el-row :gutter="20"> <el-col :span="6"> --> :span="12"> <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.documentNumber')" prop="documentNumber" > <el-input :style="{ width: locale === 'zh' ? '220px' : '240px' }" v-model="queryParams.documentNumber" :placeholder="$t('plan.placeholder.documentNumber')" clearable @@ -50,23 +53,25 @@ @keyup.enter="handleQuery" /> </el-form-item> <!-- </el-col> </el-col> <el-col :span="6"> --> <el-form-item :label="$t('plan.query.customer')" prop="customer"> :span="12"> <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.customer')" prop="customer"> <el-input style="width: 240px" :style="{ width: locale === 'zh' ? '220px' : '240px' }" v-model="queryParams.customer" :placeholder="$t('plan.placeholder.customer')" clearable @keyup.enter="handleQuery" /> </el-form-item> <!-- </el-col> </el-col> </el-row> <el-row> <el-col :span="24" style="text-align: right;"> --> <el-form-item> style="text-align: right;"> <el-form-item class="column-with-margin"> <el-button type="primary" icon="Search" @click="handleQuery">{{ $t("common.common.query") }}</el-button> @@ -74,8 +79,8 @@ $t("common.common.reset") }}</el-button> </el-form-item> <!-- </el-col> --> </el-col> </el-row> </el-form> @@ -875,6 +880,9 @@ getList(); </script> <style lang="css" scoped> .column-with-margin { margin-right: 0px; } h4 { font-weight: bold; }