13 Commits

Author SHA1 Message Date
982c25fa0b Merge pull request '修改bug' (#65) from zwq into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #65
2022-03-16 10:13:21 +08:00
zwq
2756e75aaf 修改bug 2022-03-16 10:12:36 +08:00
74883db1c0 Merge pull request 'fzq' (#64) from fzq into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #64
2022-03-16 09:55:55 +08:00
643277e1c7 更新 'src/lang/i18n/zh/module/basicData.js' 2022-03-16 09:53:24 +08:00
4a834c3dc1 更新 'src/lang/i18n/en/module/basicData.js' 2022-03-16 09:53:04 +08:00
6b20524a5f 更新 'src/lang/i18n/zh/module/basicData.js' 2022-03-16 09:52:02 +08:00
Fanzink
f219b55d0c '更新' 2022-03-16 09:43:13 +08:00
Fanzink
79b7fe0eec '更新' 2022-03-16 09:41:00 +08:00
2329a20c4f Merge pull request 'zwq' (#63) from zwq into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #63
2022-03-16 09:00:59 +08:00
zwq
7aba931c94 提交 2022-03-16 08:58:59 +08:00
zwq
176fd99cd1 Merge branch 'test' of http://git.picaiba.com/mt-ck-00a/mt-ck-wms-ui into zwq 2022-03-16 08:42:53 +08:00
77fbbb630b Merge pull request '仓库翻译' (#62) from zwq into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #62
2022-03-15 17:04:29 +08:00
zwq
18b932afa1 仓库翻译 2022-03-15 17:04:06 +08:00
27 changed files with 155 additions and 153 deletions

View File

@@ -2,7 +2,7 @@
* @Author: gtz * @Author: gtz
* @Date: 2021-03-04 16:13:51 * @Date: 2021-03-04 16:13:51
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-15 10:17:01 * @LastEditTime: 2022-03-16 10:10:59
* @Description: file content * @Description: file content
*/ */
export default { export default {
@@ -31,6 +31,7 @@ export default {
Tips: 'Tips', Tips: 'Tips',
TipsBefore: 'Are you sure you want to delete', TipsBefore: 'Are you sure you want to delete',
TipsStorageBefore: 'Confirm to add location:', TipsStorageBefore: 'Confirm to add location:',
PleaseAddLocationFirst: 'Please Add Location First!',
Description: 'Description', Description: 'Description',
Remarks: 'Remarks', Remarks: 'Remarks',
Yes: 'Yes', Yes: 'Yes',
@@ -169,7 +170,13 @@ export default {
processEquipment: 'Process Equipment', processEquipment: 'Process Equipment',
sheCode: 'Shelf Code', sheCode: 'Shelf Code',
sheName: 'Shelf Name', sheName: 'Shelf Name',
locaNum: 'Location Number' locaNum: 'Location Number',
addLocation: 'Add Location',
columnMark: 'Column Mark',
rowMark: 'Row Mark',
status: 'Status',
man: 'Man',
woman: 'Woman'
}, },
storageBox: { storageBox: {
name: 'Name', name: 'Name',

View File

@@ -1,8 +1,8 @@
/* /*
* @Author: gtz * @Author: gtz
* @Date: 2022-03-15 16:42:34 * @Date: 2022-03-15 16:42:34
* @LastEditors: gtz * @LastEditors: zwq
* @LastEditTime: 2022-03-15 16:58:26 * @LastEditTime: 2022-03-16 08:57:49
* @Description: file content * @Description: file content
* @FilePath: \mt-ck-wms-ui\src\lang\i18n\en\module\dashboard.js * @FilePath: \mt-ck-wms-ui\src\lang\i18n\en\module\dashboard.js
*/ */

View File

@@ -2,7 +2,8 @@
* @Author: gtz * @Author: gtz
* @Date: 2021-03-04 16:13:51 * @Date: 2021-03-04 16:13:51
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-15 10:16:52 * @LastEditTime: 2022-03-16 10:10:43
* @Description: file content
*/ */
export default { export default {
visual: { visual: {
@@ -30,6 +31,7 @@ export default {
Tips: '提示', Tips: '提示',
TipsBefore: '确定删除', TipsBefore: '确定删除',
TipsStorageBefore: '确定添加库位:', TipsStorageBefore: '确定添加库位:',
PleaseAddLocationFirst: '请先添加库位!',
Description: '描述', Description: '描述',
Remarks: '备注', Remarks: '备注',
Or: '或', Or: '或',
@@ -159,7 +161,9 @@ export default {
processEquipment: '工艺设备', processEquipment: '工艺设备',
sheCode: '货架编码', sheCode: '货架编码',
sheName: '货架名', sheName: '货架名',
locaNum: '库存数量' locaNum: '库存数量',
man: '男',
woman: '女'
}, },
storageBox: { storageBox: {
name: '存储箱名称', name: '存储箱名称',

View File

@@ -1,8 +1,8 @@
<!-- <!--
* @Author: DY * @Author: DY
* @Date: 2021-12-16 15:41:11 * @Date: 2021-12-16 15:41:11
* @LastEditors: DY * @LastEditors: zwq
* @LastEditTime: 2022-03-03 15:26:05 * @LastEditTime: 2022-03-04 09:04:30
* @Description: E10 * @Description: E10
--> -->
<template> <template>
@@ -84,18 +84,18 @@ export default {
}, },
created() { created() {
// this.getEqList() // this.getEqList()
this.getList() // this.getList()
}, },
methods: { methods: {
async getEqList() { // async getEqList() {
const res = await equipmentList({ // const res = await equipmentList({
current: 1, // current: 1,
size: 999 // size: 999
}) // })
if (res.code === 0) { // if (res.code === 0) {
this.eqList = res.data // this.eqList = res.data
} // }
}, // },
toE10() { toE10() {
this.$router.push({ this.$router.push({
name: 'E10' name: 'E10'

View File

@@ -1,8 +1,8 @@
<!-- <!--
* @Author: DY * @Author: DY
* @Date: 2021-12-16 15:41:11 * @Date: 2021-12-16 15:41:11
* @LastEditors: DY * @LastEditors: zwq
* @LastEditTime: 2022-03-03 15:26:28 * @LastEditTime: 2022-03-04 09:04:19
* @Description: MCBF * @Description: MCBF
--> -->
<template> <template>
@@ -83,18 +83,18 @@ export default {
}, },
created() { created() {
// this.getEqList() // this.getEqList()
this.getList() // this.getList()
}, },
methods: { methods: {
async getEqList() { // async getEqList() {
const res = await equipmentList({ // const res = await equipmentList({
current: 1, // current: 1,
size: 999 // size: 999
}) // })
if (res.code === 0) { // if (res.code === 0) {
this.eqList = res.data // this.eqList = res.data
} // }
}, // },
toE10() { toE10() {
this.$router.push({ this.$router.push({
name: 'E10' name: 'E10'

View File

@@ -1,8 +1,8 @@
<!-- <!--
* @Author: DY * @Author: DY
* @Date: 2021-12-16 15:41:11 * @Date: 2021-12-16 15:41:11
* @LastEditors: DY * @LastEditors: zwq
* @LastEditTime: 2022-03-03 15:26:44 * @LastEditTime: 2022-03-04 09:04:09
* @Description: MTTR * @Description: MTTR
--> -->
<template> <template>
@@ -83,18 +83,18 @@ export default {
}, },
created() { created() {
// this.getEqList() // this.getEqList()
this.getList() // this.getList()
}, },
methods: { methods: {
async getEqList() { // async getEqList() {
const res = await equipmentList({ // const res = await equipmentList({
current: 1, // current: 1,
size: 999 // size: 999
}) // })
if (res.code === 0) { // if (res.code === 0) {
this.eqList = res.data // this.eqList = res.data
} // }
}, // },
toE10() { toE10() {
this.$router.push({ this.$router.push({
name: 'E10' name: 'E10'

View File

@@ -1,8 +1,8 @@
<!-- <!--
* @Author: DY * @Author: DY
* @Date: 2021-12-16 15:41:11 * @Date: 2021-12-16 15:41:11
* @LastEditors: DY * @LastEditors: zwq
* @LastEditTime: 2022-03-03 15:26:56 * @LastEditTime: 2022-03-04 09:03:58
* @Description: OEE * @Description: OEE
--> -->
<template> <template>
@@ -83,18 +83,18 @@ export default {
}, },
created() { created() {
// this.getEqList() // this.getEqList()
this.getList() // this.getList()
}, },
methods: { methods: {
async getEqList() { // async getEqList() {
const res = await equipmentList({ // const res = await equipmentList({
current: 1, // current: 1,
size: 999 // size: 999
}) // })
if (res.code === 0) { // if (res.code === 0) {
this.eqList = res.data // this.eqList = res.data
} // }
}, // },
toE10() { toE10() {
this.$router.push({ this.$router.push({
name: 'E10' name: 'E10'

View File

@@ -1,8 +1,8 @@
<!-- <!--
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 15:41:11 * @Date: 2020-12-29 15:41:11
* @LastEditors: DY * @LastEditors: zwq
* @LastEditTime: 2022-03-03 16:22:24 * @LastEditTime: 2022-03-04 09:03:35
* @Description: E10详情表格 * @Description: E10详情表格
--> -->
<template> <template>
@@ -108,15 +108,15 @@ export default {
this.listQuery.startTime = this.time1 this.listQuery.startTime = this.time1
this.listQuery.endTime = this.time2 this.listQuery.endTime = this.time2
this.listQuery.equipmentName = this.equipmentName this.listQuery.equipmentName = this.equipmentName
getE10StackDetail(this.listQuery).then(res => { // getE10StackDetail(this.listQuery).then(res => {
if (res.data !== []) { // if (res.data !== []) {
this.list = res.data.detail.records // this.list = res.data.detail.records
this.total = res.data.detail.total // this.total = res.data.detail.total
this.list.forEach(item => { // this.list.forEach(item => {
item.equipmentName = this.equipmentName // item.equipmentName = this.equipmentName
}) // })
} // }
}) // })
} }
} }
} }

View File

@@ -1,8 +1,8 @@
<!-- <!--
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 15:41:11 * @Date: 2020-12-29 15:41:11
* @LastEditors: DY * @LastEditors: zwq
* @LastEditTime: 2022-03-03 16:46:06 * @LastEditTime: 2022-03-04 09:03:23
* @Description: Mttr详情表格 * @Description: Mttr详情表格
--> -->
<template> <template>
@@ -109,12 +109,12 @@ export default {
this.listQuery.startTime = this.time1 this.listQuery.startTime = this.time1
this.listQuery.endTime = this.time2 this.listQuery.endTime = this.time2
this.listQuery.equipmentName = this.equipmentName this.listQuery.equipmentName = this.equipmentName
getMttrDetail(this.listQuery).then(res => { // getMttrDetail(this.listQuery).then(res => {
if (res.data !== []) { // if (res.data !== []) {
this.list = res.data.detail.records // this.list = res.data.detail.records
this.total = res.data.detail.total // this.total = res.data.detail.total
} // }
}) // })
} }
} }
} }

View File

@@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 15:41:11 * @Date: 2020-12-29 15:41:11
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-11 11:24:48 * @LastEditTime: 2022-03-16 09:54:40
* @Description: * @Description:
--> -->
<template> <template>
@@ -11,7 +11,6 @@
:model="formData" :model="formData"
:inline="true" :inline="true"
size="medium" size="medium"
label-width="80px"
> >
<el-form-item :label="$t('module.basicData.ScrapInfo.PlateId')" prop="substrateId"> <el-form-item :label="$t('module.basicData.ScrapInfo.PlateId')" prop="substrateId">
<el-input v-model="formData.substrateId" :placeholder="$i18nForm(['placeholder.input', $t('module.basicData.ScrapInfo.PlateId')])" style="width:200px" clearable /> <el-input v-model="formData.substrateId" :placeholder="$i18nForm(['placeholder.input', $t('module.basicData.ScrapInfo.PlateId')])" style="width:200px" clearable />

View File

@@ -1,8 +1,8 @@
<!-- <!--
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 16:37:56 * @Date: 2020-12-29 16:37:56
* @LastEditors: zwq * @LastEditors: fzq
* @LastEditTime: 2022-03-04 10:06:01 * @LastEditTime: 2022-03-15 18:33:01
* @Description: * @Description:
--> -->
<template> <template>
@@ -169,10 +169,10 @@ export default {
}] }]
}, },
sexOptions: [{ sexOptions: [{
'label': '男', 'label': this.$t('module.basicData.cache.man'),
'value': 1 'value': 1
}, { }, {
'label': '女', 'label': this.$t('module.basicData.cache.woman'),
'value': 0 'value': 0
}], }],
onDutyOptions: [{ onDutyOptions: [{

View File

@@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 15:41:11 * @Date: 2020-12-29 15:41:11
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-14 10:35:17 * @LastEditTime: 2022-03-16 09:45:43
* @Description: * @Description:
--> -->
<template> <template>
@@ -12,7 +12,6 @@
:model="formData" :model="formData"
:inline="true" :inline="true"
size="medium" size="medium"
label-width="100px"
> >
<el-form-item :label="$t('module.basicData.Warehouse.TaskType')" prop="taskType"> <el-form-item :label="$t('module.basicData.Warehouse.TaskType')" prop="taskType">
<el-select v-model="formData.taskType" filterable :placeholder="$i18nForm(['placeholder.input', $t('module.basicData.Warehouse.TaskType')])" clearable> <el-select v-model="formData.taskType" filterable :placeholder="$i18nForm(['placeholder.input', $t('module.basicData.Warehouse.TaskType')])" clearable>

View File

@@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 15:41:11 * @Date: 2020-12-29 15:41:11
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-14 10:37:13 * @LastEditTime: 2022-03-16 09:46:13
* @Description: * @Description:
--> -->
<template> <template>
@@ -12,7 +12,6 @@
:model="formData" :model="formData"
:inline="true" :inline="true"
size="medium" size="medium"
label-width="100px"
> >
<el-form-item :label="$t('module.basicData.Warehouse.TaskType')" prop="taskType"> <el-form-item :label="$t('module.basicData.Warehouse.TaskType')" prop="taskType">
<el-select v-model="formData.taskType" filterable :placeholder="$i18nForm(['placeholder.input', $t('module.basicData.Warehouse.TaskType')])" clearable> <el-select v-model="formData.taskType" filterable :placeholder="$i18nForm(['placeholder.input', $t('module.basicData.Warehouse.TaskType')])" clearable>

View File

@@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 15:41:11 * @Date: 2020-12-29 15:41:11
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-14 10:35:21 * @LastEditTime: 2022-03-16 09:46:19
* @Description: * @Description:
--> -->
<template> <template>
@@ -13,7 +13,6 @@
:model="listQuery" :model="listQuery"
:inline="true" :inline="true"
size="medium" size="medium"
label-width="100px"
> >
<el-form-item :label="$t('module.art.processList.processName')" prop="key"> <el-form-item :label="$t('module.art.processList.processName')" prop="key">
<el-select <el-select

View File

@@ -2,12 +2,12 @@
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 15:41:11 * @Date: 2020-12-29 15:41:11
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-14 09:33:28 * @LastEditTime: 2022-03-16 09:45:26
* @Description: * @Description:
--> -->
<template> <template>
<div class="app-container"> <div class="app-container">
<el-form ref="listQuery" :model="listQuery" :inline="true" label-width="120px" @keyup.enter.native="getList()"> <el-form ref="listQuery" :model="listQuery" :inline="true" @keyup.enter.native="getList()">
<el-form-item :label="$t('module.basicData.Warehouse.StorageBoxNumber')" prop="code"> <el-form-item :label="$t('module.basicData.Warehouse.StorageBoxNumber')" prop="code">
<el-select <el-select
v-model="listQuery.code" v-model="listQuery.code"

View File

@@ -2,12 +2,12 @@
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 15:41:11 * @Date: 2020-12-29 15:41:11
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-01-17 14:06:53 * @LastEditTime: 2022-03-16 09:46:26
* @Description: * @Description:
--> -->
<template> <template>
<div class="app-container"> <div class="app-container">
<el-form ref="listQuery" :model="listQuery" :inline="true" label-width="120px" @keyup.enter.native="getList()"> <el-form ref="listQuery" :model="listQuery" :inline="true" @keyup.enter.native="getList()">
<el-form-item :label="$t('module.basicData.Warehouse.LocationName')" prop="currLocationId"> <el-form-item :label="$t('module.basicData.Warehouse.LocationName')" prop="currLocationId">
<el-select <el-select
v-model="listQuery.currLocationId" v-model="listQuery.currLocationId"

View File

@@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 16:37:56 * @Date: 2020-12-29 16:37:56
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-14 10:55:22 * @LastEditTime: 2022-03-16 09:49:10
* @Description: * @Description:
--> -->
<template> <template>
@@ -15,7 +15,7 @@
ref="dataForm" ref="dataForm"
:model="dataForm" :model="dataForm"
size="medium" size="medium"
label-width="110px" label-width="170px"
label-position="left" label-position="left"
> >
<el-col :span="12"> <el-col :span="12">

View File

@@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 16:37:56 * @Date: 2020-12-29 16:37:56
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-01-14 15:55:39 * @LastEditTime: 2022-03-16 09:50:12
* @Description: * @Description:
--> -->
<template> <template>
@@ -15,7 +15,7 @@
ref="dataForm" ref="dataForm"
:model="dataForm" :model="dataForm"
size="medium" size="medium"
label-width="110px" label-width="160px"
label-position="left" label-position="left"
> >
<el-col :span="8"> <el-col :span="8">

View File

@@ -2,20 +2,21 @@
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 16:37:56 * @Date: 2020-12-29 16:37:56
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-01-13 16:22:39 * @LastEditTime: 2022-03-16 09:50:58
* @Description: * @Description:
--> -->
<template> <template>
<el-dialog <el-dialog
:title="'btn.see' | i18nFilter" :title="'btn.see' | i18nFilter"
:visible.sync="visible" :visible.sync="visible"
width="60%"
> >
<el-row :gutter="10"> <el-row :gutter="10">
<el-form <el-form
ref="dataForm" ref="dataForm"
:model="dataForm" :model="dataForm"
size="medium" size="medium"
label-width="110px" label-width="170px"
label-position="left" label-position="left"
> >
<el-col :span="8"> <el-col :span="8">

View File

@@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 15:41:11 * @Date: 2020-12-29 15:41:11
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-15 14:15:30 * @LastEditTime: 2022-03-16 09:52:07
* @Description: * @Description:
--> -->
<template> <template>
@@ -65,11 +65,6 @@ const tableProps = [
prop: 'name', prop: 'name',
label: i18n.t('module.basicData.cache.LocationName'), label: i18n.t('module.basicData.cache.LocationName'),
align: 'center' align: 'center'
},
{
prop: 'shelfName',
label: i18n.t('module.basicData.cache.locationType'),
align: 'center'
} }
] ]

View File

@@ -1,8 +1,8 @@
<!-- <!--
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 16:37:56 * @Date: 2020-12-29 16:37:56
* @LastEditors: fzq * @LastEditors: zwq
* @LastEditTime: 2022-03-10 18:44:36 * @LastEditTime: 2022-03-16 09:47:25
* @Description: * @Description:
--> -->
<template> <template>
@@ -10,7 +10,7 @@
:title="!dataForm.id ? 'btn.add' : 'btn.edit' | i18nFilter" :title="!dataForm.id ? 'btn.add' : 'btn.edit' | i18nFilter"
:visible.sync="visible" :visible.sync="visible"
> >
<el-form ref="dataForm" :model="dataForm" :rules="dataRule" label-width="120px" @keyup.enter.native="dataFormSubmit()"> <el-form ref="dataForm" :model="dataForm" :rules="dataRule" @keyup.enter.native="dataFormSubmit()">
<el-form-item :label="$t('module.basicData.Warehouse.LocationName')" prop="currLocationId"> <el-form-item :label="$t('module.basicData.Warehouse.LocationName')" prop="currLocationId">
<el-select <el-select
v-model="dataForm.currLocationId" v-model="dataForm.currLocationId"

View File

@@ -2,7 +2,7 @@
* @Author: gtz * @Author: gtz
* @Date: 2022-03-03 09:16:10 * @Date: 2022-03-03 09:16:10
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-15 14:27:57 * @LastEditTime: 2022-03-16 10:11:10
* @Description: file content * @Description: file content
* @FilePath: \mt-ck-wms-ui\src\views\dashboard\index.vue * @FilePath: \mt-ck-wms-ui\src\views\dashboard\index.vue
--> -->
@@ -11,7 +11,7 @@
<el-card class="dashboard-main"> <el-card class="dashboard-main">
<el-row class="dashboard-title"> <el-row class="dashboard-title">
<div class="dashboard-header-line" /> <div class="dashboard-header-line" />
<div class="dashboard-header-title">WMS库存信息</div> <div class="dashboard-header-title">{{ $t('module.dashboard.title') }}</div>
</el-row> </el-row>
<el-row class="dashboard-legend"> <el-row class="dashboard-legend">
<div <div
@@ -47,13 +47,7 @@
size="mini" size="mini"
placeholder="请选择库存范围" placeholder="请选择库存范围"
@change="handleChange" @change="handleChange"
> ><el-option v-for="item in totalPage" :key="'select' + item" :label="$t('module.dashboard.pageHeader') + item + $t('module.dashboard.pageFooter')" :value="item" />
<el-option
v-for="item in totalPage"
:key="'select' + item"
:label="'第' + item + '页'"
:value="item"
/>
</el-select> </el-select>
</div> </div>
</el-row> </el-row>
@@ -123,9 +117,7 @@
</el-col> </el-col>
</el-row> </el-row>
<div class="dashboard-layout-footer"> <div class="dashboard-layout-footer">
{{ {{ $t(bottomIndex[index]) + '(' + ((current - 1) * 4 + item) + ')' }}
"第" + bottomIndex[index] + "排(" + ((current - 1) * 4 + item) + ")"
}}
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
@@ -253,9 +245,7 @@
</el-col> </el-col>
</el-row> </el-row>
<div class="dashboard-layout-footer"> <div class="dashboard-layout-footer">
{{ {{ $t(bottomIndex[index]) + '(' + ((current - 1) * 4 + item) + ')' }}
"第" + bottomIndex[index] + "排(" + ((current - 1) * 4 + item) + ")"
}}
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
@@ -312,29 +302,37 @@ export default {
console.log(v) console.log(v)
}, },
submitLinkList() { submitLinkList() {
const tipArr = this.selectStorageList.map(item => { if (this.selectStorageList.length) {
return item.locationName const tipArr = this.selectStorageList.map(item => {
}) return item.locationName
const obj = {
workSequenId: this.id,
processLocationStorageList: this.selectStorageList
}
this.$confirm(`${this.$t('module.basicData.visual.TipsStorageBefore')}[${tipArr.join(',')}]?`, this.$t('module.basicData.visual.Tips'), {
confirmButtonText: this.$t('module.basicData.visual.confirmButtonText'),
cancelButtonText: this.$t('module.basicData.visual.cancelButtonText'),
type: 'warning'
}).then(() => {
batchListAdd(obj).then(res => {
this.$message({
message: this.$t('module.basicData.visual.success'),
type: 'success',
duration: 1500,
onClose: () => {
this.selectStorageList.splice(0, this.selectStorageList.length)
}
})
}) })
}).catch(() => {}) const obj = {
workSequenId: this.id,
processLocationStorageList: this.selectStorageList
}
this.$confirm(`${this.$t('module.basicData.visual.TipsStorageBefore')}[${tipArr.join(',')}]?`, this.$t('module.basicData.visual.Tips'), {
confirmButtonText: this.$t('module.basicData.visual.confirmButtonText'),
cancelButtonText: this.$t('module.basicData.visual.cancelButtonText'),
type: 'warning'
}).then(() => {
batchListAdd(obj).then(res => {
this.$message({
message: this.$t('module.basicData.visual.success'),
type: 'success',
duration: 1500,
onClose: () => {
this.selectStorageList.splice(0, this.selectStorageList.length)
}
})
})
}).catch(() => {})
} else {
this.$message({
message: this.$t('module.basicData.visual.PleaseAddLocationFirst'),
type: 'warning',
duration: 1500
})
}
}, },
goback() { goback() {
this.selectStorageList.splice(0, this.selectStorageList.length) this.selectStorageList.splice(0, this.selectStorageList.length)

View File

@@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 16:37:56 * @Date: 2020-12-29 16:37:56
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-15 11:02:46 * @LastEditTime: 2022-03-16 09:47:01
* @Description: * @Description:
--> -->
<template> <template>
@@ -15,7 +15,6 @@
:model="dataForm" :model="dataForm"
size="medium" size="medium"
:rules="dataRule" :rules="dataRule"
label-width="110px"
label-position="left" label-position="left"
> >
<el-form-item :label="$t('module.basicData.Warehouse.SelectStorageType')" prop="portAttrId"> <el-form-item :label="$t('module.basicData.Warehouse.SelectStorageType')" prop="portAttrId">

View File

@@ -2,7 +2,7 @@
* @Author: gtz * @Author: gtz
* @Date: 2022-03-03 15:47:47 * @Date: 2022-03-03 15:47:47
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-15 10:52:46 * @LastEditTime: 2022-03-16 09:43:36
* @Description: file content * @Description: file content
* @FilePath: \mt-ck-wms-ui\src\views\dashboard\testdata.js * @FilePath: \mt-ck-wms-ui\src\views\dashboard\testdata.js
*/ */
@@ -2605,7 +2605,7 @@ export default {
selectStorageList: [], selectStorageList: [],
typeVisible: false, typeVisible: false,
id: '', id: '',
bottomIndex: ['一', '二'], bottomIndex: ['module.dashboard.first', 'module.dashboard.second'],
current: 1, current: 1,
totalPage: 1 totalPage: 1
} }

View File

@@ -2,20 +2,21 @@
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 16:37:56 * @Date: 2020-12-29 16:37:56
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-15 10:50:00 * @LastEditTime: 2022-03-16 09:53:56
* @Description: * @Description:
--> -->
<template> <template>
<el-dialog <el-dialog
:title="'btn.see' | i18nFilter" :title="'btn.see' | i18nFilter"
:visible.sync="visible" :visible.sync="visible"
width="70%"
> >
<el-row :gutter="10"> <el-row :gutter="10">
<el-form <el-form
ref="dataForm" ref="dataForm"
:model="dataForm" :model="dataForm"
size="medium" size="medium"
label-width="110px" label-width="180px"
label-position="left" label-position="left"
> >
<el-col :span="8"> <el-col :span="8">

View File

@@ -2,20 +2,21 @@
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 16:37:56 * @Date: 2020-12-29 16:37:56
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-09 16:40:11 * @LastEditTime: 2022-03-16 09:53:00
* @Description: * @Description:
--> -->
<template> <template>
<el-dialog <el-dialog
:title="'btn.see' | i18nFilter" :title="'btn.see' | i18nFilter"
:visible.sync="visible" :visible.sync="visible"
width="70%"
> >
<el-row :gutter="10"> <el-row :gutter="10">
<el-form <el-form
ref="dataForm" ref="dataForm"
:model="dataForm" :model="dataForm"
size="medium" size="medium"
label-width="110px" label-width="180px"
label-position="left" label-position="left"
> >
<el-col :span="8"> <el-col :span="8">

View File

@@ -1,7 +1,7 @@
<!-- <!--
* @Date: 2021-01-07 20:09:37 * @Date: 2021-01-07 20:09:37
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-10 14:25:50 * @LastEditTime: 2022-03-16 10:02:41
* @FilePath: \basic-admin\src\components\BaseTable\subcomponents\CheckDetail.vue * @FilePath: \basic-admin\src\components\BaseTable\subcomponents\CheckDetail.vue
* @Description: * @Description:
--> -->
@@ -13,7 +13,7 @@
width="160" width="160"
> >
<div> <div>
<el-select v-model="value" placeholder="请选择"> <el-select v-model="value" :placeholder="$t('module.basicData.Warehouse.RelateProcess')">
<el-option <el-option
v-for="item in options" v-for="item in options"
:key="item.id" :key="item.id"
@@ -23,8 +23,8 @@
</el-select> </el-select>
</div> </div>
<div style="text-align: right; margin: 0"> <div style="text-align: right; margin: 0">
<el-button size="mini" type="text" @click="visible = false">取消</el-button> <el-button size="mini" type="text" @click="visible = false">{{ 'btn.cancel' | i18nFilter }}</el-button>
<el-button type="primary" size="mini" @click="emitClick">确定</el-button> <el-button type="primary" size="mini" @click="emitClick">{{ 'btn.confirm' | i18nFilter }}</el-button>
</div> </div>
<el-button slot="reference" type="text">{{ $t('module.basicData.Warehouse.RelateProcess') }}</el-button> <el-button slot="reference" type="text">{{ $t('module.basicData.Warehouse.RelateProcess') }}</el-button>
</el-popover> </el-popover>