Commit a823a7fd authored by 张海景's avatar 张海景

update:修改去掉number

parent 5615a171
......@@ -303,8 +303,8 @@ export default {
},
handleProduce() {
const params = {
"checkBy": Number(this.produceForm.checkBy),
"inputBy": Number(this.produceForm.inputBy),
"checkBy": this.produceForm.checkBy,
"inputBy": this.produceForm.inputBy,
"inputTime": this.produceForm.inputTime,
"minPackageNum": Number(this.produceForm.minPackageNum),
"packNum": Number(this.produceForm.packNum),
......
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