| | |
| | | width: '', |
| | | height: '', |
| | | quantity: '', |
| | | shape: '', |
| | | bendRadius: '', |
| | | edgingType: '' |
| | | }) |
| | | //与表格内的值对应 |
| | | const fieldMap = { |
| | |
| | | width: 'width', |
| | | height: 'height', |
| | | quantity: 'quantity', |
| | | shape: 'shape', |
| | | bendRadius: 'bendRadius', |
| | | edgingType: 'edgingType' |
| | | } |
| | | |
| | | function ensureCurrentRowSync() { |
| | |
| | | |
| | | <!-- </el-row>--> |
| | | </div> |
| | | <div class="ipDiv" style="background:#fff;height:40px;margin-top:10px"> |
| | | <div class="order-primary" style="background:#fff;height:40px;margin-top:10px"> |
| | | <el-row :gutter="6"> |
| | | <el-col :span="2">楼层编号</el-col> |
| | | <el-col :span="2"><el-input style="width: 100%" v-model="form.floorNo" @input="onFormInput('floorNo')" /></el-col> |
| | | <el-col :span="2">{{$t('order.buildingNumber')}}:</el-col> |
| | | <el-col :span="1"><el-input v-model="form.floorNo" @input="onFormInput('floorNo')" /></el-col> |
| | | |
| | | <el-col :span="1">单价</el-col> |
| | | <el-col :span="1"><el-input style="width: 100%" v-model="form.price" @input="onFormInput('price')" /></el-col> |
| | | <el-col :span="1">{{$t('order.price')}}:</el-col> |
| | | <el-col :span="1"><el-input v-model="form.price" @input="onFormInput('price')" /></el-col> |
| | | |
| | | <el-col :span="1">宽</el-col> |
| | | <el-col :span="1"><el-input style="width: 100%" v-model="form.width" @input="onFormInput('width')" /></el-col> |
| | | <el-col :span="1">{{$t('order.width')}}:</el-col> |
| | | <el-col :span="1"><el-input v-model="form.width" @input="onFormInput('width')" /></el-col> |
| | | |
| | | <el-col :span="1">高</el-col> |
| | | <el-col :span="1"><el-input style="width: 100%" v-model="form.height" @input="onFormInput('height')" /></el-col> |
| | | <el-col :span="1">{{$t('order.height')}}:</el-col> |
| | | <el-col :span="1"><el-input v-model="form.height" @input="onFormInput('height')" /></el-col> |
| | | |
| | | <el-col :span="1">数量</el-col> |
| | | <el-col :span="1"><el-input style="width: 100%" v-model="form.quantity" @input="onFormInput('quantity')" /></el-col> |
| | | <el-col :span="1">{{$t('order.quantity')}}:</el-col> |
| | | <el-col :span="1"><el-input v-model="form.quantity" @input="onFormInput('quantity')" /></el-col> |
| | | |
| | | <el-col :span="1">形状</el-col> |
| | | <el-col :span="1"><el-input style="width: 100%" v-model="form.shape" @input="onFormInput('shape')" /></el-col> |
| | | <el-col :span="2">{{$t('order.bendRadius')}}:</el-col> |
| | | <el-col :span="1"><el-input v-model="form.bendRadius" @input="onFormInput('bendRadius')" /></el-col> |
| | | |
| | | <el-col :span="2">弯钢半径</el-col> |
| | | <el-col :span="1"><el-input style="width: 100%" v-model="form.bendRadius" @input="onFormInput('bendRadius')" /></el-col> |
| | | |
| | | <el-col :span="2">磨边类型</el-col> |
| | | <el-col :span="1"><el-input style="width: 100%" v-model="form.edgingType" @input="onFormInput('edgingType')" /></el-col> |
| | | </el-row> |
| | | </div> |
| | | <div class="order-detail"> |