Explorar el Código

定额代号回车优化

zck hace 1 año
padre
commit
cd67c7c7ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/view/performance/06-packingDocuments/index.vue

+ 1 - 1
src/view/performance/06-packingDocuments/index.vue

@@ -1075,7 +1075,7 @@ const SelectClickBz = (row, column, event) => {
 	const _index = ref(null)
 	// 定额代号回车事件
 	const getDedhsubmit = async (index, row) => {
-		if(detailData.table[index].sczl_dedh == '030002001'){
+		if(detailData.table[index].sczl_dedh == '030002002'){
 			return
 		}
 		_index.value = index