Compare commits

..

No commits in common. "b2c50e8c56ab5818ded970c6525ab298416699c6" and "dd8e54f7435203d43c81dd39d9f45ab461076096" have entirely different histories.

13 changed files with 91 additions and 386 deletions

View File

@ -1,8 +1,8 @@
/* /*
* @Author: gtz * @Author: gtz
* @Date: 2021-03-04 16:13:51 * @Date: 2021-03-04 16:13:51
* @LastEditors: fzq * @LastEditors: zwq
* @LastEditTime: 2022-03-18 14:03:12 * @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',

View File

@ -1,8 +1,8 @@
/* /*
* @Author: gtz * @Author: gtz
* @Date: 2021-04-22 19:48:46 * @Date: 2021-04-22 19:48:46
* @LastEditors: fzq * @LastEditors: gtz
* @LastEditTime: 2022-03-18 14:50:00 * @LastEditTime: 2021-04-23 14:36:08
* @Description: file content * @Description: file content
*/ */
@ -11,35 +11,7 @@ export default {
reportName: 'Report name', reportName: 'Report name',
reportSort: 'Report Sort', reportSort: 'Report Sort',
createTime: 'Create Date', createTime: 'Create Date',
operation: 'Operation', operation: 'Operation'
storageBoxNumber: 'StorageBox Number',
queryFiltering: 'Query Filtering',
storageBoxReport: 'StorageBoxReport'
},
inventory: {
code: 'Code',
status: 'Status',
inprocessCode: 'Inprocess Code',
nextprocessCode: 'Next Process Code',
currentLocation: 'Current Location',
storeTime: 'Store Time',
orderName: 'Order Name',
substrateDetails: 'Substrate Details',
viewSubstrates: 'View Substrates',
manual: 'Manual',
downl: 'Download'
},
substrate: {
substrateCode: 'SubstrateCode',
location: 'Location',
storeTime: 'Store Time',
substrateStatus: 'Substrate Status',
editSubstrate: 'Edit Substrate',
interCode: 'Inter Code',
subStorageStatus: 'Sub Storage Status',
load: 'Load',
unload: 'Unload',
machineHandID: 'Machine Hand ID'
}, },
reportSort: { reportSort: {
all: 'All' all: 'All'

View File

@ -1,9 +1,9 @@
/* /*
* @Author: gtz * @Author: gtz
* @Date: 2021-03-04 16:13:51 * @Date: 2021-03-04 16:13:51
* @LastEditors: fzq * @LastEditors: zwq
* @LastEditTime: 2022-03-18 14:56:18 * @LastEditTime: 2022-03-16 10:10:43
* * @Description: file content * @Description: file content
*/ */
export default { export default {
visual: { visual: {

View File

@ -2,7 +2,7 @@
* @Author: gtz * @Author: gtz
* @Date: 2021-04-22 19:48:46 * @Date: 2021-04-22 19:48:46
* @LastEditors: fzq * @LastEditors: fzq
* @LastEditTime: 2022-03-18 14:49:43 * @LastEditTime: 2022-03-06 16:50:50
* @Description: file content * @Description: file content
*/ */
@ -13,8 +13,7 @@ export default {
createTime: '添加时间', createTime: '添加时间',
operation: '操作', operation: '操作',
storageBoxNumber: '存储箱号', storageBoxNumber: '存储箱号',
queryFiltering: '查询过滤', queryFiltering: '查询过滤'
storageBoxReport: '存储箱报表'
}, },
inventory: { inventory: {
code: '存储箱号', code: '存储箱号',
@ -35,11 +34,7 @@ export default {
storeTime: '入库时间', storeTime: '入库时间',
substrateStatus: '基板状态', substrateStatus: '基板状态',
editSubstrate: '编辑基板', editSubstrate: '编辑基板',
interCode: '内部编码', interCode: '内部编码'
subStorageStatus: '存取状态',
load: '上片',
unload: '下片',
machineHandID: '机械手ID'
}, },
reportSort: { reportSort: {
all: '全部' all: '全部'

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: fzq * @LastEditors: fzq
* @LastEditTime: 2022-03-18 13:53:50 * @LastEditTime: 2022-03-15 09:45:30
* @Description: * @Description:
--> -->
<template> <template>
@ -143,11 +143,10 @@ export default {
}], }],
listLoading: true, listLoading: true,
listQuery: { listQuery: {
name: '',
current: 1, current: 1,
size: 20 size: 990,
// shelfId: '', shelfId: '',
// id: '' id: ''
}, },
sheCode: this.$t('module.basicData.cache.sheCode'), sheCode: this.$t('module.basicData.cache.sheCode'),
sheName: this.$t('module.basicData.cache.sheName'), sheName: this.$t('module.basicData.cache.sheName'),
@ -189,7 +188,6 @@ export default {
this.listLoading = true this.listLoading = true
this.listQuery.name = key this.listQuery.name = key
// shelfIdid // shelfIdid
console.log(this.listQuery)
this.listQuery.id = this.listQuery.shelfId this.listQuery.id = this.listQuery.shelfId
locationList(this.listQuery).then(response => { locationList(this.listQuery).then(response => {
if (response.data.records) { if (response.data.records) {

View File

@ -586,7 +586,6 @@ export default {
}) })
}) })
} else { } else {
console.log(data)
equipmentInfoAdd(data).then(res => { equipmentInfoAdd(data).then(res => {
this.$message({ this.$message({
message: this.$t('module.basicData.visual.success'), message: this.$t('module.basicData.visual.success'),

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-17 14:50:20 * @LastEditTime: 2022-03-16 09:52:07
* @Description: * @Description:
--> -->
<template> <template>
@ -62,7 +62,7 @@ const tableProps = [
align: 'center' align: 'center'
}, },
{ {
prop: 'locationName', prop: 'name',
label: i18n.t('module.basicData.cache.LocationName'), label: i18n.t('module.basicData.cache.LocationName'),
align: 'center' align: 'center'
} }

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: gtz * @LastEditors: gtz
* @LastEditTime: 2022-03-18 16:33:59 * @LastEditTime: 2022-03-18 16:02:21
* @Description: file content * @Description: file content
* @FilePath: \mt-ck-wms-ui\src\views\basicData\Warehouse\components\processStorageLink.vue * @FilePath: \mt-ck-wms-ui\src\views\basicData\Warehouse\components\processStorageLink.vue
--> -->
@ -11,9 +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"> <div class="dashboard-header-title">{{ $t('module.dashboard.title') }}</div>
{{ $t("module.dashboard.title") }}
</div>
</el-row> </el-row>
<el-row class="dashboard-legend"> <el-row class="dashboard-legend">
<div <div
@ -40,28 +38,15 @@
<el-button type="primary" size="mini" @click="submitLinkList">{{ <el-button type="primary" size="mini" @click="submitLinkList">{{
"btn.submit" | i18nFilter "btn.submit" | i18nFilter
}}</el-button> }}</el-button>
<el-button type="warning" size="mini" @click="init()">{{ <el-button type="warning" size="mini" @click="init()">{{ 'btn.reset' | i18nFilter }}</el-button>
"btn.reset" | i18nFilter <el-button type="success" size="mini" @click="goback()">{{ 'btn.back' | i18nFilter }}</el-button>
}}</el-button>
<el-button type="success" size="mini" @click="goback()">{{
"btn.back" | i18nFilter
}}</el-button>
</div> </div>
<div class="dashboard-legend-search"> <div class="dashboard-legend-search">
<el-select <el-select
v-model="current" v-model="current"
size="mini" size="mini"
@change="handleChange" @change="handleChange"
><el-option ><el-option v-for="item in totalPage" :key="'select' + item" :label="$t('module.dashboard.pageHeader') + item + $t('module.dashboard.pageFooter')" :value="item" />
v-for="item in totalPage"
:key="'select' + item"
:label="
$t('module.dashboard.pageHeader') +
item +
$t('module.dashboard.pageFooter')
"
:value="item"
/>
</el-select> </el-select>
</div> </div>
</el-row> </el-row>
@ -113,15 +98,9 @@
].attribute === '3' ].attribute === '3'
? '#A2A8B5' ? '#A2A8B5'
: '', : '',
border: selectStorageList.some( border:
StorageItem => selectStorageList.some(StorageItem=>StorageItem.locationId===z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].id)
StorageItem.locationId === ? '1px solid red' : ''
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].id
)
? '2px dashed red'
: ''
}" }"
@click=" @click="
setType( setType(
@ -131,55 +110,13 @@
) )
" "
> >
<div <div v-if="z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].attribute !== '3'" class="dashboard-layout-item-cricle" :style="{background: z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].cassetteVoList[0] ? cassetteStatusObj[z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].cassetteVoList[0].status] : ''}" />
v-if=" {{ z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].attribute !== '3' ? z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].name : 'XXXX' }}
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].attribute !== '3'
"
class="dashboard-layout-item-cricle"
:style="{
background: z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].cassetteVoList[0]
? cassetteStatusObj[
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].cassetteVoList[0].status
]
: ''
}"
/>
<div
v-if="
StorageList.some(
StorageItem =>
StorageItem.id ===
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].id
)"
class="dashboard-layout-item-horn"
/>
{{
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].attribute !== '3'
? z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].name
: "XXXX"
}}
</div> </div>
</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) + ')' }}
$t(bottomIndex[index]) +
"(" +
((current - 1) * 4 + item) +
")"
}}
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
@ -188,9 +125,7 @@
<el-row v-else class="dashboard-layout" :gutter="12"> <el-row v-else class="dashboard-layout" :gutter="12">
<el-col <el-col
v-for="item in Math.ceil( v-for="item in Math.ceil(
(shelfVoList[0].rowVoList[0].portVoList.length - (shelfVoList[0].rowVoList[0].portVoList.length - (current - 1) * 80) / 20
(current - 1) * 80) /
20
)" )"
:key="'shelfbox' + item" :key="'shelfbox' + item"
class="dashboard-layout-shelf-box" class="dashboard-layout-shelf-box"
@ -242,15 +177,9 @@
].attribute === '3' ].attribute === '3'
? '#A2A8B5' ? '#A2A8B5'
: '', : '',
border: selectStorageList.some( border:
StorageItem => selectStorageList.some(StorageItem=>StorageItem.locationId===z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].id)
StorageItem.locationId === ? '1px solid red' : ''
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].id
)
? '2px dashed red'
: ''
}" }"
@click=" @click="
setType( setType(
@ -260,45 +189,8 @@
) )
" "
> >
<div <div v-if="z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].attribute !== '3'" class="dashboard-layout-item-cricle" :style="{background: z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].cassetteVoList[0] ? cassetteStatusObj[z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].cassetteVoList[0].status] : ''}" />
v-if=" {{ z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].attribute !== '3' ? z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].name : 'XXXX' }}
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].attribute !== '3'
"
class="dashboard-layout-item-cricle"
:style="{
background: z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].cassetteVoList[0]
? cassetteStatusObj[
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].cassetteVoList[0].status
]
: ''
}"
/>
<div
v-if="
StorageList.some(
StorageItem =>
StorageItem.id ===
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].id
)"
class="dashboard-layout-item-horn"
/>
{{
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].attribute !== '3'
? z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].name
: "XXXX"
}}
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
@ -334,15 +226,9 @@
].attribute === '3' ].attribute === '3'
? '#A2A8B5' ? '#A2A8B5'
: '', : '',
border: selectStorageList.some( border:
StorageItem => selectStorageList.some(StorageItem=>StorageItem.locationId===z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].id)
StorageItem.locationId === ? '1px solid red' : ''
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].id
)
? '2px dashed red'
: ''
}" }"
@click=" @click="
setType( setType(
@ -352,55 +238,13 @@
) )
" "
> >
<div <div v-if="z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].attribute !== '3'" class="dashboard-layout-item-cricle" :style="{background: z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].cassetteVoList[0] ? cassetteStatusObj[z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].cassetteVoList[0].status] : ''}" />
v-if=" {{ z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].attribute !== '3' ? z.portVoList[(current - 1) * 80 + (item - 1) * 20 + (x - 1)].name : 'XXXX' }}
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].attribute !== '3'
"
class="dashboard-layout-item-cricle"
:style="{
background: z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].cassetteVoList[0]
? cassetteStatusObj[
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].cassetteVoList[0].status
]
: ''
}"
/>
<div
v-if="
StorageList.some(
StorageItem =>
StorageItem.id ===
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].id
)"
class="dashboard-layout-item-horn"
/>
{{
z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].attribute !== '3'
? z.portVoList[
(current - 1) * 80 + (item - 1) * 20 + (x - 1)
].name
: "XXXX"
}}
</div> </div>
</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) + ')' }}
$t(bottomIndex[index]) +
"(" +
((current - 1) * 4 + item) +
")"
}}
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
@ -417,7 +261,6 @@
<script> <script>
import { getPortList } from '@/api/dashboard' import { getPortList } from '@/api/dashboard'
import { locationByProcessList } from '@/api/basicData/Warehouse/StorageBoxInfo'
import { batchListAdd } from '@/api/basicData/Warehouse/StorageBoxInfo' import { batchListAdd } from '@/api/basicData/Warehouse/StorageBoxInfo'
import testdata from './testdata' import testdata from './testdata'
import processStorageType from './processStorageType' import processStorageType from './processStorageType'
@ -430,53 +273,25 @@ export default {
}, },
created() { created() {
this.id = this.$route.query.id this.id = this.$route.query.id
this.totalPage = Math.ceil( this.totalPage = Math.ceil(this.shelfVoList[0].rowVoList[0].portVoList.length / 80)
this.shelfVoList[0].rowVoList[0].portVoList.length / 80
)
this.init() this.init()
}, },
methods: { methods: {
init() { init() {
getPortList().then(res => { getPortList().then(res => {
this.shelfVoList = res.data[0].shelfVoList this.shelfVoList = res.data[0].shelfVoList
this.totalPage = Math.ceil( this.totalPage = Math.ceil(this.shelfVoList[0].rowVoList[0].portVoList.length / 80)
this.shelfVoList[0].rowVoList[0].portVoList.length / 80
)
})
locationByProcessList({
current: 1,
size: 990,
workSequenId: this.id
}).then(response => {
if (response.data.records) {
this.StorageList = response.data.records
} else {
this.StorageList.splice(0, this.StorageList.length)
}
}) })
this.selectStorageList.splice(0, this.selectStorageList.length) this.selectStorageList.splice(0, this.selectStorageList.length)
}, },
setType(item) { setType(item) {
if (item.attribute !== '3') { if (item.attribute !== '3') {
if ( if (this.selectStorageList.findIndex(StorageItem => StorageItem.locationId === item.id) + 1) {
this.selectStorageList.findIndex( this.selectStorageList.splice(this.selectStorageList.findIndex(StorageItem => StorageItem.locationId === item.id), 1)
StorageItem => StorageItem.locationId === item.id
) + 1
) {
this.selectStorageList.splice(
this.selectStorageList.findIndex(
StorageItem => StorageItem.locationId === item.id
),
1
)
} else { } else {
const isExist = this.StorageList.some(
StorageItem =>
StorageItem.id === item.id
)
this.typeVisible = true this.typeVisible = true
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.typeRef.init(item.id, item.name, item.attribute, isExist) this.$refs.typeRef.init(item.id, item.name)
}) })
} }
} }
@ -497,34 +312,22 @@ export default {
workSequenId: this.id, workSequenId: this.id,
processLocationStorageList: this.selectStorageList processLocationStorageList: this.selectStorageList
} }
this.$confirm( this.$confirm(`${this.$t('module.basicData.visual.TipsStorageBefore')}[${tipArr.join(',')}]?`, this.$t('module.basicData.visual.Tips'), {
`${this.$t( confirmButtonText: this.$t('module.basicData.visual.confirmButtonText'),
'module.basicData.visual.TipsStorageBefore' cancelButtonText: this.$t('module.basicData.visual.cancelButtonText'),
)}[${tipArr.join(',')}]?`, type: 'warning'
this.$t('module.basicData.visual.Tips'), }).then(() => {
{ batchListAdd(obj).then(res => {
confirmButtonText: this.$t( this.$message({
'module.basicData.visual.confirmButtonText' message: this.$t('module.basicData.visual.success'),
), type: 'success',
cancelButtonText: this.$t( duration: 1500,
'module.basicData.visual.cancelButtonText' onClose: () => {
), this.init()
type: 'warning' }
}
)
.then(() => {
batchListAdd(obj).then(res => {
this.$message({
message: this.$t('module.basicData.visual.success'),
type: 'success',
duration: 1500,
onClose: () => {
this.init()
}
})
}) })
}) })
.catch(() => {}) }).catch(() => {})
} else { } else {
this.$message({ this.$message({
message: this.$t('module.basicData.visual.PleaseAddLocationFirst'), message: this.$t('module.basicData.visual.PleaseAddLocationFirst'),
@ -624,7 +427,6 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
position: relative;
.dashboard-layout-item-cricle { .dashboard-layout-item-cricle {
display: inline-block; display: inline-block;
width: 12px; width: 12px;
@ -632,16 +434,6 @@ export default {
border-radius: 6px; border-radius: 6px;
margin-right: 6px; margin-right: 6px;
} }
.dashboard-layout-item-horn {
position: absolute;
width: 0;
height: 0;
right: 0;
top: 0;
border-style: solid;
border-width: 14px 0px 0px 14px;
border-color: #0B58FF transparent transparent transparent;
}
} }
} }
} }

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-18 09:39:09 * @LastEditTime: 2022-03-16 09:47:01
* @Description: * @Description:
--> -->
<template> <template>
@ -18,9 +18,9 @@
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">
<el-radio v-model="dataForm.portAttrId" label="1">Working Port</el-radio> <el-radio v-model="dataForm.portAttrId" :label="1">Working Port</el-radio>
<el-radio v-model="dataForm.portAttrId" label="2">Buffer Port</el-radio> <el-radio v-model="dataForm.portAttrId" :label="2">Buffer Port</el-radio>
<el-radio v-model="dataForm.portAttrId" label="3">Exception Port</el-radio> <el-radio v-model="dataForm.portAttrId" :label="3">Exception Port</el-radio>
</el-form-item> </el-form-item>
<el-form-item :label="$t('module.basicData.storageBox.name')" prop="storageId"> <el-form-item :label="$t('module.basicData.storageBox.name')" prop="storageId">
<el-select v-model="dataForm.storageId" filterable :placeholder="$i18nForm(['placeholder.input', $t('module.basicData.storageBox.name')])" clearable> <el-select v-model="dataForm.storageId" filterable :placeholder="$i18nForm(['placeholder.input', $t('module.basicData.storageBox.name')])" clearable>
@ -41,7 +41,6 @@
</template> </template>
<script> <script>
import { getPortDetail } from '@/api/dashboard'
import { storageBoxList } from '@/api/basicData/Cache/storageBox' import { storageBoxList } from '@/api/basicData/Cache/storageBox'
export default { export default {
@ -51,7 +50,7 @@ export default {
locationId: '', locationId: '',
locationName: '', locationName: '',
dataForm: { dataForm: {
portAttrId: '1', portAttrId: 1,
storageId: '' storageId: ''
}, },
dataRule: { dataRule: {
@ -66,7 +65,7 @@ export default {
} }
}, },
methods: { methods: {
init(id, name, attribute, isExist) { init(id, name) {
this.locationId = id this.locationId = id
this.locationName = name this.locationName = name
const listQuery = { const listQuery = {
@ -82,16 +81,6 @@ export default {
}) })
this.$nextTick(() => { this.$nextTick(() => {
this.$refs['dataForm'].resetFields() this.$refs['dataForm'].resetFields()
if (attribute) {
this.dataForm.portAttrId = attribute
} else {
this.dataForm.portAttrId = '1'
}
if (isExist) {
getPortDetail(id).then(res => {
if (res.code === 0) { this.dataForm.storageId = res.data.storageBoxId }
})
}
}) })
this.visible = true this.visible = true
}, },

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-17 09:05:02 * @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
*/ */
@ -2603,7 +2603,6 @@ export default {
4: '#FFA08F' 4: '#FFA08F'
}, },
selectStorageList: [], selectStorageList: [],
StorageList: [],
typeVisible: false, typeVisible: false,
id: '', id: '',
bottomIndex: ['module.dashboard.first', 'module.dashboard.second'], bottomIndex: ['module.dashboard.first', 'module.dashboard.second'],

View File

@ -4,7 +4,7 @@
* @Author: fzq * @Author: fzq
* @Date: 2022-03-04 20:54:54 * @Date: 2022-03-04 20:54:54
* @LastEditors: fzq * @LastEditors: fzq
* @LastEditTime: 2022-03-18 14:55:13 * @LastEditTime: 2022-03-07 09:46:36
--> -->
<template> <template>
<div class="app-container"> <div class="app-container">
@ -198,8 +198,7 @@ export default {
let fileName = '' let fileName = ''
const contentDisposition = res.headers['content-disposition'] const contentDisposition = res.headers['content-disposition']
if (contentDisposition) { if (contentDisposition) {
// fileName = contentDisposition.slice(contentDisposition.indexOf('filename=') + 9) fileName = contentDisposition.slice(contentDisposition.indexOf('filename=') + 9)
fileName = this.$t('module.report.reportList.storageBoxReport') + '.xlsx'
} }
const blob = new Blob([res.data]) const blob = new Blob([res.data])
const reader = new FileReader() const reader = new FileReader()

View File

@ -4,7 +4,7 @@
* @Author: fzq * @Author: fzq
* @Date: 2022-03-05 17:45:46 * @Date: 2022-03-05 17:45:46
* @LastEditors: fzq * @LastEditors: fzq
* @LastEditTime: 2022-03-18 14:46:26 * @LastEditTime: 2022-03-16 16:11:55
--> -->
<template> <template>
<!-- <el-dialog <!-- <el-dialog
@ -19,33 +19,17 @@
<el-form-item :label="$t('module.report.substrate.substrateCode')" prop="substrateCode"> <el-form-item :label="$t('module.report.substrate.substrateCode')" prop="substrateCode">
<el-input v-model="dataForm.substrateCode" :placeholder="$i18nForm(['placeholder.input', $t('module.report.substrate.substrateCode')])" clearable /> <el-input v-model="dataForm.substrateCode" :placeholder="$i18nForm(['placeholder.input', $t('module.report.substrate.substrateCode')])" clearable />
</el-form-item> </el-form-item>
<el-form-item :label="$t('module.report.substrate.location')" prop="locationName"> <el-form-item :label="$t('module.report.substrate.location')" prop="location">
<el-input v-model="dataForm.locationName" :placeholder="$i18nForm(['placeholder.input', $t('module.report.substrate.location')])" clearable /> <el-input v-model="dataForm.location" :placeholder="$i18nForm(['placeholder.input', $t('module.report.substrate.location')])" clearable />
</el-form-item> </el-form-item>
<el-form-item :label="$t('module.report.substrate.storeTime')" prop="storeTime"> <el-form-item :label="$t('module.report.substrate.storeTime')" prop="storeTime">
<el-input v-model="dataForm.storeTime" :placeholder="$i18nForm(['placeholder.input', $t('module.report.substrate.storeTime')])" clearable /> <el-input v-model="dataForm.storeTime" :placeholder="$i18nForm(['placeholder.input', $t('module.report.substrate.storeTime')])" clearable />
</el-form-item> </el-form-item>
<el-form-item :label="$t('module.report.substrate.substrateStatus')" prop="status"> <el-form-item :label="$t('module.report.substrate.substrateStatus')" prop="substrateStatus">
<el-input v-model="dataForm.status" :placeholder="$i18nForm(['placeholder.input', $t('module.report.substrate.substrateStatus')])" clearable /> <el-input v-model="dataForm.substrateStatus" :placeholder="$i18nForm(['placeholder.input', $t('module.report.substrate.substrateStatus')])" clearable />
</el-form-item> </el-form-item>
<!-- <el-form-item :label="$t('module.report.substrate.interCode')" prop="interCode"> <el-form-item :label="$t('module.report.substrate.interCode')" prop="interCode">
<el-input v-model="dataForm.interCode" :placeholder="$i18nForm(['placeholder.input', $t('module.report.substrate.interCode')])" clearable /> <el-input v-model="dataForm.interCode" :placeholder="$i18nForm(['placeholder.input', $t('module.report.substrate.interCode')])" clearable />
</el-form-item> -->
<!-- <el-form-item :label="$t('module.report.substrate.subStorageStatus')" prop="subStorageStatus">
<el-input v-model="dataForm.subStorageStatus" :placeholder="$i18nForm(['placeholder.input', $t('module.report.substrate.subStorageStatus')])" clearable />
</el-form-item> -->
<el-form-item :label="$t('module.report.substrate.subStorageStatus')" prop="subStorageStatus">
<el-select v-model="dataForm.subStorageStatus" :placeholder="this.$t('module.report.substrate.subStorageStatus')" default>
<el-option
v-for="item in options"
:key="item.value"
:label="item.label"
:value="item.value"
/>
</el-select>
</el-form-item>
<el-form-item :label="$t('module.report.substrate.machineHandID')" prop="machineHandID">
<el-input v-model="dataForm.machineHandID" :placeholder="$i18nForm(['placeholder.input', $t('module.report.substrate.machineHandID')])" clearable />
</el-form-item> </el-form-item>
</el-form> </el-form>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
@ -72,7 +56,7 @@ export default {
visible: false, visible: false,
dataForm: { dataForm: {
// substrateCode: '', // substrateCode: '',
// locationName: '', // location: '',
// storeTime: '', // storeTime: '',
// substrateStatus: '', // substrateStatus: '',
// code: '', // code: '',
@ -84,19 +68,9 @@ export default {
// size: 10, // size: 10,
// locationStorageSubID: '' // locationStorageSubID: ''
}, },
options: [
{
value: 1,
label: this.$t('module.report.substrate.load')
},
{
value: 2,
label: this.$t('module.report.substrate.unload')
}
],
list: { list: {
id: '', id: '',
locationName: '', location: '',
storeTime: '', storeTime: '',
substrateCode: '', substrateCode: '',
substrateStatus: '' substrateStatus: ''
@ -104,6 +78,12 @@ export default {
dataRule: { dataRule: {
substrateCode: [ substrateCode: [
{ required: true, message: this.$i18nForm(['placeholder.input', this.$t('module.report.substrate.substrateCode')]), trigger: 'blur' } { required: true, message: this.$i18nForm(['placeholder.input', this.$t('module.report.substrate.substrateCode')]), trigger: 'blur' }
],
code: [
{ required: true, message: this.$i18nForm(['placeholder.input', this.$t('module.report.substrate.substrateCode')]), trigger: 'blur' }
],
interCode: [
{ required: true, message: this.$i18nForm(['placeholder.input', this.$t('module.report.substrate.substrateCode')]), trigger: 'blur' }
] ]
} }
} }
@ -155,15 +135,13 @@ export default {
this.$refs['dataForm'].validate((valid) => { this.$refs['dataForm'].validate((valid) => {
if (valid) { if (valid) {
const data = { const data = {
'status': this.dataForm.status, 'substrateStatus': this.dataForm.substrateStatus,
'storeTime': this.dataForm.storeTime, 'storeTime': this.dataForm.storeTime,
'id': this.dataForm.id, 'id': this.dataForm.id,
'substrateCode': this.dataForm.substrateCode, 'code': this.dataForm.substrateCode,
'locationName': this.dataForm.locationName, 'location': this.dataForm.location,
// 'interCode': this.dataForm.interCode, 'interCode': this.dataForm.interCode,
'storageBoxFid': this.dataForm.storageBoxFid, 'storageBoxFid': this.dataForm.storageBoxFid
'machineHandID': this.dataForm.machineHandID,
'subStorageStatus': this.dataForm.subStorageStatus
} }
console.log(data) console.log(data)
updateSubstrate(data).then(res => { updateSubstrate(data).then(res => {

View File

@ -4,7 +4,7 @@
* @Author: fzq * @Author: fzq
* @Date: 2022-03-05 15:55:45 * @Date: 2022-03-05 15:55:45
* @LastEditors: fzq * @LastEditors: fzq
* @LastEditTime: 2022-03-18 14:39:56 * @LastEditTime: 2022-03-16 16:09:15
--> -->
<template> <template>
<div class="app-container"> <div class="app-container">
@ -71,7 +71,7 @@ const tableProps = [
align: 'center' align: 'center'
}, },
{ {
prop: 'locationName', prop: 'location',
label: i18n.t('module.report.substrate.location'), label: i18n.t('module.report.substrate.location'),
align: 'center' align: 'center'
}, },
@ -81,19 +81,9 @@ const tableProps = [
align: 'center' align: 'center'
}, },
{ {
prop: 'status', prop: 'substrateStatus',
label: i18n.t('module.report.substrate.substrateStatus'), label: i18n.t('module.report.substrate.substrateStatus'),
align: 'center' align: 'center'
},
{
prop: 'subStorageStatusName',
label: i18n.t('module.report.substrate.subStorageStatus'),
align: 'center'
},
{
prop: 'machineHandID',
label: i18n.t('module.report.substrate.machineHandID'),
align: 'center'
} }
] ]
@ -171,13 +161,6 @@ export default {
// console.log(response) // console.log(response)
if (response.data) { if (response.data) {
this.list = response.data this.list = response.data
for (var x = 0; x < this.list.length; x++) {
if (this.list[x].subStorageStatus === 1) {
this.list[x].subStorageStatusName = this.$t('module.report.substrate.load')
} else if (this.list[x].subStorageStatus === 2) {
this.list[x].subStorageStatusName = this.$t('module.report.substrate.unload')
}
}
console.log(this.list) console.log(this.list)
} else { } else {
this.list.splice(0, this.list.length) this.list.splice(0, this.list.length)