6.6宁夏领料申请新增字段
This commit is contained in:
parent
3e676efdad
commit
b5c0b536be
|
|
@ -2,8 +2,8 @@
|
|||
"name" : "智慧仓储",
|
||||
"appid" : "__UNI__9D122E1",
|
||||
"description" : "",
|
||||
"versionName" : "1.0.9",
|
||||
"versionCode" : 109,
|
||||
"versionName" : "1.1.0",
|
||||
"versionCode" : 110,
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
|
|
|
|||
|
|
@ -302,6 +302,7 @@ import { basePath } from '../../public';
|
|||
}
|
||||
})
|
||||
that.sendData = {
|
||||
userId: uni.getStorageSync('userInfo').sysUser.userId,
|
||||
companyId: uni.getStorageSync('userInfo').sysUser.companyId,
|
||||
createBy: uni.getStorageSync('userInfo').sysUser.userName,
|
||||
unitId: formData.deptName,
|
||||
|
|
|
|||
Loading…
Reference in New Issue