Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b78ccb3f
authored
Aug 31, 2021
by
peii
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加下单app来源参数
parent
6f836ef9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
src/pages/order/quick.tsx
src/pages/order/self.tsx
src/pages/order/quick.tsx
View file @
b78ccb3f
...
...
@@ -73,6 +73,7 @@ class QuickOrder extends Component<IProps> {
state
=
{
data
:
{
sellerCode
:
this
.
props
.
userStore
.
userName
,
Caller
:
'dingding'
,
},
formItems
:
[
{
...
...
src/pages/order/self.tsx
View file @
b78ccb3f
...
...
@@ -2,7 +2,7 @@
* @FilePath: /BoneHouse_Business_APP/src/pages/order/self.tsx
* @Author: peii
* @Date: 2021-07-13 22:40:12
* @LastEditTime: 2021-0
7-16 16:59:48
* @LastEditTime: 2021-0
8-31 11:54:47
* @LastEditors: peii
* @Vision: 1.0
* @Description: 自助下单
...
...
@@ -84,6 +84,7 @@ class SelfOrder extends Component<IProps, IState> {
data
:
{
sellerCode
:
this
.
props
.
userStore
.
userName
,
replaceItemFlag
:
'N'
,
Caller
:
'dingding'
,
},
formItems
:
[
{
...
...
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