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

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-15 18:33:01 * @LastEditTime: 2022-03-04 10:06:01
* @Description: * @Description:
--> -->
<template> <template>
@ -169,10 +169,10 @@ export default {
}] }]
}, },
sexOptions: [{ sexOptions: [{
'label': this.$t('module.basicData.cache.man'), 'label': '男',
'value': 1 'value': 1
}, { }, {
'label': this.$t('module.basicData.cache.woman'), 'label': '女',
'value': 0 'value': 0
}], }],
onDutyOptions: [{ onDutyOptions: [{