Commit 197e9b4f authored by chenzj's avatar chenzj

生产版本模数

parent 7dcdfec0
......@@ -548,6 +548,11 @@
<el-input v-model="form.printingMethod" placeholder />
</el-form-item>
</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>
......@@ -674,6 +679,7 @@ export default {
layerNum: "",
width: "",
height: "",
module: "",
printingPaperlenth: "",
printPaperwidth: "",
sendworkMultiple: "",
......@@ -783,6 +789,7 @@ export default {
purchaseUnit: "",
rowNum: "",
isCreateSpec: "",
module: "",
isNeedShoeImg: "",
dieSunkOffsetOilTankNum: "",
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