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
84ec63f4
Commit
84ec63f4
authored
Jan 27, 2024
by
陈桂东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
915c4216
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
22 行增加
和
7 行删除
+22
-7
WzinsertDetail.ets
entry/src/main/ets/pages/metailmange/WzInPage/WzinDetail/WzinsertDetail.ets
+22
-7
没有找到文件。
entry/src/main/ets/pages/metailmange/WzInPage/WzinDetail/WzinsertDetail.ets
View file @
84ec63f4
...
@@ -127,7 +127,7 @@ struct WzinsertDetail {
...
@@ -127,7 +127,7 @@ struct WzinsertDetail {
Button("保存").CommonButtonStyle().width("50%")
Button("保存").CommonButtonStyle().width("50%")
.onClick(async () => {
.onClick(async () => {
try {
try {
Logger.info('保存的入库明细数据>>',
JSON.stringify(this.historicalInformation))
Logger.info('保存的入库明细数据>>', JSON.stringify(this.historicalInformation))
// if (this.isUpdate) {
// if (this.isUpdate) {
// const crksl = this.historicalInformation.map(v => Number(v.crksl)).reduce((a, b) => a + b, 0)
// const crksl = this.historicalInformation.map(v => Number(v.crksl)).reduce((a, b) => a + b, 0)
...
@@ -148,12 +148,27 @@ struct WzinsertDetail {
...
@@ -148,12 +148,27 @@ struct WzinsertDetail {
// }
// }
// else {
// else {
this.wzcrk.guid = uuid()
const uid = uuid()
this.wzcrk.gznd = new Date().getFullYear() + ''
this.wzcrk.guid = uid
this.wzcrk.sjlx = '新建'
this.wzcrk.gznd = new Date().getFullYear() + ''
await wzcrkModel.setOne(this.wzcrk)
this.wzcrk.sjlx = '新建'
Logger.info('添加的入库数据>>', JSON.stringify(this.wzcrk))
await wzcrkModel.setOne(this.wzcrk)
await wzcrkmxModel.set(this.historicalInformation)
Logger.info('添加的入库数据>>', JSON.stringify(this.wzcrk))
const data = this.historicalInformation.map((v => {
return {
guid: uuid(),
gznd: new Date().getFullYear() + '',
pmdmcode: v.pmdmcode,
pzsl: v.pzsl,
crksl: v.crksl,
wzcrkguid: uid,
hwh: v.hwh,
pzmxguid: v.pzmxguid
}
}))
await wzcrkmxModel.set(data)
// }
// }
promptAction.showToast({
promptAction.showToast({
message: '保存入库数据成功',
message: '保存入库数据成功',
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论