| | |
| | | title-scroll |
| | | > |
| | | <ProTabPane |
| | | :title="`待结算(${waitAuditCount})`" |
| | | :title="`待结算`" |
| | | :pane-key="GetSettlementTasksQuerySupplierPaymentStatus.WaitSettlement" |
| | | ></ProTabPane> |
| | | <ProTabPane |
| | | :title="`已结算(${completedAuditCount})`" |
| | | :title="`已结算`" |
| | | :pane-key="GetSettlementTasksQuerySupplierPaymentStatus.CompletedSettlement" |
| | | ></ProTabPane> |
| | | <ProTabPane |
| | | :title="`已发放(${completedReleaseCount})`" |
| | | :title="`已发放`" |
| | | :pane-key="GetSettlementTasksQuerySupplierPaymentStatus.CompletedRelease" |
| | | ></ProTabPane> |
| | | </ProTabs> |
| | |
| | | v-model="form.password" |
| | | v-model:visible="form.passwordVisible" |
| | | @focus="form.showKeyboard = true" |
| | | @close="form.showKeyboard = false" |
| | | tips="请输入6位操作密码" |
| | | desc="明细需输入操作密码才能查看" |
| | | :length="6" |
| | |
| | | v-model="form.password" |
| | | v-model:visible="form.showKeyboard" |
| | | @blur="form.showKeyboard = false" |
| | | :custom-key="['']" |
| | | > |
| | | </nut-number-keyboard> |
| | | </template> |