|
|
@@ -3117,10 +3117,10 @@ const SetProcessStatus = async () => {
|
|
|
yjno:'01',
|
|
|
gxh:'01',
|
|
|
}
|
|
|
- console.log(formData.value.工单编号,formData.value.印件号,formData.value.工序号)
|
|
|
+ console.log(formData.value.工单编号,formData.value.印件号,formData.value.工序号);
|
|
|
const response = await setProcessStatus({order:formData.value.工单编号,yjno:formData.value.印件号,gxh:formData.value.工序号});
|
|
|
if (response.code === 0) {
|
|
|
- FacilityProduction
|
|
|
+ FacilityProduction()
|
|
|
}
|
|
|
console.log(response)
|
|
|
}
|
|
|
@@ -4817,9 +4817,9 @@ const SetMachineStatus = async (row) => {
|
|
|
}
|
|
|
// 去除最后一个逗号
|
|
|
classString = classString.slice(0, -1);
|
|
|
-
|
|
|
+
|
|
|
console.log("获取"+row['印件号'])
|
|
|
- return false;
|
|
|
+ // return false;
|
|
|
|
|
|
const response = await setMachineStatus({
|
|
|
machine: JTMC.split("#")[0],
|