|
@@ -17,10 +17,11 @@
|
|
|
<view class="assetType_box" @click="openPicker">{{ assetTypeName ? assetTypeName : '请选择产品类型' }}</view>
|
|
<view class="assetType_box" @click="openPicker">{{ assetTypeName ? assetTypeName : '请选择产品类型' }}</view>
|
|
|
</u-form-item>
|
|
</u-form-item>
|
|
|
<u-form-item label="出库场景" class="required-form" prop="bizType" borderBottom>
|
|
<u-form-item label="出库场景" class="required-form" prop="bizType" borderBottom>
|
|
|
- <picker :disabled="!!(productList && productList.length)" @change="e => handlePicker(e, outputSceneState, 'bizType')" :value="pickerIndex" :range="outputSceneState" range-key="text">
|
|
|
|
|
|
|
+ <uni-data-select v-model="formData.bizType" :localdata="outputSceneState"></uni-data-select>
|
|
|
|
|
+ <!-- <picker :disabled="!!(productList && productList.length)" @change="e => handlePicker(e, outputSceneState, 'bizType')" :value="pickerIndex" :range="outputSceneState" range-key="text">
|
|
|
<u-input :value="sceneStateFilter(formData.bizType)" :disableColor="!!(productList && productList.length) ? '#F5F7FA' : '#fff'" placeholder="请选择" disabled type="select" />
|
|
<u-input :value="sceneStateFilter(formData.bizType)" :disableColor="!!(productList && productList.length) ? '#F5F7FA' : '#fff'" placeholder="请选择" disabled type="select" />
|
|
|
</picker>
|
|
</picker>
|
|
|
- <u-icon slot="right" name="arrow-right"></u-icon>
|
|
|
|
|
|
|
+ <u-icon slot="right" name="arrow-right"></u-icon> -->
|
|
|
</u-form-item>
|
|
</u-form-item>
|
|
|
<u-form-item label="来源单据" prop="documentSource" borderBottom>
|
|
<u-form-item label="来源单据" prop="documentSource" borderBottom>
|
|
|
<u-input type="text" placeholder="请输入" v-model="formData.sourceBizNo" @click.native="goToRequisition" />
|
|
<u-input type="text" placeholder="请输入" v-model="formData.sourceBizNo" @click.native="goToRequisition" />
|
|
@@ -195,6 +196,8 @@
|
|
|
提交
|
|
提交
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <!-- 选择出库场景 -->
|
|
|
|
|
+ <ba-tree-picker ref="treePicker" :multiple="true" @select-change="confirm" title="选择物品类型" :localdata="goodsLists" valueKey="id" textKey="name" childrenKey="child" />
|
|
|
<!-- 选择物品类型 -->
|
|
<!-- 选择物品类型 -->
|
|
|
<ba-tree-picker ref="treePicker" :multiple="true" @select-change="confirm" title="选择物品类型" :localdata="goodsLists" valueKey="id" textKey="name" childrenKey="child" />
|
|
<ba-tree-picker ref="treePicker" :multiple="true" @select-change="confirm" title="选择物品类型" :localdata="goodsLists" valueKey="id" textKey="name" childrenKey="child" />
|
|
|
<!-- 选择领料部门 -->
|
|
<!-- 选择领料部门 -->
|