Browse Source

详情组件修改 盘点打开详情编辑修改

master
陈薪名 10 months ago
parent
commit
4e8ea77a72
  1. 5
      src/views/wms/countManage/count/countPlanMain/index.vue

5
src/views/wms/countManage/count/countPlanMain/index.vue

@ -366,9 +366,9 @@ const openDetail = (row: any, titleName: any, titleValue: any) => {
detailRef.value.openDetail(row, titleName, titleValue)
}
//
const detailOpenForm = (row) => {
const detailOpenForm = (type, row) => {
console.log(row)
if (type == 'update' ) {
if (
row.type == 'OWNER' ||
row.type == 'SUPPLIER' ||
@ -422,6 +422,7 @@ const detailOpenForm = (row) => {
formTypeDetail.value = 'InputString'
}
}
}
/** 删除按钮操作 */
const handleDelete = async (id: number) => {

Loading…
Cancel
Save