Commit 197e9b4f authored by chenzj's avatar chenzj

生产版本模数

parent 7dcdfec0
...@@ -548,6 +548,11 @@ ...@@ -548,6 +548,11 @@
<el-input v-model="form.printingMethod" placeholder /> <el-input v-model="form.printingMethod" placeholder />
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :lg="6" :md="8" :sm="12" :xs="12">
<el-form-item label="模数" prop="module">
<el-input v-model="form.module" placeholder />
</el-form-item>
</el-col>
</el-row> </el-row>
<!-- <el-row> <!-- <el-row>
...@@ -674,6 +679,7 @@ export default { ...@@ -674,6 +679,7 @@ export default {
layerNum: "", layerNum: "",
width: "", width: "",
height: "", height: "",
module: "",
printingPaperlenth: "", printingPaperlenth: "",
printPaperwidth: "", printPaperwidth: "",
sendworkMultiple: "", sendworkMultiple: "",
...@@ -783,6 +789,7 @@ export default { ...@@ -783,6 +789,7 @@ export default {
purchaseUnit: "", purchaseUnit: "",
rowNum: "", rowNum: "",
isCreateSpec: "", isCreateSpec: "",
module: "",
isNeedShoeImg: "", isNeedShoeImg: "",
dieSunkOffsetOilTankNum: "", dieSunkOffsetOilTankNum: "",
printingMethod: "", printingMethod: "",
......
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