Browse Source

打印名称修改

master
zhaoxuebing 8 months ago
parent
commit
8095ffed16
  1. 4
      src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/index.vue
  2. 4
      src/views/wms/deliversettlementManage/deliver/deliverRecordMain/index.vue

4
src/views/wms/deliversettlementManage/customerreturn/customerreturnRecordMain/index.vue

@ -127,12 +127,12 @@ const buttonBaseClick = (val, item) => {
// -
const butttondata = (row) => [
defaultButtons.mainListPointBtn(null), //
defaultButtons.mainListDocumentPrintBtn(null), //
]
// -
const buttonTableClick = async (val, row) => {
if (val == 'point') { //
if (val == 'documentPrint') { //
handlePoint(row)
}
}

4
src/views/wms/deliversettlementManage/deliver/deliverRecordMain/index.vue

@ -127,12 +127,12 @@ const buttonBaseClick = (val, item) => {
// -
const butttondata = (row) => [
defaultButtons.mainListPointBtn(null), //
defaultButtons.mainListDocumentPrintBtn(null), //
]
// -
const buttonTableClick = async (val, row) => {
if (val == 'point') { //
if (val == 'documentPrint') { //
handlePoint(row)
}
}

Loading…
Cancel
Save