Browse Source

0505更新

master
ruanqi 3 years ago
parent
commit
af7f2ec43d
  1. 22
      src/views/modules/production/close_schedule.vue
  2. 1
      src/views/modules/production/dailyPlan.vue
  3. 20
      src/views/modules/production/search_schedule.vue

22
src/views/modules/production/close_schedule.vue

@ -84,7 +84,7 @@
<a v-if="scope.row.closedFlag==='N'&&scope.row.printFlag==='N'" type="text" size="small" @click="circulation(scope.row)">流转</a>
<a v-if="scope.row.closedFlag==='Y'&&scope.row.qtyRequired>scope.row.qtyReported" type="text" size="small" @click="openSchedule(scope.row)">开启</a>
<a v-if="scope.row.closedFlag==='N'&&scope.row.qtyRequired>scope.row.qtyReported" type="text" size="small" @click="closeSchedule(scope.row)">关闭</a>
<a v-if="scope.row.qtyApprove==0" type="text" size="small" @click="cancelSchedule(scope.row)">取消</a>
<a v-if="scope.row.qtyApprove==0" type="text" size="small" @click="cancelSchedule(scope.row)" >取消</a>
</template>
</el-table-column>
<el-table-column
@ -350,7 +350,7 @@
columnProp: "partDesc",
headerAlign: "center",
align: "left",
columnLabel: "产品名称",
columnLabel: "产品名称/规格",
columnWidth: 180,
columnHidden: false,
columnImage: false,
@ -557,24 +557,6 @@
status: true,
fixed: false
},
{
userId: this.$store.state.user.name,
functionId: this.$route.meta.menuId,
serialNumber: '5303ProduceSpec',
tableId: "5303Produce",
tableName: "流转日计划",
columnProp: "spec",
headerAlign: "center",
align: "left",
columnLabel: "规格型号",
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: false
},
{
userId: this.$store.state.user.name,
functionId: this.$route.meta.menuId,

1
src/views/modules/production/dailyPlan.vue

@ -1812,6 +1812,7 @@
})
},
//--------------end---------------
},
created () {
this.getTableUserColumn()

20
src/views/modules/production/search_schedule.vue

@ -392,7 +392,7 @@
columnProp: "partDesc",
headerAlign: "center",
align: "left",
columnLabel: "产品名称",
columnLabel: "产品名称/规格",
columnWidth: 180,
columnHidden: false,
columnImage: false,
@ -599,24 +599,6 @@
status: true,
fixed: false
},
{
userId: this.$store.state.user.name,
functionId: this.$route.meta.menuId,
serialNumber: '5302ProduceSpec',
tableId: "5302Produce",
tableName: "待生产工单",
columnProp: "spec",
headerAlign: "center",
align: "left",
columnLabel: "规格型号",
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: false
},
{
userId: this.$store.state.user.name,
functionId: this.$route.meta.menuId,

Loading…
Cancel
Save