Compare commits

..

No commits in common. "74883db1c082db4956a12c2d0c4705eb43aab91d" and "2329a20c4f782347dca07530d59cc7ee9c9e2677" have entirely different histories.

3 changed files with 10 additions and 19 deletions

View File

@ -1,8 +1,8 @@
/*
* @Author: gtz
* @Date: 2021-03-04 16:13:51
* @LastEditors: fzq
* @LastEditTime: 2022-03-15 18:33:48
* @LastEditors: zwq
* @LastEditTime: 2022-03-15 10:17:01
* @Description: file content
*/
export default {
@ -169,13 +169,7 @@ export default {
processEquipment: 'Process Equipment',
sheCode: 'Shelf Code',
sheName: 'Shelf Name',
locaNum: 'Location Number',
addLocation: 'Add Location',
columnMark: 'Column Mark',
rowMark: 'Row Mark',
status: 'Status',
man: 'Man',
woman: 'Woman'
locaNum: 'Location Number'
},
storageBox: {
name: 'Name',

View File

@ -1,9 +1,8 @@
/*
* @Author: gtz
* @Date: 2021-03-04 16:13:51
* @LastEditors: fzq
* @LastEditTime: 2022-03-15 18:33:48
* @Description: file content
* @LastEditors: zwq
* @LastEditTime: 2022-03-15 10:16:52
*/
export default {
visual: {
@ -160,9 +159,7 @@ export default {
processEquipment: '工艺设备',
sheCode: '货架编码',
sheName: '货架名',
locaNum: '库存数量',
man: '男',
woman: '女'
locaNum: '库存数量'
},
storageBox: {
name: '存储箱名称',

View File

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