Compare commits

...

5 Commits

Author SHA1 Message Date
Fanzink
d8336aced0 '修改存储箱字段' 2022-03-28 11:13:51 +08:00
Fanzink
43983bc929 '修改存储箱字段' 2022-03-28 11:12:03 +08:00
6d3309ed2b Merge pull request '修改bug' (#79) from zwq into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #79
2022-03-22 11:27:14 +08:00
zwq
cae8938e22 修改bug 2022-03-22 11:26:34 +08:00
03b13c77aa Merge pull request 'fzq' (#78) from fzq into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #78
2022-03-21 09:12:51 +08:00
7 changed files with 39 additions and 16 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: fzq * @LastEditors: fzq
* @LastEditTime: 2022-03-19 10:24:03 * @LastEditTime: 2022-03-28 11:13:15
* @Description: file content * @Description: file content
*/ */
export default { export default {
@ -56,7 +56,8 @@ export default {
location: 'Location', location: 'Location',
locationTip: 'Click the picture below to select a point. After selecting a point, select a location in the pop-up box. If you do not select a location when adding a new point, you cannot select the next point. If you want to adjust the order of the points, drag the label at the bottom of the picture to the position you want to adjust. Click to confirm the submission point information and click Reset to reset the point information to the state when the pop-up box is opened', locationTip: 'Click the picture below to select a point. After selecting a point, select a location in the pop-up box. If you do not select a location when adding a new point, you cannot select the next point. If you want to adjust the order of the points, drag the label at the bottom of the picture to the position you want to adjust. Click to confirm the submission point information and click Reset to reset the point information to the state when the pop-up box is opened',
locationInfo: 'Location Point Info', locationInfo: 'Location Point Info',
storageCode: 'storageBoxCode' storageCode: 'storageBoxCode',
storageBoxFid: 'StorageBox FID Code'
}, },
factory: { factory: {
placeholderName: 'Name Or Code', placeholderName: 'Name Or Code',
@ -362,6 +363,11 @@ export default {
publishTask: 'Publish The Task', publishTask: 'Publish The Task',
startPosition: 'Start', startPosition: 'Start',
endPosition: 'End', endPosition: 'End',
taskType: 'Task Type' taskType: 'Task Type',
ExWarehouse: 'Ex Warehouse',
InWarehouse: 'In Warehouse',
Circulation: 'Circulation',
Initialization: 'Initialization',
Damage: 'Damage'
} }
} }

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: fzq * @LastEditors: fzq
* @LastEditTime: 2022-03-20 09:45:01 * @LastEditTime: 2022-03-28 11:13:13
* * @Description: file content * * @Description: file content
*/ */
export default { export default {
@ -56,7 +56,8 @@ export default {
location: '库位', location: '库位',
locationTip: '点击下方图片选点,选点后在弹出框内选择库位,新增点位时未选择库位无法进行下一个选点,若想调整点位顺序可拖动图片下方的标签到你想调整的位置,点击确定提交点位信息,点击重置将点位信息重置到打开弹出框时的状态', locationTip: '点击下方图片选点,选点后在弹出框内选择库位,新增点位时未选择库位无法进行下一个选点,若想调整点位顺序可拖动图片下方的标签到你想调整的位置,点击确定提交点位信息,点击重置将点位信息重置到打开弹出框时的状态',
locationInfo: '库位点信息', locationInfo: '库位点信息',
storageCode: '存储箱号' storageCode: '存储箱号',
storageBoxFid: '存储箱名FID编码'
}, },
factory: { factory: {
placeholderName: '名称或编码', placeholderName: '名称或编码',
@ -366,6 +367,11 @@ export default {
publishTask: '发布任务', publishTask: '发布任务',
startPosition: '起点', startPosition: '起点',
endPosition: '终点', endPosition: '终点',
taskType: '任务类型' taskType: '任务类型',
ExWarehouse: '出库',
InWarehouse: '入库',
Circulation: '流转',
Initialization: '初始化',
Damage: '损坏'
} }
} }

View File

@ -216,6 +216,7 @@ export const constantRoutes = [
path: 'staff', path: 'staff',
component: () => import('@/views/basicData/GroupModule/staff'), component: () => import('@/views/basicData/GroupModule/staff'),
name: 'staff', name: 'staff',
hidden: true,
meta: { title: routerTitle.basicData.teamManage.staff?.[language] || routerTitle.basicData.teamManage.staff.en, icon: 'form', affix: true, required: true, requireToken: true } meta: { title: routerTitle.basicData.teamManage.staff?.[language] || routerTitle.basicData.teamManage.staff.en, icon: 'form', affix: true, required: true, requireToken: true }
}, },
{ {

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: fzq * @LastEditors: fzq
* @LastEditTime: 2022-03-20 09:36:54 * @LastEditTime: 2022-03-23 11:03:08
* @Description: * @Description:
--> -->
<template> <template>

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: fzq * @LastEditors: fzq
* @LastEditTime: 2022-03-14 16:23:19 * @LastEditTime: 2022-03-23 11:04:20
* @Description: * @Description:
--> -->
<template> <template>
@ -30,6 +30,9 @@
/> />
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item :label="$t('module.basicData.visual.storageBoxFid')" prop="storageBoxFid">
<el-input v-model="dataForm.storageBoxFid" :placeholder="$i18nForm(['placeholder.input', $t('module.basicData.visual.storageBoxFid')])" clearable />
</el-form-item>
<el-form-item :label="$t('module.basicData.visual.Remarks')" prop="note"> <el-form-item :label="$t('module.basicData.visual.Remarks')" prop="note">
<el-input v-model="dataForm.note" :placeholder="$i18nForm(['placeholder.input', $t('module.basicData.visual.Remarks')])" clearable /> <el-input v-model="dataForm.note" :placeholder="$i18nForm(['placeholder.input', $t('module.basicData.visual.Remarks')])" clearable />
</el-form-item> </el-form-item>
@ -54,7 +57,8 @@ export default {
code: '', code: '',
status: '', status: '',
enName: '', enName: '',
note: '' note: '',
storageBoxFid: ''
}, },
options: [ options: [
{ {

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-10 10:55:34 * @LastEditTime: 2022-03-23 11:06:20
* @Description: * @Description:
--> -->
<template> <template>
@ -101,6 +101,11 @@ const tableProps = [
filter: basicData('storage'), filter: basicData('storage'),
align: 'center' align: 'center'
}, },
{
prop: 'storageBoxFid',
label: i18n.t('module.basicData.visual.storageBoxFid'),
align: 'center'
},
{ {
prop: 'note', prop: 'note',
label: i18n.t('module.basicData.storageBox.remark'), label: i18n.t('module.basicData.storageBox.remark'),
@ -173,6 +178,7 @@ export default {
storageBoxList(this.listQuery).then(response => { storageBoxList(this.listQuery).then(response => {
if (response.data.records) { if (response.data.records) {
this.list = response.data.records this.list = response.data.records
console.log(this.list)
} else { } else {
this.list.splice(0, this.list.length) this.list.splice(0, this.list.length)
} }

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-16 09:45:43 * @LastEditTime: 2022-03-22 10:36:05
* @Description: * @Description:
--> -->
<template> <template>
@ -194,20 +194,20 @@ export default {
size: 10 size: 10
}, },
taskTypeList: [{ taskTypeList: [{
'label': '出库', 'label': i18n.t('module.basicData.Warehouse.ExWarehouse'),
'value': 0 'value': 0
}, { }, {
'label': '入库', 'label': i18n.t('module.basicData.Warehouse.InWarehouse'),
'value': 1 'value': 1
}, { }, {
'label': '流转', 'label': i18n.t('module.basicData.Warehouse.Circulation'),
'value': 2 'value': 2
}], }],
TaskStatusList: [{ TaskStatusList: [{
'label': '初始化', 'label': i18n.t('module.basicData.Warehouse.Initialization'),
'value': 0 'value': 0
}, { }, {
'label': '损坏', 'label': i18n.t('module.basicData.Warehouse.Damage'),
'value': 1 'value': 1
}], }],
VehicleNameList: [{ VehicleNameList: [{