Browse Source

袋装拆袋

master
qiezi 10 months ago
parent
commit
8c4f09feac
  1. 18
      src/views/modules/board/VulcanizationDispatchOrder.vue
  2. 2
      src/views/modules/production/bagPrint.vue

18
src/views/modules/board/VulcanizationDispatchOrder.vue

@ -12,6 +12,24 @@ export default {
firstReportDate2Flag:'Y',
},
columnList: [
{
tableId: "vulcanizationTable",
tableName: this.$route.meta.title,
columnProp: "site",
columnLabel: "工厂编码",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 70,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'left'
},
{
tableId: "vulcanizationTable",
tableName: this.$route.meta.title,

2
src/views/modules/production/bagPrint.vue

@ -240,7 +240,7 @@ export default {
<el-dialog :visible.sync="bagOpeningVisible" v-drag top="20vh" title="拆袋" width="200px" :close-on-click-modal="false">
<el-form :model="currentRow" label-position="top" :rules="rules" ref="bagFrom">
<div>拆袋后放回原库位</div>
<div style="color: red">拆袋后放回原库位</div>
<el-row>
<el-col :span="24">
<el-form-item label="拆出数量" prop="unBagQty" :show-message="false">

Loading…
Cancel
Save