Ver Fonte

first commit

liuhairui há 8 meses atrás
pai
commit
54c8961809
1 ficheiros alterados com 5 adições e 3 exclusões
  1. 5 3
      src/view/performance/chafengbaogong.vue

+ 5 - 3
src/view/performance/chafengbaogong.vue

@@ -848,12 +848,9 @@ const add_Dialog = async () => {
 				params.serial_num = serialNumber;
 				paramsList.push(params);
 				serialNumber++;
-				
 			}
 		}
-		// params.serial_num = serialNumber;
 		console.log("新增报工",paramsList)
-		// return;
 		if (paramsList.length === 0) {
 			ElMessage({type: 'info',message: '请填写报工尺码数量'});
 			return;
@@ -878,6 +875,10 @@ const add_Dialog = async () => {
 		
 		
 		if (allSuccess) {
+			// const lsjltable = await getTab({
+			// 	order_id: add_searchInfo.value,
+			// 	sczl_jtbh: add_formData['机台号']
+			// });
 			const getSpotLists = await getSpotList({
 				order: add_searchInfo.value,
 				code: _code,
@@ -888,6 +889,7 @@ const add_Dialog = async () => {
 			add_printxp();
 
 			search.value = '';
+			// add_searchInfo.value = ''; 
 			ElMessage({
 				type: 'success',
 				message: '报工成功'