Commit 70171f25 by 毛勇泽

出库与入库顺序互换

parent 4ddffa5b
...@@ -8,8 +8,8 @@ export class GridWordViewModel { ...@@ -8,8 +8,8 @@ export class GridWordViewModel {
*/ */
getGridWorkData(): Array<ItemData> { getGridWorkData(): Array<ItemData> {
let secondGridData: ItemData[] = [ let secondGridData: ItemData[] = [
new ItemData($r('app.string.wz_out'), $r('app.media.icon_hr_out'), 'out'),
new ItemData($r('app.string.wz_in'), $r('app.media.icon_hr_in'), 'in'), new ItemData($r('app.string.wz_in'), $r('app.media.icon_hr_in'), 'in'),
new ItemData($r('app.string.wz_out'), $r('app.media.icon_hr_out'), 'out'),
new ItemData($r('app.string.wz_exchange'), $r('app.media.icon_hr_th'), 'exchange'), new ItemData($r('app.string.wz_exchange'), $r('app.media.icon_hr_th'), 'exchange'),
new ItemData($r('app.string.wz_reverse'), $r('app.media.icon_hr_tiaohao'), 'reverse'), new ItemData($r('app.string.wz_reverse'), $r('app.media.icon_hr_tiaohao'), 'reverse'),
new ItemData($r('app.string.wz_inv'), $r('app.media.icon_hr_inv'), 'inv'), new ItemData($r('app.string.wz_inv'), $r('app.media.icon_hr_inv'), 'inv'),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论