Browse Source

YT-2718:《采购退货申请》《采购退货记录》中的【单据打印】按钮隐藏

intex
songguoqiang 2 days ago
parent
commit
c7e77d513f
  1. 27
      src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts
  2. 27
      src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts
  3. 2
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/index.vue
  4. 2
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue

27
src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts

@ -109,6 +109,33 @@ export const RepleinshJobMain = useCrudSchemas(reactive<CrudSchema[]>([
isSearch: true,
sortSearchDefault: 3,
},
{
label: '便次',
field: 'deliNo',
sort: 'custom',
sortTableDefault: 5,
table: {
width: 150
},
isTable: true,
form: {
component: 'InputNumber',
componentProps: {
min: 1
}
}
},
{
label: '来源',
field: 'sourceType',
sort: 'custom',
table: {
width: 150
},
isForm: false,
isTable: true,
isDetail: true
},
{
label: '要求截止时间',
field: 'requestDueTime',

27
src/views/wms/issueManage/repleinsh/repleinshRecordMain/repleinshRecordMain.data.ts

@ -174,6 +174,33 @@ export const RepleinshRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
isSearch: true,
sortSearchDefault: 3,
},
{
label: '便次',
field: 'deliNo',
sort: 'custom',
sortTableDefault: 5,
table: {
width: 150
},
isTable: true,
form: {
component: 'InputNumber',
componentProps: {
min: 1
}
}
},
{
label: '来源',
field: 'sourceType',
sort: 'custom',
table: {
width: 150
},
isForm: false,
isTable: true,
isDetail: true
},
{
label: '截止时间',
field: 'dueTime',

2
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRecordMain/index.vue

@ -163,7 +163,7 @@ const butttondata = (row,$index) => {
if(findIndex>-1&&findIndex<$index){
return []
}
return [defaultButtons.mainListDocumentPrintBtn(null)]
//return [defaultButtons.mainListDocumentPrintBtn(null)]
}
// -

2
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMainNew/index.vue

@ -515,7 +515,7 @@ const butttondata = (row, $index) => {
hide: isShowMainButton(row, ['1']),
hasPermi: 'wms:purchasereturn-request-main:update'
}),//
defaultButtons.mainListDocumentPrintBtn(null)//
// defaultButtons.mainListDocumentPrintBtn(null)//
// {
// label: '',
// name: 'ssbq',

Loading…
Cancel
Save