feat: 更新应用版本至1.3.17并添加钢卷导出功能
- 在config.js、manifest.json和version.json中更新版本号至1.3.17 - 新增钢卷导出API接口 - 在接收和编辑页面添加长度输入字段 - 修改钢卷发货逻辑,增加质量状态校验并使用新的导出接口
This commit is contained in:
@@ -61,6 +61,13 @@
|
||||
<input v-model="form.netWeight" type="digit" placeholder="请输入净重(选填)" class="form-input"
|
||||
:disabled="coilDetail.dataType === 0" :class="{ 'form-input-disabled': coilDetail.dataType === 0 }" />
|
||||
</view>
|
||||
|
||||
<!-- 长度 -->
|
||||
<view class="form-item form-item-optional">
|
||||
<text class="form-label-optional">长度 (米)</text>
|
||||
<input v-model="form.length" type="digit" placeholder="请输入长度(选填)" class="form-input"
|
||||
:disabled="coilDetail.dataType === 0" :class="{ 'form-input-disabled': coilDetail.dataType === 0 }" />
|
||||
</view>
|
||||
|
||||
<!-- 操作者信息 -->
|
||||
<view class="operator-info">
|
||||
|
||||
Reference in New Issue
Block a user