Browse Source

确认审核拒绝

huangbin 4 năm trước cách đây
mục cha
commit
3e6d60de6a

+ 1 - 1
src/views/information/account_info/compoments/check/index.vue

@@ -177,7 +177,7 @@ export default defineComponent({
         function refuseSubmit() {
             Modal.confirm({
                 title: '是否确认审核拒绝',
-                okText: '确认拒绝',
+                okText: '审核拒绝',
                 cancelText: '取消',
                 onOk() {
                     console.log('OK');

+ 1 - 1
src/views/information/custom/compoments/check/index.vue

@@ -177,7 +177,7 @@ export default defineComponent({
         function refuseSubmit() {
             Modal.confirm({
                 title: '是否确认审核拒绝',
-                okText: '确认拒绝',
+                okText: '审核拒绝',
                 cancelText: '取消',
                 onOk() {
                     console.log('OK');

+ 1 - 1
src/views/information/spot-contract/components/check/index.vue

@@ -283,7 +283,7 @@ export default defineComponent({
         function refuse() {
             Modal.confirm({
                 title: '是否确认审核拒绝',
-                okText: '确认审核拒绝',
+                okText: '审核拒绝',
                 cancelText: '取消',
                 onOk() {
                     const param = toRaw(formState);

+ 1 - 1
src/views/manage/business-review/components/settlementAudit/index.vue

@@ -157,7 +157,7 @@ export default defineComponent({
         function refuse() {
             Modal.confirm({
                 title: '是否确认审核拒绝',
-                okText: '确认审核拒绝',
+                okText: '审核拒绝',
                 cancelText: '取消',
                 onOk() {
                     const param: ContractOperateApplyReq = {

+ 1 - 1
src/views/manage/business-review/components/somepriceAudit/index.vue

@@ -157,7 +157,7 @@ export default defineComponent({
         function refuse() {
             Modal.confirm({
                 title: '是否确认审核拒绝',
-                okText: '确认审核拒绝',
+                okText: '审核拒绝',
                 cancelText: '取消',
                 onOk() {
                     const param: ContractOperateApplyReq = {

+ 1 - 1
src/views/manage/finance-review/components/fundsAudit/index.vue

@@ -88,7 +88,7 @@ export default defineComponent({
         function refuse() {
             Modal.confirm({
                 title: '是否确认审核拒绝',
-                okText: '确认审核拒绝',
+                okText: '审核拒绝',
                 cancelText: '取消',
                 onOk() {
                     const param: ContractOperateApplyReq = {

+ 1 - 1
src/views/manage/finance-review/components/invoiceAudit/index.vue

@@ -153,7 +153,7 @@ export default defineComponent({
         function refuse() {
             Modal.confirm({
                 title: '是否确认审核拒绝',
-                okText: '确认审核拒绝',
+                okText: '审核拒绝',
                 cancelText: '取消',
                 onOk() {
                     const param: ContractOperateApplyReq = {

+ 1 - 1
src/views/manage/inventory-review/components/checkinAudit/index.vue

@@ -216,7 +216,7 @@ export default defineComponent({
         function refuse() {
             Modal.confirm({
                 title: '是否确认审核拒绝',
-                okText: '确认审核拒绝',
+                okText: '审核拒绝',
                 cancelText: '取消',
                 onOk() {
                     const param: AuditERMCPAreaInOutStockApplyReq = {

+ 1 - 1
src/views/manage/inventory-review/components/checkoutAudit/index.vue

@@ -210,7 +210,7 @@ export default defineComponent({
         function refuse() {
             Modal.confirm({
                 title: '是否确认审核拒绝',
-                okText: '确认审核拒绝',
+                okText: '审核拒绝',
                 cancelText: '取消',
                 onOk() {
                     const param: AuditERMCPAreaInOutStockApplyReq = {