Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
aaa477c3
Commit
aaa477c3
authored
May 05, 2022
by
前端-许冠华
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-0518-bug' into 'v2-220518'
fix: 修复发票功能bug See merge request linkseeks-design/pro-platform!606
parents
7893a7e4
a498cdfc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
3 deletions
+12
-3
balance.ts
src/locales/zh-CN/balance.ts
+1
-1
index.tsx
src/pages/balance/invoice/srm/manage/index.tsx
+1
-1
invoiceForm.tsx
src/pages/balance/invoice/srm/manage/invoiceForm.tsx
+2
-0
index.tsx
src/pages/balance/invoice/srm/manage/schema/index.tsx
+5
-0
index.less
src/pages/user/components/index.less
+3
-1
No files found.
src/locales/zh-CN/balance.ts
View file @
aaa477c3
...
...
@@ -949,7 +949,7 @@ export default {
'balance.invoice.columns.productName'
:
'物料名称'
,
'balance.invoice.columns.spec'
:
'规格型号'
,
'balance.invoice.columns.category'
:
'品类'
,
'balance.invoice.columns.brand'
:
'
brand
'
,
'balance.invoice.columns.brand'
:
'
品牌
'
,
'balance.invoice.columns.unit'
:
'单位'
,
'balance.invoice.columns.taxRate'
:
'税率'
,
'balance.invoice.columns.price'
:
'单价(含税)'
,
...
...
src/pages/balance/invoice/srm/manage/index.tsx
View file @
aaa477c3
...
...
@@ -258,7 +258,7 @@ const InvoiceManage: React.FC = () => {
const
controllerBtns
=
(
<
Space
>
<
AuthButton
btnCode=
"
readyAddBill
.add"
>
<
AuthButton
btnCode=
"
invoice.srm
.add"
>
<
Button
icon=
{
<
PlusCircleOutlined
/>
}
type=
"primary"
onClick=
{
clickAdd
}
>
{
intl
.
formatMessage
({
id
:
'purchaseRequisition.xinjian'
,
...
...
src/pages/balance/invoice/srm/manage/invoiceForm.tsx
View file @
aaa477c3
...
...
@@ -140,6 +140,8 @@ const InvoiceForm: React.FC<InvoiceFormProps> = (props) => {
if
(
res
.
code
===
1000
&&
res
.
data
)
{
return
res
.
data
as
InvoiceDetailType
}
else
{
message
.
info
(
res
.
message
)
}
return
undefined
}
...
...
src/pages/balance/invoice/srm/manage/schema/index.tsx
View file @
aaa477c3
...
...
@@ -417,6 +417,11 @@ const billInfo: ISchema = {
{
required
:
true
,
message
:
getIntl
().
formatMessage
({
id
:
'balance.invoice.number.required'
,
defaultMessage
:
'请输入发票号码'
}),
},
{
limitByte
:
true
,
maxByte
:
20
,
message
:
'最长20个字符'
}
],
},
...
...
src/pages/user/components/index.less
View file @
aaa477c3
...
...
@@ -27,7 +27,6 @@
}
}
.loginInput {
border: none;
outline: none;
...
...
@@ -36,9 +35,11 @@
border-radius: 4px;
font-size: 14px;
height: 40px;
background-color: #F5F6F7;
input {
font-size: 14px;
background-color: #F5F6F7;
}
&:hover, &:focus {
...
...
@@ -46,3 +47,4 @@
border: none;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment