|
|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
v-hasPermi="['wms:outorder:add']">新增</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="1.5">
|
|
|
|
|
<el-button type="success" plain icon="el-icon-edit" size="mini" @click="handleSAP">过账</el-button>
|
|
|
|
|
<el-button type="success" plain icon="el-icon-edit" size="mini" @click="clickShowPostingList('1')">过账</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
<!-- <el-col :span="1.5">-->
|
|
|
|
|
<!-- <el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd"-->
|
|
|
|
|
@ -66,6 +66,7 @@
|
|
|
|
|
<el-table-column label="单位" align="center" prop="unit" v-if="false" />
|
|
|
|
|
<el-table-column label="计划数量" align="center" prop="planNumber" />
|
|
|
|
|
<el-table-column label="出库数量" align="center" prop="outNumber" />
|
|
|
|
|
<el-table-column label="过账凭证" align="center" prop="userDefined9" width="150"/>
|
|
|
|
|
<el-table-column label="报工数量" align="center" prop="bgnumber" />
|
|
|
|
|
<el-table-column label="需求时间" align="center" prop="planDate" width="150"/>
|
|
|
|
|
<!-- <el-table-column label="需求时间" align="center" prop="planDate" width="250"/>-->
|
|
|
|
|
@ -90,7 +91,6 @@
|
|
|
|
|
<span v-else-if="scope.row.userDefined10 === '3'">过账失败</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="过账凭证" align="center" prop="userDefined9" width="150"/>
|
|
|
|
|
|
|
|
|
|
<el-table-column label="sap订单过账信息" align="center" prop="userDefined11" />
|
|
|
|
|
|
|
|
|
|
@ -795,7 +795,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (this.postingType === "ZC"){
|
|
|
|
|
if (this.postingType === "ZC" || this.postingType === "1"){
|
|
|
|
|
submitTransferPosting(this.orderList).then(res=>{
|
|
|
|
|
if (res.code === 200){
|
|
|
|
|
this.$message.success("操作成功!");
|
|
|
|
|
|