添加动画字段

This commit is contained in:
yangjun 2025-10-10 14:45:57 +08:00
parent 8f259fc765
commit 8921bd42fc
2 changed files with 11 additions and 2 deletions

View File

@ -4,12 +4,12 @@
<div class="jeecg-basic-table-form-container">
<a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol" :wrapper-col="wrapperCol">
<a-row :gutter="24">
<a-col :lg="6">
<!-- <a-col :lg="6">
<a-form-item name="qgdId">
<template #label><span title="请购单单号">请购单单号</span></template>
<j-input placeholder="请输入请购单单号" v-model:value="queryParam.qgdNo" allow-clear ></j-input>
</a-form-item>
</a-col>
</a-col> -->
<a-col :lg="6">
<a-form-item name="cgdNo">
<template #label><span title="采购单单号">采购单单号</span></template>

View File

@ -1071,6 +1071,11 @@ function addInstruction() {
insRegisterModal.value.disableSubmit = false;
insRegisterModal.value.add();
}
//
function editAnimationPath(data) {
// insRegisterModal.value.disableSubmit = false;
// insRegisterModal.value.edit(data);
}
//
function usingInstruction(data) {
createConfirm({
@ -1241,6 +1246,10 @@ function menuItems(data) {
} else if (data.izEnabled === '0') {
items.push({ key: 'stopCat', label: '停用服务类别', icon: 'ant-design:stop-outlined', canAdd: data.parentLevelEnabled, action: stopCategory })
}
if (!!mainOrgCode.value && mainOrgCode.value == ownOrgCode.value) {
items.push({ key: 'addIns', label: '修改动画', icon: 'ant-design:plus-outlined', canAdd: true && !!mainOrgCode.value && mainOrgCode.value == ownOrgCode.value, action: editAnimationPath },)
}
return items
}
else if (data.level === 3) {