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
linweijiong
jinfa-platform
Commits
0c42c545
Commit
0c42c545
authored
Jul 03, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-srm' of
http://10.0.0.22:3000/lingxi/lingxi-business-paltform
into dev-srm
parents
9f1d9ee4
6766cbf2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
16 deletions
+37
-16
index.tsx
src/pages/handling/assign/create/index.tsx
+36
-15
add.tsx
src/pages/member/memberEvaluate/schema/add.tsx
+1
-1
No files found.
src/pages/handling/assign/create/index.tsx
View file @
0c42c545
...
...
@@ -72,29 +72,50 @@ type submitDataType = {
commodityId
:
number
,
/** 附件 */
enclosure
:
[],
/** 订单商品
下
唯一id */
/** 订单商品
,即下单的商品
唯一id */
id
:
string
,
/** 是否是 */
isHasTax
:
0
|
1
|
number
|
{},
/** 是否含税、税率,显示用 */
isHasTaxAndTaxRate
:
"是/1%"
,
isHasTaxAndTaxRate
:
string
,
/** 商品图片 */
mainPic
:
string
,
/** 商品名 */
name
:
string
,
/** 定点 */
orderId
:
17532
orderNo
:
"JJDJ21563"
processNum
:
"22"
processTotalPrice
:
"726.00"
processUnitPrice
:
"33"
purchaseCount
:
3
purchaseCountAndUnit
:
"3/瓶"
skuid
:
511
surplusAndProcessNum
:
-
19
taxRate
:
"1"
unitName
:
"瓶"
}
/** 订单id, 跟上面id 不一样 */
orderId
:
number
,
orderNo
:
string
,
/** 加工数量 */
processNum
:
string
,
/** 加工总价 = 加工数量 * 加工单价 */
processTotalPrice
:
string
,
/** 加工单价 */
processUnitPrice
:
string
,
/** 采购数量 或者叫订单数量 */
purchaseCount
:
number
/** 采购数量 跟 单位,只做显示用 */
purchaseCountAndUnit
:
string
,
/** skuid, 这里跟commodityId yizhi */
skuid
:
number
/** 加工剩余数量 */
surplusAndProcessNum
:
number
,
/** 税率 */
taxRate
:
string
,
/** 单位 */
unitName
:
string
},
/** 其他说明 */
otherDesc
:
string
,
/** 包装说明 */
packingDesc
:
string
,
/** 付款说明 */
payDesc
:
string
,
/** 税费说明 */
taxDesc
:
string
,
/** 交付说明 */
deliveryDesc
:
string
,
/** 物资说明 */
materialDesc
:
string
,
}
/** @tofix 临时的,因为后端不返回只能值么临时搞着 */
...
...
src/pages/member/memberEvaluate/schema/add.tsx
View file @
0c42c545
...
...
@@ -70,7 +70,7 @@ export const evaluateAddSchema: ISchema = {
display
:
false
,
},
'[appraisalDayStart, appraisalDayEnd]'
:
{
title
:
"整改时间"
,
title
:
<
div
>
考评时间
<
span
style=
{
{
color
:
'#ff4d4f'
,
fontSize
:
'16px'
,
marginLeft
:
'4px'
,
fontWeight
:
600
}
}
>
*
</
span
></
div
>
,
type
:
'object'
,
"x-component"
:
'FormilyRangeTime'
,
"x-rules"
:
[
...
...
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