瀏覽代碼

核算参数

Lexie 1 年之前
父節點
當前提交
7c82451abc
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/view/yunyin/shengchanguanli/shebeiyunxing.vue

+ 5 - 1
src/view/yunyin/shengchanguanli/shebeiyunxing.vue

@@ -3175,6 +3175,7 @@ const selectBz = async() => {
 const delBz = async() => {
 	
 	const UniqId=currentBz.value.ID
+	console.log(currentBz.value.ID)
 	if(currentBz.value){
 		ElMessageBox.confirm('确定要删除吗?', '提示', {
 		    confirmButtonText: '确定',
@@ -3297,9 +3298,11 @@ const formDatas = ref({
 })
 
 
-//班组单击
+//班组单击
+const BZvalue=ref()
 const BZhandle = (val) => {
   currentBz.value = val
+  BZvalue.value=val.ID
   formDatas.value = {};
   let sczl_bhkey = ''
   let sczl_namekey = ''
@@ -3366,6 +3369,7 @@ const BZhandle = (val) => {
   //   formDatas.value['name' + index] = name;
   //   formDatas.value['percentage' + index] = percentage;
 	  BZMC.value=val.班组号
+	  
   // }
 };