|
@@ -70,10 +70,13 @@
|
|
|
<el-col :span="19" style="margin-bottom: 15px;">
|
|
<el-col :span="19" style="margin-bottom: 15px;">
|
|
|
<!-- 表格头部 -->
|
|
<!-- 表格头部 -->
|
|
|
<div style="display: flex; justify-content: space-between; margin-bottom: 10px;">
|
|
<div style="display: flex; justify-content: space-between; margin-bottom: 10px;">
|
|
|
- <span style="flex: 1;">订单编号</span>
|
|
|
|
|
|
|
+ <span style="flex: 1;">订单编号|款号</span>
|
|
|
|
|
+ <span style="flex: 1;">面料分类|面料名称</span>
|
|
|
|
|
+ <span style="flex: 1;">颜色</span>
|
|
|
<span style="flex: 1;">款号|款式</span>
|
|
<span style="flex: 1;">款号|款式</span>
|
|
|
- <span style="flex: 1;">颜色</span>
|
|
|
|
|
<span style="flex: 1;">次片数量</span>
|
|
<span style="flex: 1;">次片数量</span>
|
|
|
|
|
+ <span style="flex: 1;">次片问题</span>
|
|
|
|
|
+ <span style="flex: 1;">备注</span>
|
|
|
<span style="flex: 1;">报工小组</span>
|
|
<span style="flex: 1;">报工小组</span>
|
|
|
</div>
|
|
</div>
|
|
|
</el-col>
|
|
</el-col>
|
|
@@ -82,10 +85,13 @@
|
|
|
<el-col v-for="(row, index) in rows" :key="index" :span="19" style="margin-bottom: 10px; overflow-x: auto;">
|
|
<el-col v-for="(row, index) in rows" :key="index" :span="19" style="margin-bottom: 10px; overflow-x: auto;">
|
|
|
<div style="display: flex; justify-content: space-between; align-items: center;">
|
|
<div style="display: flex; justify-content: space-between; align-items: center;">
|
|
|
<el-input style="width: 220px;" placeholder="Enter回车" v-model="row.gdbh" @blur="getGxMcsubmit($event, index)" />
|
|
<el-input style="width: 220px;" placeholder="Enter回车" v-model="row.gdbh" @blur="getGxMcsubmit($event, index)" />
|
|
|
- <el-input style="width: 140px;" :readonly="true" v-model="row.khks" />
|
|
|
|
|
- <el-input style="width: 140px;" :readonly="true" v-model="row.color" />
|
|
|
|
|
- <el-input style="width: 140px;" :readonly="true" v-model="row.cpsl" />
|
|
|
|
|
- <el-input style="width: 140px;" :readonly="true" v-model="row.bgxz" />
|
|
|
|
|
|
|
+ <el-input style="width: 140px;" v-model="row.khks" />
|
|
|
|
|
+ <el-input style="width: 140px;" v-model="row.color" />
|
|
|
|
|
+ <el-input style="width: 140px;" v-model="row.cpsl" />
|
|
|
|
|
+ <el-input style="width: 140px;" v-model="row.color" />
|
|
|
|
|
+ <el-input style="width: 140px;" v-model="row.color" />
|
|
|
|
|
+ <el-input style="width: 140px;" v-model="row.bgxz" />
|
|
|
|
|
+ <el-button type="primary" @click="removeRow(index)" style="font-size: 18px;">复制本条</el-button>
|
|
|
<el-button type="danger" @click="removeRow(index)" style="font-size: 18px;">移除</el-button>
|
|
<el-button type="danger" @click="removeRow(index)" style="font-size: 18px;">移除</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</el-col>
|
|
</el-col>
|