''
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* @Author: fzq
|
||||
* @Date: 2022-03-05 15:55:45
|
||||
* @LastEditors: fzq
|
||||
* @LastEditTime: 2022-03-07 09:28:21
|
||||
* @LastEditTime: 2022-03-11 11:08:53
|
||||
-->
|
||||
<template>
|
||||
<div class="app-container">
|
||||
@@ -12,7 +12,7 @@
|
||||
<el-button type="success" @click="goback()">{{ 'btn.back' | i18nFilter }}</el-button>
|
||||
<el-button type="primary" @click="addNew()">{{ 'btn.add' | i18nFilter }}</el-button>
|
||||
</div> -->
|
||||
<div style="title">存储箱号:{{ num }}
|
||||
<div style="title">{{ storageCode }}:{{ num }}
|
||||
<el-button type="success" style="back" @click="goback()">{{ 'btn.back' | i18nFilter }}</el-button>
|
||||
</div>
|
||||
<base-table
|
||||
@@ -104,6 +104,7 @@ export default {
|
||||
return {
|
||||
addOrUpdateVisible: false,
|
||||
num: '',
|
||||
storageCode: this.$t('module.basicData.visual.TipsBefore'),
|
||||
tableBtn,
|
||||
trueWidth: 200,
|
||||
tableProps,
|
||||
@@ -148,7 +149,7 @@ export default {
|
||||
},
|
||||
getList() {
|
||||
this.listLoading = true
|
||||
this.num = this.listQuery.substrateCode
|
||||
this.num = this.listQuery.storageBoxCode
|
||||
this.listQuery.code = this.$route.query.code
|
||||
console.log(this.listQuery)
|
||||
listSubstrate(this.listQuery).then(response => {
|
||||
|
||||
Reference in New Issue
Block a user