|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
@submit.native.prevent
|
|
|
|
|
label-width="110px"
|
|
|
|
|
>
|
|
|
|
|
<el-card >
|
|
|
|
|
<el-card>
|
|
|
|
|
|
|
|
|
|
<!-- <el-row :gutter="0" v-if="isLinkDisabled">-->
|
|
|
|
|
<!-- <el-col :span="24" align="right">-->
|
|
|
|
@ -132,32 +132,32 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<!-- <el-col :span="8">-->
|
|
|
|
|
<!-- <el-form-item prop="workPlaceCode" class="query-form-item" label="当前工位:" v-if="!corpOrderIdDisabled">-->
|
|
|
|
|
<!-- <el-select-->
|
|
|
|
|
<!-- v-model="orderFormData.workPlaceCode"-->
|
|
|
|
|
<!-- placeholder="当前工位"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- :disabled="corpOrderIdDisabled"-->
|
|
|
|
|
<!-- filterable-->
|
|
|
|
|
<!-- @change="changeInvRemind"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-option-->
|
|
|
|
|
<!-- v-for="item in curWorkPlaces"-->
|
|
|
|
|
<!-- :key="item.workplaceId"-->
|
|
|
|
|
<!-- :label="item.workplaceName"-->
|
|
|
|
|
<!-- :value="item.workplaceId"-->
|
|
|
|
|
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <span style="float: left">{{ item.workplaceName }}</span>-->
|
|
|
|
|
<!-- <span style="float: right; color: #8492a6; font-size: 13px">{{-->
|
|
|
|
|
<!-- item.workplaceId-->
|
|
|
|
|
<!-- }}</span>-->
|
|
|
|
|
<!-- </el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<el-col :span="8" v-if="splitType=='out'">
|
|
|
|
|
<el-col :span="6" v-if="!corpOrderIdDisabled">
|
|
|
|
|
<el-form-item prop="workPlaceCode" class="query-form-item" label="当前工位:" v-if="!corpOrderIdDisabled">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="orderFormData.workPlaceCode"
|
|
|
|
|
placeholder="当前工位"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
:disabled="corpOrderIdDisabled"
|
|
|
|
|
filterable
|
|
|
|
|
@change="changeInvRemind"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in curWorkPlaces"
|
|
|
|
|
:key="item.workplaceId"
|
|
|
|
|
:label="item.workplaceName"
|
|
|
|
|
:value="item.workplaceId"
|
|
|
|
|
>
|
|
|
|
|
<span style="float: left">{{ item.workplaceName }}</span>
|
|
|
|
|
<span style="float: right; color: #8492a6; font-size: 13px">{{
|
|
|
|
|
item.workplaceId
|
|
|
|
|
}}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<el-col :span="6" v-if="splitType=='out'">
|
|
|
|
|
<el-form-item prop="fifoSplit" class="query-form-item" label="上货方式:">
|
|
|
|
|
<el-radio-group v-model="orderFormData.fifoSplit" :disabled="fifoSplitEnable" @change="splitChange">
|
|
|
|
|
<el-radio :label="1">拆零上货</el-radio>
|
|
|
|
|