|
|
@@ -84,7 +84,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
- <!-- <el-table :data="form.detailList" style="width: 100%">
|
|
|
+ <el-table :data="form.detailList" style="width: 100%">
|
|
|
<el-table-column prop="code" label="领料单号"> </el-table-column>
|
|
|
<el-table-column prop="workOrderCode" label="工单编号"> </el-table-column>
|
|
|
<el-table-column prop="categoryCode" label="物品编码"> </el-table-column>
|
|
|
@@ -99,7 +99,7 @@
|
|
|
{{ row.warehouseName }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- </el-table> -->
|
|
|
+ </el-table>
|
|
|
</div>
|
|
|
</template>
|
|
|
|