This commit is contained in:
caoxinyu
2019-09-29 17:36:11 +08:00
parent b4e82fa4f7
commit 392d7f7d79
8 changed files with 831 additions and 36 deletions

View File

@@ -156,9 +156,9 @@ export function createInquirySheet(num1, id, num2, remark) {
url: '',
method: 'post',
data: {
type: '2',
type: '1',
name: '采购管理_询价单_增加数据',
param: `询价单编号=${num1}&采购员=${id}&供应商流水号=${num2}&备注=${remark}&identity=1=output`
param: `询价单编号=${num1}&采购员=${id}&供应商流水号=${num2}&备注=${remark}`
}
})
}