常熟吴彦祖 1 month ago
parent
commit
77f5415bfd
  1. 7
      src/views/modules/order/poOrder.vue

7
src/views/modules/order/poOrder.vue

@ -1,6 +1,5 @@
<template>
<div class="mod-config">
<!-- 查询区风格对齐 auditIndicator - rqrq -->
<el-form :inline="true" label-position="top" :model="searchData">
<el-form-item label="Customer">
<el-input v-model="searchData.customer" clearable style="width: 120px"></el-input>
@ -91,7 +90,7 @@
</template>
<script>
// PO - rqrq
// PO
function buildMockRows () {
return [
{
@ -1115,7 +1114,7 @@ export default {
},
methods: {
/**
* 解析列对应的下拉选项优先列上 selectOptions其次 columnSelectOptions[selectOptionsKey] - rqrq
* 解析列对应的下拉选项优先列上 selectOptions其次 columnSelectOptions[selectOptionsKey]
*/
getSelectOptionsForColumn (item) {
if (item.selectOptions && item.selectOptions.length) {
@ -1173,7 +1172,7 @@ export default {
})
this.$message({
message: changed.length
? `已提交 ${changed.length} 行变更(前端模拟,后续可只提交 changeFlag=1 的行给后端)`
? `已提交 ${changed.length} 行变更`
: '无变更行',
type: 'success',
duration: 2000

Loading…
Cancel
Save