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