|
|
@@ -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: '报工成功'
|