耗材管理修改

This commit is contained in:
duan
2024-10-22 14:18:14 +08:00
parent 722ce9c4c3
commit 692ca30253
7 changed files with 67 additions and 24 deletions

View File

@@ -74,9 +74,9 @@
import {
ref,
reactive,
onMounted,
computed
} from 'vue';
import {onShow} from '@dcloudio/uni-app'
import go from '@/commons/utils/go.js';
import {
viewConInfoFlowget,
@@ -115,12 +115,11 @@
})
let showStatus = ref(false)
let nowStatusIndex = ref(0)
onMounted(() => {
onShow(() => {
getList()
// 获取分类列表
gettbConsTypeList()
})
function changeNowStatusIndex(i) {
nowStatusIndex.value = i
showStatus.value = false
@@ -156,15 +155,15 @@
let toggle = (d) => {
refMoreSheet.value.open()
actionSheet.activeId = d.consId
report.data.consId = d.consId
actionSheet.activeId = d.id
report.data.consId = d.id
actionSheet.active = d
}
let sheetClick = (index) => {
if (index == 0) {
//打开报损弹窗
reportDamage.value.open();
reportDamage.value.open(actionSheet.activeId);
report.data.name = actionSheet.active.conName
report.data.unit = actionSheet.active.conUnit
} else if (index == 1) {
@@ -176,6 +175,7 @@
item: JSON.stringify(actionSheet.active)
})
} else if (index == 3) {
console.log(actionSheet.activeId,'调试1')
toUrl('PAGES_SALES_WAREHOUSEENTRY', {
consId: actionSheet.activeId,
item: JSON.stringify(actionSheet.active)