|
|
|
@ -13,16 +13,16 @@
|
|
|
|
|
<el-row :gutter="0" style="margin-top: 15px">
|
|
|
|
|
<el-col :span="24" align="right">
|
|
|
|
|
<el-button-group>
|
|
|
|
|
<el-button type="primary" @click.native="deleteCode"
|
|
|
|
|
v-if="labelName == 1"
|
|
|
|
|
:disabled="formData.billNo == null"
|
|
|
|
|
>扫码剔除
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button size="mini" type="primary"
|
|
|
|
|
v-if="labelName == 2"
|
|
|
|
|
@click.native="overdeleteCode"
|
|
|
|
|
>结束剔除
|
|
|
|
|
</el-button>
|
|
|
|
|
<!-- <el-button type="primary" @click.native="deleteCode"-->
|
|
|
|
|
<!-- v-if="labelName == 1"-->
|
|
|
|
|
<!-- :disabled="formData.billNo == null"-->
|
|
|
|
|
<!-- >扫码剔除-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <el-button size="mini" type="primary"-->
|
|
|
|
|
<!-- v-if="labelName == 2"-->
|
|
|
|
|
<!-- @click.native="overdeleteCode"-->
|
|
|
|
|
<!-- >结束剔除-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
:disabled="formData.billNo || (this.formDataVisible != null && this.formDataVisible.scanType == 1)"
|
|
|
|
@ -35,18 +35,18 @@
|
|
|
|
|
@click.native="selectPrescribe()"
|
|
|
|
|
>选单
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
:disabled="!formData.billNo"
|
|
|
|
|
@click.native="saveDraftOrder()"
|
|
|
|
|
>挂起
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
:disabled="!formData.billNo"
|
|
|
|
|
@click.native="cancelOrder()"
|
|
|
|
|
>放弃
|
|
|
|
|
</el-button>
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="primary"-->
|
|
|
|
|
<!-- :disabled="!formData.billNo"-->
|
|
|
|
|
<!-- @click.native="saveDraftOrder()"-->
|
|
|
|
|
<!-- >挂起-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="primary"-->
|
|
|
|
|
<!-- :disabled="!formData.billNo"-->
|
|
|
|
|
<!-- @click.native="cancelOrder()"-->
|
|
|
|
|
<!-- >放弃-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
:disabled="!formData.billNo"
|
|
|
|
@ -162,79 +162,79 @@
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<div style="border: 1px solid #ebeef5;border-radius: 2px;margin-top: 15px;padding: 15px">
|
|
|
|
|
<el-row :gutter="0" style="margin-top: 5px">
|
|
|
|
|
<el-col :span="20">
|
|
|
|
|
<el-form-item prop="code" :label="scanTip" label-width="80px">
|
|
|
|
|
<el-input
|
|
|
|
|
id="inputer"
|
|
|
|
|
@focus="getInputFocus($event)"
|
|
|
|
|
@keypress.enter.native="enterKey($event)"
|
|
|
|
|
ref="inputRef"
|
|
|
|
|
style="ime-mode: disabled"
|
|
|
|
|
type="tel"
|
|
|
|
|
:placeholder="this.placeholder"
|
|
|
|
|
v-model="scanCode"
|
|
|
|
|
></el-input>
|
|
|
|
|
<!-- :disabled="scanDisabled"-->
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4">
|
|
|
|
|
<el-button-group style="display: flex;">
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
size="mini"
|
|
|
|
|
icon="el-icon-search"
|
|
|
|
|
@click.native.stop="addCode()"
|
|
|
|
|
style="margin-left: 15px"
|
|
|
|
|
>
|
|
|
|
|
</el-button>
|
|
|
|
|
<!-- :disabled="!formData.billNo || (this.formDataVisible != null && this.formDataVisible.scanType == 1)"-->
|
|
|
|
|
<el-button type="primary"
|
|
|
|
|
@click="addGs">ALT+29
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
size="mini"
|
|
|
|
|
icon="el-icon-delete"
|
|
|
|
|
@click.native.stop="clearCode()"
|
|
|
|
|
>清空
|
|
|
|
|
</el-button>
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="0">
|
|
|
|
|
<el-col :span="20" style="margin-top: 0px;margin-bottom: 10px;margin-left: 80px">
|
|
|
|
|
<el-checkbox v-model="checked" v-if="!this.formData.billNo && this.formDataVisible.scanType != 1">定向查询
|
|
|
|
|
</el-checkbox>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-alert
|
|
|
|
|
:title="scanTitle"
|
|
|
|
|
:type="scanResultType"
|
|
|
|
|
:closable="false"
|
|
|
|
|
:dangerouslyUseHTMLString="true"
|
|
|
|
|
:description="result">
|
|
|
|
|
</el-alert>
|
|
|
|
|
<el-alert
|
|
|
|
|
v-if="warnVisible"
|
|
|
|
|
title="警告信息:"
|
|
|
|
|
type="warning"
|
|
|
|
|
:closable="true"
|
|
|
|
|
:dangerouslyUseHTMLString="true"
|
|
|
|
|
:description="warnResult">
|
|
|
|
|
</el-alert>
|
|
|
|
|
<el-alert
|
|
|
|
|
v-if="errVisible"
|
|
|
|
|
title="错误信息:"
|
|
|
|
|
type="warning"
|
|
|
|
|
:closable="true"
|
|
|
|
|
:dangerouslyUseHTMLString="true"
|
|
|
|
|
:description="errResult">
|
|
|
|
|
</el-alert>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div style="border: 1px solid #ebeef5;border-radius: 2px;margin-top: 15px;padding: 15px">-->
|
|
|
|
|
<!-- <el-row :gutter="0" style="margin-top: 5px">-->
|
|
|
|
|
<!-- <el-col :span="20">-->
|
|
|
|
|
<!-- <el-form-item prop="code" :label="scanTip" label-width="80px">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- id="inputer"-->
|
|
|
|
|
<!-- @focus="getInputFocus($event)"-->
|
|
|
|
|
<!-- @keypress.enter.native="enterKey($event)"-->
|
|
|
|
|
<!-- ref="inputRef"-->
|
|
|
|
|
<!-- style="ime-mode: disabled"-->
|
|
|
|
|
<!-- type="tel"-->
|
|
|
|
|
<!-- :placeholder="this.placeholder"-->
|
|
|
|
|
<!-- v-model="scanCode"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- <!– :disabled="scanDisabled"–>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- <el-col :span="4">-->
|
|
|
|
|
<!-- <el-button-group style="display: flex;">-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="primary"-->
|
|
|
|
|
<!-- size="mini"-->
|
|
|
|
|
<!-- icon="el-icon-search"-->
|
|
|
|
|
<!-- @click.native.stop="addCode()"-->
|
|
|
|
|
<!-- style="margin-left: 15px"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <!– :disabled="!formData.billNo || (this.formDataVisible != null && this.formDataVisible.scanType == 1)"–>-->
|
|
|
|
|
<!-- <el-button type="primary"-->
|
|
|
|
|
<!-- @click="addGs">ALT+29-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- <el-button-->
|
|
|
|
|
<!-- type="primary"-->
|
|
|
|
|
<!-- size="mini"-->
|
|
|
|
|
<!-- icon="el-icon-delete"-->
|
|
|
|
|
<!-- @click.native.stop="clearCode()"-->
|
|
|
|
|
<!-- >清空-->
|
|
|
|
|
<!-- </el-button>-->
|
|
|
|
|
<!-- </el-button-group>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
<!-- <el-row :gutter="0">-->
|
|
|
|
|
<!-- <el-col :span="20" style="margin-top: 0px;margin-bottom: 10px;margin-left: 80px">-->
|
|
|
|
|
<!-- <el-checkbox v-model="checked" v-if="!this.formData.billNo && this.formDataVisible.scanType != 1">定向查询-->
|
|
|
|
|
<!-- </el-checkbox>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<!-- </el-row>-->
|
|
|
|
|
<!-- <el-alert-->
|
|
|
|
|
<!-- :title="scanTitle"-->
|
|
|
|
|
<!-- :type="scanResultType"-->
|
|
|
|
|
<!-- :closable="false"-->
|
|
|
|
|
<!-- :dangerouslyUseHTMLString="true"-->
|
|
|
|
|
<!-- :description="result">-->
|
|
|
|
|
<!-- </el-alert>-->
|
|
|
|
|
<!-- <el-alert-->
|
|
|
|
|
<!-- v-if="warnVisible"-->
|
|
|
|
|
<!-- title="警告信息:"-->
|
|
|
|
|
<!-- type="warning"-->
|
|
|
|
|
<!-- :closable="true"-->
|
|
|
|
|
<!-- :dangerouslyUseHTMLString="true"-->
|
|
|
|
|
<!-- :description="warnResult">-->
|
|
|
|
|
<!-- </el-alert>-->
|
|
|
|
|
<!-- <el-alert-->
|
|
|
|
|
<!-- v-if="errVisible"-->
|
|
|
|
|
<!-- title="错误信息:"-->
|
|
|
|
|
<!-- type="warning"-->
|
|
|
|
|
<!-- :closable="true"-->
|
|
|
|
|
<!-- :dangerouslyUseHTMLString="true"-->
|
|
|
|
|
<!-- :description="errResult">-->
|
|
|
|
|
<!-- </el-alert>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<el-descriptions title="单据信息" :column="4" border style="margin-top: 15px">
|
|
|
|
|
<el-descriptions-item label="业务单号">{{ formData.billNo }}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="发货方">{{ formData.shipperName }}</el-descriptions-item>
|
|
|
|
@ -1302,29 +1302,29 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vailOrderFinish() {
|
|
|
|
|
if (!this.autoFinishOrderFlag) {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
vailOrderFinish(this.formData).then(res => {
|
|
|
|
|
this.loading = false
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
if (res.data) {
|
|
|
|
|
this.$confirm("单据已赋码或可自动赋码,是否立即完成单据?", '提示', {
|
|
|
|
|
confirmButtonText: '立即提交',
|
|
|
|
|
cancelButtonText: '手动扫码',
|
|
|
|
|
type: 'warning'
|
|
|
|
|
}).then(() => {
|
|
|
|
|
this.finishOrder();
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
this.autoFinishOrderFlag = false
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
this.loading = false
|
|
|
|
|
})
|
|
|
|
|
// if (!this.autoFinishOrderFlag) {
|
|
|
|
|
// return
|
|
|
|
|
// }
|
|
|
|
|
// vailOrderFinish(this.formData).then(res => {
|
|
|
|
|
// this.loading = false
|
|
|
|
|
// if (res.code == 20000) {
|
|
|
|
|
// if (res.data) {
|
|
|
|
|
// this.$confirm("单据已赋码或可自动赋码,是否立即完成单据?", '提示', {
|
|
|
|
|
// confirmButtonText: '立即提交',
|
|
|
|
|
// cancelButtonText: '手动扫码',
|
|
|
|
|
// type: 'warning'
|
|
|
|
|
// }).then(() => {
|
|
|
|
|
// this.finishOrder();
|
|
|
|
|
// }).catch(() => {
|
|
|
|
|
// this.autoFinishOrderFlag = false
|
|
|
|
|
// });
|
|
|
|
|
// }
|
|
|
|
|
// } else {
|
|
|
|
|
//
|
|
|
|
|
// }
|
|
|
|
|
// }).catch(() => {
|
|
|
|
|
// this.loading = false
|
|
|
|
|
// })
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|