Browse Source

2022-05-19 增加排产的排序

master
rui_li 4 years ago
parent
commit
9c9ebda598
  1. 4
      src/views/modules/yieldReport/com_split_order_report.vue

4
src/views/modules/yieldReport/com_split_order_report.vue

@ -3470,8 +3470,8 @@ export default {
/*提醒是否删除的提示*/ /*提醒是否删除的提示*/
warnDeleteSfdcRollsConfirm(sfdcRollRow) { warnDeleteSfdcRollsConfirm(sfdcRollRow) {
// //
this.$message.error('待开发!')
return false;
//this.$message.error('!')
//return false;
this.$confirm('确实要删除该卷吗?', '提示', { this.$confirm('确实要删除该卷吗?', '提示', {
confirmButtonText: '确认', confirmButtonText: '确认',
celButtonText: '取消', celButtonText: '取消',

Loading…
Cancel
Save