问题修复
This commit is contained in:
parent
0fdc5c75b5
commit
dfcd7d8678
|
|
@ -18,6 +18,7 @@
|
||||||
<div>单位: {{ item.unitName }}</div>
|
<div>单位: {{ item.unitName }}</div>
|
||||||
<div>管理模式: {{ item.manageType == 0 ? '编码管理' : '数量管理' }}</div>
|
<div>管理模式: {{ item.manageType == 0 ? '编码管理' : '数量管理' }}</div>
|
||||||
<div>已领数量: {{ item.preNum || 0 }}</div>
|
<div>已领数量: {{ item.preNum || 0 }}</div>
|
||||||
|
<div>备注: {{ item.remark }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -64,6 +64,14 @@
|
||||||
maxlength="200"
|
maxlength="200"
|
||||||
></uni-easyinput>
|
></uni-easyinput>
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
|
<uni-forms-item label="所属分包" name="subUnitName">
|
||||||
|
<uni-easyinput
|
||||||
|
v-model="formData.subUnitName"
|
||||||
|
:placeholder="formData.subUnitName ? '请输入所属分包' : '暂无分包'"
|
||||||
|
maxlength="200"
|
||||||
|
disabled
|
||||||
|
></uni-easyinput>
|
||||||
|
</uni-forms-item>
|
||||||
<!-- <uni-forms-item label="适用班组数" name="fitNum" v-if="!opts.isOut">
|
<!-- <uni-forms-item label="适用班组数" name="fitNum" v-if="!opts.isOut">
|
||||||
<uni-easyinput
|
<uni-easyinput
|
||||||
v-model="formData.fitNum"
|
v-model="formData.fitNum"
|
||||||
|
|
@ -94,6 +102,7 @@
|
||||||
<uni-th width="80" align="center">在库数</uni-th>
|
<uni-th width="80" align="center">在库数</uni-th>
|
||||||
<uni-th width="80" align="center">在用数</uni-th>
|
<uni-th width="80" align="center">在用数</uni-th>
|
||||||
<uni-th width="80" align="center" v-if="opts.isOut">预领数</uni-th>
|
<uni-th width="80" align="center" v-if="opts.isOut">预领数</uni-th>
|
||||||
|
<uni-th width="100" align="center">备注</uni-th>
|
||||||
<uni-th width="100" align="center">操作</uni-th>
|
<uni-th width="100" align="center">操作</uni-th>
|
||||||
</uni-tr>
|
</uni-tr>
|
||||||
<uni-tr v-for="(item, index) in tableData" :key="index">
|
<uni-tr v-for="(item, index) in tableData" :key="index">
|
||||||
|
|
@ -118,6 +127,14 @@
|
||||||
<uni-td align="center">{{ item.storageNum }}</uni-td>
|
<uni-td align="center">{{ item.storageNum }}</uni-td>
|
||||||
<uni-td align="center">{{ item.useNum }}</uni-td>
|
<uni-td align="center">{{ item.useNum }}</uni-td>
|
||||||
<uni-td align="center" v-if="opts.isOut">{{ item.preNum }}</uni-td>
|
<uni-td align="center" v-if="opts.isOut">{{ item.preNum }}</uni-td>
|
||||||
|
<uni-td align="center">
|
||||||
|
<uni-easyinput
|
||||||
|
v-if="opts.isOut"
|
||||||
|
v-model="item.remark"
|
||||||
|
placeholder="请输入备注"
|
||||||
|
|
||||||
|
></uni-easyinput>
|
||||||
|
</uni-td>
|
||||||
<uni-td align="center">
|
<uni-td align="center">
|
||||||
<view
|
<view
|
||||||
style="
|
style="
|
||||||
|
|
@ -303,6 +320,7 @@ const getTeamList = async () => {
|
||||||
formData.relPhone = team.relPhone || ''
|
formData.relPhone = team.relPhone || ''
|
||||||
formData.relName = team.relName
|
formData.relName = team.relName
|
||||||
formData.teamLeaderIdCard = team.teamLeaderIdCard
|
formData.teamLeaderIdCard = team.teamLeaderIdCard
|
||||||
|
formData.subUnitName = team.subUnitName || ''
|
||||||
} else {
|
} else {
|
||||||
formData.teamId = res.data[0].id
|
formData.teamId = res.data[0].id
|
||||||
formData.teamName = res.data[0].teamName
|
formData.teamName = res.data[0].teamName
|
||||||
|
|
@ -310,6 +328,7 @@ const getTeamList = async () => {
|
||||||
formData.relPhone = res.data[0].relPhone || ''
|
formData.relPhone = res.data[0].relPhone || ''
|
||||||
formData.relName = res.data[0].relName
|
formData.relName = res.data[0].relName
|
||||||
formData.teamLeaderIdCard = res.data[0].teamLeaderIdCard
|
formData.teamLeaderIdCard = res.data[0].teamLeaderIdCard
|
||||||
|
formData.subUnitName = res.data[0].subUnitName || ''
|
||||||
}
|
}
|
||||||
// getProjectListApi()
|
// getProjectListApi()
|
||||||
getAgreementInfoById()
|
getAgreementInfoById()
|
||||||
|
|
|
||||||
|
|
@ -252,7 +252,7 @@ const leaseOutBack = async (item) => {
|
||||||
parentId:item.parentId,
|
parentId:item.parentId,
|
||||||
publishTask:leaseApplyInfo.value.publishTask
|
publishTask:leaseApplyInfo.value.publishTask
|
||||||
}
|
}
|
||||||
console.log(param)
|
console.log("yyyyyyyyyyyyyyyyyyyyyyyy",param)
|
||||||
uni.showModal({
|
uni.showModal({
|
||||||
title: '退回',
|
title: '退回',
|
||||||
content: `是否确定退回该类型的出库?`,
|
content: `是否确定退回该类型的出库?`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue