|
|
@ -63,7 +63,6 @@
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
|
label="创建时间"
|
|
|
|
label="创建时间"
|
|
|
|
prop="actDate"
|
|
|
|
prop="actDate"
|
|
|
@ -163,6 +162,8 @@
|
|
|
|
:visible.sync="codeDetailVisible"
|
|
|
|
:visible.sync="codeDetailVisible"
|
|
|
|
width="80%"
|
|
|
|
width="80%"
|
|
|
|
v-if="codeDetailVisible"
|
|
|
|
v-if="codeDetailVisible"
|
|
|
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<codeReplace
|
|
|
|
<codeReplace
|
|
|
|
:idQuery="idQuery"
|
|
|
|
:idQuery="idQuery"
|
|
|
@ -170,7 +171,12 @@
|
|
|
|
></codeReplace>
|
|
|
|
></codeReplace>
|
|
|
|
</el-dialog>
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog title="校验信息" :visible.sync="errDialogVisible" width="30%">
|
|
|
|
<el-dialog title="校验信息"
|
|
|
|
|
|
|
|
:visible.sync="errDialogVisible"
|
|
|
|
|
|
|
|
width="30%"
|
|
|
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
|
|
|
|
>
|
|
|
|
<span>{{ errorDetail }}</span>
|
|
|
|
<span>{{ errorDetail }}</span>
|
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
|
<el-button type="primary" @click="errDialogVisible = false">关 闭</el-button>
|
|
|
|
<el-button type="primary" @click="errDialogVisible = false">关 闭</el-button>
|
|
|
@ -182,6 +188,8 @@
|
|
|
|
:visible.sync="editOrderVisible"
|
|
|
|
:visible.sync="editOrderVisible"
|
|
|
|
width="35%"
|
|
|
|
width="35%"
|
|
|
|
v-if="editOrderVisible"
|
|
|
|
v-if="editOrderVisible"
|
|
|
|
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
<el-row style="width: 100%">
|
|
|
|
<el-row style="width: 100%">
|
|
|
@ -271,7 +279,7 @@ export default {
|
|
|
|
"6": "缺量补录单据",
|
|
|
|
"6": "缺量补录单据",
|
|
|
|
"7": "UDI供应商平台",
|
|
|
|
"7": "UDI供应商平台",
|
|
|
|
"8": "平衡补录单据",
|
|
|
|
"8": "平衡补录单据",
|
|
|
|
"10":"手动补单"
|
|
|
|
"10": "手动补单"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
erpCheckStatus: {
|
|
|
|
erpCheckStatus: {
|
|
|
|
// error: "校验异常",
|
|
|
|
// error: "校验异常",
|
|
|
|