6.6宁夏领料申请新增字段

This commit is contained in:
FrancisHu 2024-06-06 10:14:41 +08:00
parent 3e676efdad
commit b5c0b536be
2 changed files with 3 additions and 2 deletions

View File

@ -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" : {

View File

@ -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,