Commit 7a72de5f authored by 张海景's avatar 张海景

update:修改工单排产

parent dceb441a
......@@ -20,9 +20,9 @@ export function getFeedback(recordId) {
// 查询外协单号列表
export function getAssistProcessList(query) {
return request({
url: "/md/assistprocess/list",
url: "/md/assistprocess/listUnreportedFeedback",
method: "get",
params: query
params: query,
});
}
......
......@@ -441,8 +441,10 @@ export default {
},
handleFeedbackTypeChange(value) {
console.log(value)
this.form.assistProcessCode = null
this.form.closeType = 0
if (value !== 'ASSIST_PROCESS') {
this.form.assistProcessCode = null
this.form.closeType = 0
}
},
// 取消按钮
cancel() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment