Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
jump_hm_warehouse
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
毛勇泽
jump_hm_warehouse
Commits
daaa7962
Commit
daaa7962
authored
Jan 24, 2024
by
huangqy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物资出入库
parent
eda5555c
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
10 行增加
和
8 行删除
+10
-8
WzhxdmDao.ets
common/src/main/ets/db/dao/WzhxdmDao.ets
+1
-0
WzInPage.ets
entry/src/main/ets/pages/metailmange/WzInPage/WzInPage.ets
+1
-1
WzOutPage.ets
entry/src/main/ets/pages/metailmange/WzOutPage/WzOutPage.ets
+8
-7
没有找到文件。
common/src/main/ets/db/dao/WzhxdmDao.ets
View file @
daaa7962
...
@@ -48,6 +48,7 @@ export class WzhxdmDao extends BaseTable<Wzhxdm> {
...
@@ -48,6 +48,7 @@ export class WzhxdmDao extends BaseTable<Wzhxdm> {
async selectHXList(hx_map?: any): Promise<Wzhxdm[]> {
async selectHXList(hx_map?: any): Promise<Wzhxdm[]> {
let wp = this.getPredicates();
let wp = this.getPredicates();
if (hx_map) {
if (hx_map) {
wp.equalTo('lsm', hx_map['wzdm']);
wp.equalTo('lsm', hx_map['wzdm']);
wp.or()
wp.or()
...
...
entry/src/main/ets/pages/metailmange/WzInPage/WzInPage.ets
View file @
daaa7962
...
@@ -400,7 +400,7 @@ export struct WzInPage {
...
@@ -400,7 +400,7 @@ export struct WzInPage {
}.onClick(() => {
}.onClick(() => {
router.pushUrl({ url: 'pages/metailmange/WzInPage/WzinDetail/WzinDetail', params: {
router.pushUrl({ url: 'pages/metailmange/WzInPage/WzinDetail/WzinDetail', params: {
wzcrk: item,isUpdate:true
wzcrk: item,isUpdate:true
}
},
)
}
}
)
})
})
})
})
}.padding(18)
}.padding(18)
...
...
entry/src/main/ets/pages/metailmange/WzOutPage/WzOutPage.ets
View file @
daaa7962
...
@@ -202,7 +202,7 @@ export struct WzOutPage {
...
@@ -202,7 +202,7 @@ export struct WzOutPage {
})
})
promptAction.showDialog({
promptAction.showDialog({
title: '提示',
title: '提示',
message: '
入库作业单据已同步至业务系统,请以保管员身份登录业务系统,在菜单“作业项目--物资入
库”里刷新查看。',
message: '
出库作业单据已同步至业务系统,请以保管员身份登录业务系统,在菜单“作业项目——物资出
库”里刷新查看。',
buttons: [{
buttons: [{
text: '已知晓',
text: '已知晓',
color: '#0fa983',
color: '#0fa983',
...
@@ -255,9 +255,9 @@ export struct WzOutPage {
...
@@ -255,9 +255,9 @@ export struct WzOutPage {
message: '请至少选择一条单据'
message: '请至少选择一条单据'
})
})
} else {
} else {
//
if (this.dialogController != undefined) {
if (this.dialogController != undefined) {
//
this.dialogController.open()
this.dialogController.open()
//
}
}
}
}
})
})
.fontColor("#0fa983")
.fontColor("#0fa983")
...
@@ -285,9 +285,9 @@ export struct WzOutPage {
...
@@ -285,9 +285,9 @@ export struct WzOutPage {
message: '请选择已完成的单据'
message: '请选择已完成的单据'
})
})
} else {
} else {
//
if (this.exportDialogController != undefined) {
if (this.exportDialogController != undefined) {
//
this.exportDialogController.open()
this.exportDialogController.open()
//
}
}
}
}
}).fontColor("#0fa983").fontSize("14vp")
}).fontColor("#0fa983").fontSize("14vp")
.fontColor("#0fa983")
.fontColor("#0fa983")
...
@@ -363,6 +363,7 @@ export struct WzOutPage {
...
@@ -363,6 +363,7 @@ export struct WzOutPage {
.margin({top:-15})
.margin({top:-15})
.onChange((index: number) => {
.onChange((index: number) => {
this.currentIndex = index
this.currentIndex = index
this.getWzcrkList()
})
})
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论