Browse Source

Merge remote-tracking branch 'origin/master_hella' into master_hella

master_hella_20240701
TengXF 5 months ago
parent
commit
685f0c4fd5
  1. 6
      src/views/mes/orderDay/index.vue

6
src/views/mes/orderDay/index.vue

@ -197,7 +197,7 @@ const buttonBaseClick = (val, item) => {
}
}
const publishClosed=()=>{
console.log('orderday-publishClosed-200')
//console.log('orderday-publishClosed-200')
nextTick(() => {
getList()
})
@ -328,8 +328,8 @@ const handleExport = async () => {
exportLoading.value = false
}
}
const stopPlan = async (id) => {
await OrderDayApi.stopPlan(id)
const stopPlan = (id) => {
OrderDayApi.stopPlan(id)
//getList()
}
/** 导入 */

Loading…
Cancel
Save