rev:修改
This commit is contained in:
@@ -460,6 +460,7 @@ public class WmsToErpServiceImpl implements WmsToErpService {
|
||||
jo.put("input_optid", SecurityUtils.getCurrentUserId());
|
||||
jo.put("input_optname", SecurityUtils.getNickName());
|
||||
jo.put("input_time", DateUtil.now());
|
||||
jo.put("proc_status", "01");
|
||||
try {
|
||||
otherPorc.insert(jo);
|
||||
} catch (Exception e) {
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
FROM
|
||||
V_HHL_OTHERS_IN_VIEW pp
|
||||
WHERE
|
||||
1=1
|
||||
DR = '0'
|
||||
ENDSELECT
|
||||
ENDQUERY
|
||||
ENDIF
|
||||
|
||||
@@ -32,7 +32,7 @@ import CRUD, { header, presenter } from '@crud/crud'
|
||||
import rrOperation from '@crud/RR.operation'
|
||||
import pagination from '@crud/Pagination'
|
||||
import DateRangePicker from '@/components/DateRangePicker/index'
|
||||
import crudOrderproc from "@/api/wms/pcs/orderproc";
|
||||
import crudOrderproc from '@/api/wms/pcs/otherorderproc'
|
||||
|
||||
export default {
|
||||
name: 'importOrder',
|
||||
|
||||
@@ -109,6 +109,7 @@
|
||||
<el-table ref="table" :max-height="590" v-loading="crud.loading" :data="crud.data" size="mini" style="width: 100%;" @selection-change="crud.selectionChangeHandler">
|
||||
<el-table-column fixed type="selection" width="55" />
|
||||
<el-table-column v-if="false" prop="id" label="id" />
|
||||
<el-table-column prop="supp_name" label="供应商" min-width="220px" />
|
||||
<el-table-column prop="dbilldate" label="订单日期" width="100" :formatter="planend_timeFormat" />
|
||||
<el-table-column prop="vbillcode" label="订单编号" min-width="100px" />
|
||||
<el-table-column prop="crowno" label="明细行号" />
|
||||
@@ -140,7 +141,7 @@ import rrOperation from '@crud/RR.operation'
|
||||
import crudOperation from '@crud/CRUD.operation'
|
||||
import udOperation from '@crud/UD.operation'
|
||||
import pagination from '@crud/Pagination'
|
||||
import importOrder from '@/views/wms/pcs/orderproc/importOrder'
|
||||
import importOrder from '@/views/wms/pcs/otherorderproc/importOrder.vue'
|
||||
import DateRangePicker from '@/components/DateRangePicker'
|
||||
import Treeselect, { LOAD_CHILDREN_OPTIONS } from '@riophae/vue-treeselect'
|
||||
import '@riophae/vue-treeselect/dist/vue-treeselect.css'
|
||||
|
||||
Reference in New Issue
Block a user