|
|
@@ -14,7 +14,7 @@
|
|
|
</el-row>
|
|
|
|
|
|
<el-row :gutter="24">
|
|
|
- <el-form-item label="尺码:" class="mab" prop="keyOrder" label-width="120" style="font-size: 30px;margin: 5px;">
|
|
|
+ <el-form-item label="尺码/制单数合计:" class="mab" prop="keyOrder" label-width="240" style="font-size: 30px;margin: 5px;">
|
|
|
<el-input v-model="cmformdata.cm1" disabled style="width: 90px;height: 40px;"/>
|
|
|
<el-input v-model="cmformdata.cm2" disabled style="width: 90px;height: 40px;"/>
|
|
|
<el-input v-model="cmformdata.cm3" disabled style="width: 90px;height: 40px;"/>
|
|
|
@@ -29,8 +29,8 @@
|
|
|
</el-form-item>
|
|
|
</el-row>
|
|
|
|
|
|
- <el-row :gutter="24">
|
|
|
- <el-form-item label="制单数" class="mab" prop="keyOrder" label-width="120" style="font-size: 30px;margin:5px;">
|
|
|
+ <!-- <el-row :gutter="24">
|
|
|
+ <el-form-item label="制单数合计" class="mab" prop="keyOrder" label-width="200" style="font-size: 30px;margin:5px;">
|
|
|
<el-input v-model="zdsformdata.zds1" disabled style="width: 90px;height: 40px;" id="zds1"/>
|
|
|
<el-input v-model="zdsformdata.zds2" disabled style="width: 90px;height: 40px;" id="zds2"/>
|
|
|
<el-input v-model="zdsformdata.zds3" disabled style="width: 90px;height: 40px;" id="zds3"/>
|
|
|
@@ -43,10 +43,10 @@
|
|
|
<el-input v-model="zdsformdata.zds10" disabled style="width: 90px;height: 40px;" id="zds10"/>
|
|
|
<el-input v-model="zdsformdata.zdtotal" disabled style="width: 90px;height: 40px;" id="zds11"/>
|
|
|
</el-form-item>
|
|
|
- </el-row>
|
|
|
+ </el-row> -->
|
|
|
|
|
|
<el-row :gutter="24">
|
|
|
- <el-form-item label="实裁数" class="mab" prop="keyOrder" label-width="120" style="font-size: 30px;margin: 5px;">
|
|
|
+ <el-form-item label="本次实裁新增:" class="mab" prop="keyOrder" label-width="240" style="font-size: 30px;margin: 5px;">
|
|
|
<el-input v-model="scsformdata.scs1" style="width: 90px;height: 40px;" id="scs1" @keydown="handleKeyDown($event, 'scs10', 'scs1', 'scs2')"/>
|
|
|
<el-input v-model="scsformdata.scs2" style="width: 90px;height: 40px;" id="scs2" @keydown="handleKeyDown($event, 'scs1', 'scs2', 'scs3')"/>
|
|
|
<el-input v-model="scsformdata.scs3" style="width: 90px;height: 40px;" id="scs3"/>
|