Browse Source

Merge branch 'hella_zhaoxuebing' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-ui into hella_zhaoxuebing

hella_zhaoxuebing
赵雪冰 1 month ago
parent
commit
60e641c8aa
  1. 2
      src/views/wms/issueManage/onlinesettlement/settlementConfiguration/index.vue

2
src/views/wms/issueManage/onlinesettlement/settlementConfiguration/index.vue

@ -291,7 +291,7 @@ const HeadButttondata = [
//
const buttonBaseClick = (val, item) => {
if (val == 'add') { //
openForm('create')
openForm('create',null)
} else if (val == 'import') { //
handleImport()
} else if (val == 'export') { //

Loading…
Cancel
Save