Commit 870a637b by huangqy

出库列表的功能实现

parent c6b98d6d
...@@ -150,7 +150,7 @@ export struct WzOutPage { ...@@ -150,7 +150,7 @@ export struct WzOutPage {
onExportSubmit() { onExportSubmit() {
this.checkedList.forEach(async element => { this.checkedList.forEach(async element => {
let res = await ViewdrdcModel.queryExport({guid: element, wczt: '已完成', pzlx: '14'}) let res = await ViewdrdcModel.queryExport({guid: element, wczt: '已完成', pzlx: '17'})
const jhguidArr = res.map((item) => item.guid) const jhguidArr = res.map((item) => item.guid)
if (jhguidArr && jhguidArr.length > 0) { if (jhguidArr && jhguidArr.length > 0) {
const date = dateUtils.formatDateTime(new Date(), 'before') const date = dateUtils.formatDateTime(new Date(), 'before')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论