报表申报智能运输页面完成

This commit is contained in:
zx
2026-04-23 14:35:54 +08:00
parent 6f1db0f92e
commit 5ca85c1f0d
53 changed files with 3659 additions and 292 deletions

View File

@@ -3,13 +3,13 @@
<navigation :title="title" :back-url="backUrl"></navigation>
<view class="contentBox">
<view class="remarkLine">
<span>备注</span>
<text>备注</text>
<uni-easyinput type="text" v-model="formData.remark" :inputBorder="false" placeholder="请输入备注" />
</view>
<!-- 物料列表 - 添加物料 -->
<material-list ref="materialRef" :formData="formData" :remark="formData.remark" isEdit="1"
:pathParams="pathParams" />
<button class="bottom-btn" type="primary" @click="handleSubmit">提交</button>
<button class="bottom-btn" type="primary" @tap="handleSubmit">提交</button>
</view>
</template>
<script setup>
@@ -73,7 +73,7 @@ const handleSubmit = () => {
remark: formData.value.remark,
material: { ...material.material, unitId: '23' }
}
if (pathParams.value.type == `issueUniqueCode_inbound`) {
if (pathParams.value.type == `stockIn_inbound`) {
params.billNo = pathParams.value.billNo
}
if (pathParams.value.id) {
@@ -139,7 +139,7 @@ const getMaterialList = () => {
margin-bottom: 8rpx;
min-height: 40rpx;
span {
text {
font-size: 14px;
}