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
846bcfc2e9
  1. 2
      src/views/wms/issueManage/onlinesettlement/settlementConfiguration/index.vue

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

@ -291,6 +291,8 @@ const HeadButttondata = [
//
const buttonBaseClick = (val, item) => {
if (val == 'add') { //
tableDataFrom.value = []
tableDataTo.value = []
openForm('create',null)
} else if (val == 'import') { //
handleImport()

Loading…
Cancel
Save