Commit 2e4cd739 authored by chenzj's avatar chenzj

生产版本的模数和生产工单的急单

parent 5ef52c2e
...@@ -679,7 +679,6 @@ export default { ...@@ -679,7 +679,6 @@ export default {
layerNum: "", layerNum: "",
width: "", width: "",
height: "", height: "",
moduleNum: "",
printingPaperlenth: "", printingPaperlenth: "",
printPaperwidth: "", printPaperwidth: "",
sendworkMultiple: "", sendworkMultiple: "",
...@@ -715,6 +714,8 @@ export default { ...@@ -715,6 +714,8 @@ export default {
isNeedShoeImg: "", isNeedShoeImg: "",
dieSunkOffsetOilTankNum: "", dieSunkOffsetOilTankNum: "",
printingMethod: "", printingMethod: "",
moduleNum: "",
}, },
currentRow: {}, currentRow: {},
currentRowIndex: undefined, currentRowIndex: undefined,
...@@ -750,7 +751,6 @@ export default { ...@@ -750,7 +751,6 @@ export default {
specificationSheetType: "", specificationSheetType: "",
brandName: "", brandName: "",
enName: "", enName: "",
moduleNum: "",
unitOfMeasure: "", unitOfMeasure: "",
conversionValue: "", conversionValue: "",
singleLayerThick: "", singleLayerThick: "",
...@@ -794,6 +794,7 @@ export default { ...@@ -794,6 +794,7 @@ export default {
isNeedShoeImg: "", isNeedShoeImg: "",
dieSunkOffsetOilTankNum: "", dieSunkOffsetOilTankNum: "",
printingMethod: "", printingMethod: "",
moduleNum: "",
}; };
}, },
/**重置组件状态 */ /**重置组件状态 */
......
...@@ -236,6 +236,19 @@ ...@@ -236,6 +236,19 @@
<el-input v-model="form.endSerial" :disabled="mode == 'make'" placeholder="请输入结束序列码" /> <el-input v-model="form.endSerial" :disabled="mode == 'make'" 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="rushOrder">
<el-select v-model="form.rushOrder" :disabled="mode == 'make'" >
<el-option
v-for="dict in dict.type.sys_yes_no"
:key="dict.value"
:label="dict.label"
:value="dict.value"
disabled
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col :lg="18" :md="16" :sm="24" :xs="24"> <el-col :lg="18" :md="16" :sm="24" :xs="24">
<el-form-item label="工单备注" prop="remark"> <el-form-item label="工单备注" prop="remark">
<el-input <el-input
......
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