|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="deleteCode" :loading="submitLoading"
|
|
|
|
|
v-if="splitType=='out' && labelName == 1" style="margin-right: 8px;border-radius: 5%;"
|
|
|
|
|
v-show="isLinkDisabled" :disabled="orderFormData.billNo == null || redMesg"
|
|
|
|
|
v-show="isLinkDisabled" :disabled="orderFormData.billNo == null || (splitType=='out' && redMesg)"
|
|
|
|
|
>扫码剔除
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="overdeleteCode" :loading="submitLoading"
|
|
|
|
@ -41,7 +41,7 @@
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="chooseDraftOrder()" :loading="submitLoading"
|
|
|
|
|
style="margin-right: 8px;border-radius: 5%;" v-show="isLinkDisabled "
|
|
|
|
|
:disabled="redMesg"
|
|
|
|
|
:disabled="splitType=='out' && redMesg"
|
|
|
|
|
>选入单据
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="delOrder()" :loading="submitLoading"
|
|
|
|
@ -51,12 +51,12 @@
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="draftOrder()" :loading="submitLoading"
|
|
|
|
|
v-show="isLinkDisabled" style="margin-right: 8px;border-radius: 5%;"
|
|
|
|
|
:disabled="redMesg"
|
|
|
|
|
:disabled="splitType=='out' && redMesg"
|
|
|
|
|
>保存
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="primary" @click.native="submit()" :loading="submitLoading"
|
|
|
|
|
v-if="splitType=='out'" style="margin-right: 8px;border-radius: 5%;"
|
|
|
|
|
:disabled="redMesg"
|
|
|
|
|
:disabled="splitType=='out' && redMesg"
|
|
|
|
|
>上货完成
|
|
|
|
|
</el-button>
|
|
|
|
|
<!-- <el-button size="mini" type="primary" @click.native="" :loading="submitLoading" v-show="isLinkDisabled"
|
|
|
|
|