Browse Source

打印名称修改

master
赵雪冰 11 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) => [ const butttondata = (row) => [
defaultButtons.mainListPointBtn(null), // defaultButtons.mainListDocumentPrintBtn(null), //
] ]
// - // -
const buttonTableClick = async (val, row) => { const buttonTableClick = async (val, row) => {
if (val == 'point') { // if (val == 'documentPrint') { //
handlePoint(row) handlePoint(row)
} }
} }

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

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

Loading…
Cancel
Save