This commit is contained in:
liushuai
2019-07-06 12:25:48 +08:00
parent 7653ac202f
commit 6fb4d045b7
13 changed files with 504 additions and 13 deletions

View File

@@ -173,3 +173,15 @@ export function searchSupplier(check1, value1, check2, value2, check3, value3, c
}
})
}
// 打回备料
export function edit2(num1) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '车间生产管理工艺_备料单导出_外购备料',
param: `工艺计划流水号组=${num1}&是否外购备料=0`
}
})
}