Browse Source

单据

master_hella_20240701
wangyufei 3 months ago
parent
commit
eae64e1b7f
  1. 4
      src/views/wms/productionManage/productputaway/productputawayJobMain/index.vue

4
src/views/wms/productionManage/productputaway/productputawayJobMain/index.vue

@ -188,7 +188,7 @@ const butttondata = (row,$index) => {
return []
}
return [
defaultButtons.mainListDocumentPrintBtn(null), //
defaultButtons.mainListDocumentPrintBtn({hide:!switchproductPutawayJobPrint.value}), //
defaultButtons.mainListJobAccBtn({hide:isShowMainButton(row,['1'])}), //
defaultButtons.mainListJobCloBtn({hide:isShowMainButton(row,['1'])}), //
defaultButtons.mainListJobAbaBtn({hide:isShowMainButton(row,['2'])}), //
@ -265,7 +265,7 @@ const searchFormClick = (searchData) => {
/** 初始化 **/
onMounted(async () => {
await getSwitchStatus()
getList()
getSwitchStatus()
})
</script>

Loading…
Cancel
Save