Browse Source

HL-6428WMS 客户退货申请 状态为处理中时,不应该存在生成标签按钮

hella_online_20241121
王宇飞 5 months ago
parent
commit
2e620a2a75
  1. 2
      src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/index.vue

2
src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/index.vue

@ -351,7 +351,7 @@ const butttondata = (row,$index) => {
{ {
label: '生成标签', label: '生成标签',
name: 'ssbq', name: 'ssbq',
hide: isShowMainButton(row, ['3','6']), hide: isShowMainButton(row, ['3']),
type: 'primary', type: 'primary',
icon: '', icon: '',
color: '', color: '',

Loading…
Cancel
Save