完善接口
This commit is contained in:
@@ -11,7 +11,7 @@ export function typeValues(data) {
|
|||||||
// 获取数据字典(根据分组)
|
// 获取数据字典(根据分组)
|
||||||
export function getTypeValueList(data) {
|
export function getTypeValueList(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/portal/v1/dictcommons/getTypeValueList',
|
url: '/wms/apiadmin/dictcommons/getTypeValueList',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: data
|
params: data
|
||||||
})
|
})
|
||||||
@@ -20,7 +20,7 @@ export function getTypeValueList(data) {
|
|||||||
// 根据当前登录人orgSidPath(全路径sid)查询分公司
|
// 根据当前登录人orgSidPath(全路径sid)查询分公司
|
||||||
export function getOrgSidByPath(data) {
|
export function getOrgSidByPath(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/portal/v1/sysstafforg/getOrgSidByPath',
|
url: '/wms/apiadmin/sysstafforg/getOrgSidByPath',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: data
|
params: data
|
||||||
})
|
})
|
||||||
@@ -112,14 +112,14 @@ export function customerListPage(params) {
|
|||||||
// 获取省
|
// 获取省
|
||||||
export function getProvince() {
|
export function getProvince() {
|
||||||
return request({
|
return request({
|
||||||
url: '/portal/v1/regions/getProvince',
|
url: '/wms/apiadmin/regions/getProvince',
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 根据省sid获取该省的所有市
|
// 根据省sid获取该省的所有市
|
||||||
export function getCity(data) {
|
export function getCity(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/portal/v1/regions/getCity',
|
url: '/wms/apiadmin/regions/getCity',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: data
|
params: data
|
||||||
})
|
})
|
||||||
@@ -127,7 +127,7 @@ export function getCity(data) {
|
|||||||
// 根据市sid获取该市的所有县区
|
// 根据市sid获取该市的所有县区
|
||||||
export function getCounty(data) {
|
export function getCounty(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/portal/v1/regions/getCounty',
|
url: '/wms/apiadmin/regions/getCounty',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: data
|
params: data
|
||||||
})
|
})
|
||||||
@@ -136,8 +136,8 @@ export function getCounty(data) {
|
|||||||
// 获取售后服务--基础信息--供应商信息
|
// 获取售后服务--基础信息--供应商信息
|
||||||
export function choiceSupplierInfo(data) {
|
export function choiceSupplierInfo(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/pms/v1/pmssupplierinfo/choiceSupplierInfo',
|
url: '/wms/apiadmin/supplierinfo/choiceSupplierInfo',
|
||||||
method: 'post',
|
method: 'get',
|
||||||
params: data
|
params: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ export default {
|
|||||||
// 列表查询
|
// 列表查询
|
||||||
listPage: function(data) {
|
listPage: function(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/pms/v1/pmssupplierinfo/listPage',
|
url: '/wms/apiadmin/supplierinfo/listPage',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
headers: { 'Content-Type': 'application/json' }
|
headers: { 'Content-Type': 'application/json' }
|
||||||
@@ -13,7 +13,7 @@ export default {
|
|||||||
// 保存
|
// 保存
|
||||||
saveOrUpdate: function(data) {
|
saveOrUpdate: function(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/pms/v1/pmssupplierinfo/save',
|
url: '/wms/apiadmin/supplierinfo/save',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
headers: { 'Content-Type': 'application/json' }
|
headers: { 'Content-Type': 'application/json' }
|
||||||
@@ -22,14 +22,14 @@ export default {
|
|||||||
// 回显
|
// 回显
|
||||||
fetchDetailsBySid: function(data) {
|
fetchDetailsBySid: function(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/pms/v1/pmssupplierinfo/fetchDetailsBySid/' + data,
|
url: '/wms/apiadmin/supplierinfo/fetchDetailsBySid/' + data,
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 删除
|
// 删除
|
||||||
delBySids: function(data) {
|
delBySids: function(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/pms/v1/pmssupplierinfo/delBySids',
|
url: '/wms/apiadmin/supplierinfo/delBySids',
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
data: data,
|
data: data,
|
||||||
headers: { 'Content-Type': 'application/json' }
|
headers: { 'Content-Type': 'application/json' }
|
||||||
@@ -38,7 +38,7 @@ export default {
|
|||||||
// 获取供应商类型
|
// 获取供应商类型
|
||||||
selSupplierType: function(data) {
|
selSupplierType: function(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/pms/v1/pmssuppliertype/selSupplierType',
|
url: '/wms/apiadmin/suppliertype/selSupplierType',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
params: data
|
params: data
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ export default {
|
|||||||
// 列表查询
|
// 列表查询
|
||||||
listPage: function(data) {
|
listPage: function(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/pms/v1/pmssuppliertype/listPage',
|
url: '/wms/apiadmin/suppliertype/listPage',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
headers: { 'Content-Type': 'application/json' }
|
headers: { 'Content-Type': 'application/json' }
|
||||||
@@ -13,7 +13,7 @@ export default {
|
|||||||
// 保存
|
// 保存
|
||||||
saveOrUpdate: function(data) {
|
saveOrUpdate: function(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/pms/v1/pmssuppliertype/save',
|
url: '/wms/apiadmin/suppliertype/save',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
headers: { 'Content-Type': 'application/json' }
|
headers: { 'Content-Type': 'application/json' }
|
||||||
@@ -22,7 +22,7 @@ export default {
|
|||||||
// 删除
|
// 删除
|
||||||
delBySids: function(data) {
|
delBySids: function(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/pms/v1/pmssuppliertype/delBySids',
|
url: '/wms/apiadmin/suppliertype/delBySids',
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
data: data,
|
data: data,
|
||||||
headers: { 'Content-Type': 'application/json' }
|
headers: { 'Content-Type': 'application/json' }
|
||||||
|
|||||||
@@ -67,7 +67,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { typeValues } from '@/api/system/dictType/dictCommon'
|
import { typeValues } from '@/api/Common/dictcommons'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'OpeningBank',
|
name: 'OpeningBank',
|
||||||
|
|||||||
@@ -130,7 +130,7 @@
|
|||||||
<div>开户行列表</div>
|
<div>开户行列表</div>
|
||||||
<el-button type="primary" size="mini" class="btntopblueline" @click="handleAdd">新增</el-button>
|
<el-button type="primary" size="mini" class="btntopblueline" @click="handleAdd">新增</el-button>
|
||||||
</div>
|
</div>
|
||||||
<el-table :key="tableKey" :data="formobj.pmsSupplierBankList" :index="index" border style="width: 100%">
|
<el-table :key="tableKey" :data="formobj.baseSupplierBankList" :index="index" border style="width: 100%">
|
||||||
<el-table-column fixed width="80" label="序号" type="index" :index="index + 1" align="center"/>
|
<el-table-column fixed width="80" label="序号" type="index" :index="index + 1" align="center"/>
|
||||||
<el-table-column fixed width="150" label="操作" align="center">
|
<el-table-column fixed width="150" label="操作" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@@ -158,7 +158,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import req from '@/api/baseinfo/supplier/supplier.js'
|
import req from '@/api/baseinfo/supplier/supplier.js'
|
||||||
import openingbank from './relation/openingbank'
|
import openingbank from './relation/openingbank'
|
||||||
import { getProvince, getCity, getCounty, typeValues } from '@/api/system/dictType/dictCommon'
|
import { getProvince, getCity, getCounty, typeValues } from '@/api/Common/dictcommons'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'SupplierAdd',
|
name: 'SupplierAdd',
|
||||||
@@ -210,7 +210,7 @@ export default {
|
|||||||
createOrgSid: '',
|
createOrgSid: '',
|
||||||
taxRate: '',
|
taxRate: '',
|
||||||
remarks: '',
|
remarks: '',
|
||||||
pmsSupplierBankList: []
|
baseSupplierBankList: []
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
supplierName: [{ required: true, message: '供应商名称不能为空', trigger: 'blur' }],
|
supplierName: [{ required: true, message: '供应商名称不能为空', trigger: 'blur' }],
|
||||||
@@ -342,13 +342,13 @@ export default {
|
|||||||
this.$refs['divOpen'].showEdit(row, index)
|
this.$refs['divOpen'].showEdit(row, index)
|
||||||
},
|
},
|
||||||
handleDelete(index) {
|
handleDelete(index) {
|
||||||
this.formobj.pmsSupplierBankList.splice(index, 1)
|
this.formobj.baseSupplierBankList.splice(index, 1)
|
||||||
},
|
},
|
||||||
backData(value, index) {
|
backData(value, index) {
|
||||||
this.viewState = 1
|
this.viewState = 1
|
||||||
value = JSON.parse(JSON.stringify(value))
|
value = JSON.parse(JSON.stringify(value))
|
||||||
if (index !== '' && index !== null) {
|
if (index !== '' && index !== null) {
|
||||||
this.formobj.pmsSupplierBankList[index] = {
|
this.formobj.baseSupplierBankList[index] = {
|
||||||
sid: value.sid,
|
sid: value.sid,
|
||||||
supplierSid: value.supplierSid,
|
supplierSid: value.supplierSid,
|
||||||
bankName: value.bankName,
|
bankName: value.bankName,
|
||||||
@@ -363,7 +363,7 @@ export default {
|
|||||||
currency: value.currency
|
currency: value.currency
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.formobj.pmsSupplierBankList.push({
|
this.formobj.baseSupplierBankList.push({
|
||||||
sid: '',
|
sid: '',
|
||||||
supplierSid: value.supplierSid,
|
supplierSid: value.supplierSid,
|
||||||
bankName: value.bankName,
|
bankName: value.bankName,
|
||||||
@@ -434,7 +434,7 @@ export default {
|
|||||||
createOrgSid: '',
|
createOrgSid: '',
|
||||||
taxRate: '',
|
taxRate: '',
|
||||||
remarks: '',
|
remarks: '',
|
||||||
pmsSupplierBankList: []
|
baseSupplierBankList: []
|
||||||
}
|
}
|
||||||
this.submitdisabled = false
|
this.submitdisabled = false
|
||||||
this.$emit('doback')
|
this.$emit('doback')
|
||||||
|
|||||||
@@ -16,13 +16,13 @@
|
|||||||
<el-input v-model="queryParams.params.code" placeholder="" clearable />
|
<el-input v-model="queryParams.params.code" placeholder="" clearable />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="是否一物一码">
|
<el-form-item label="是否一物一码">
|
||||||
<el-select v-model="queryParams.params.goodID" placeholder="请选择" class="addinputw addinputInfo"
|
<el-select v-model="queryParams.params.goodID" placeholder="请选择"
|
||||||
@change="selectIsGoodIDChange">
|
@change="selectIsGoodIDChange">
|
||||||
<el-option v-for="item in isGoodIDList" :key="item.sid" :label="item.name" :value="item.sid" />
|
<el-option v-for="item in isGoodIDList" :key="item.sid" :label="item.name" :value="item.sid" />
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="出库规则">
|
<el-form-item label="出库规则">
|
||||||
<el-select v-model="queryParams.params.outStockRule" placeholder="请选择" class="addinputw addinputInfo"
|
<el-select v-model="queryParams.params.outStockRule" placeholder="请选择"
|
||||||
@change="selectOutStockRuleChange">
|
@change="selectOutStockRuleChange">
|
||||||
<el-option v-for="item in outStockRuleList" :key="item.dictKey" :label="item.dictValue"
|
<el-option v-for="item in outStockRuleList" :key="item.dictKey" :label="item.dictValue"
|
||||||
:value="item.dictKey" />
|
:value="item.dictKey" />
|
||||||
|
|||||||
@@ -919,7 +919,7 @@
|
|||||||
const choose = this.cateList.filter((item) => item.sid == val)
|
const choose = this.cateList.filter((item) => item.sid == val)
|
||||||
console.log('>>>>>>>>>selectCateChange', choose)
|
console.log('>>>>>>>>>selectCateChange', choose)
|
||||||
this.formobj.goodsTypeSid = choose[0].sid
|
this.formobj.goodsTypeSid = choose[0].sid
|
||||||
this.formobj.typeName = choose[0].goodsTypeName
|
this.formobj.goodsTypeName = choose[0].goodsTypeName
|
||||||
},
|
},
|
||||||
selectfacturerChange(val) {
|
selectfacturerChange(val) {
|
||||||
const choose = this.facturerList.filter((item) => item.sid == val)
|
const choose = this.facturerList.filter((item) => item.sid == val)
|
||||||
|
|||||||
@@ -83,18 +83,18 @@
|
|||||||
|
|
||||||
<div class="title titleOne">
|
<div class="title titleOne">
|
||||||
<div>商品列表</div>
|
<div>商品列表</div>
|
||||||
<!-- <el-button type="primary" size="mini" class="btntopblueline" @click="batchAddAll()">批次收货</el-button> -->
|
<el-button type="primary" size="mini" class="btntopblueline" @click="batchAddAll()">批次收货</el-button>
|
||||||
</div>
|
</div>
|
||||||
<el-table v-loading="listLoading" :data="formobj.list" border style="width: 100%;">
|
<el-table v-loading="listLoading" :data="formobj.list" border style="width: 100%;">
|
||||||
<el-table-column fixed width="50" type="selection" align="center" />
|
<el-table-column fixed width="50" type="selection" align="center" />
|
||||||
<el-table-column fixed width="60" label="序号" type="index" :index="indexMethod" align="center" />
|
<el-table-column fixed width="60" label="序号" type="index" :index="indexMethod" align="center" />
|
||||||
<el-table-column fixed label="操作" wid align="center" width="100">
|
<el-table-column fixed label="操作" wid align="center" width="180">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button type="primary" size="mini" @click="doGoods(scope.row)">删除</el-button>
|
<el-button type="primary" size="mini" @click="doGoods(scope.row)">删除</el-button>
|
||||||
<!-- <el-button type="primary" size="mini" @click="doAddBatch(scope.row)">批次+</el-button> -->
|
<el-button type="primary" size="mini" @click="doAddBatch(scope.row)">批次+</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="商品名称" prop="goodsSpuName" align="center" width="200" />
|
<el-table-column label="商品名称" prop="goodsSkuTitle" align="center" width="200" />
|
||||||
<el-table-column label="商品编码" prop="goodsSkuCode" align="center" width="150" />
|
<el-table-column label="商品编码" prop="goodsSkuCode" align="center" width="150" />
|
||||||
<el-table-column label="规格" prop="goodsSkuOwnSpec" align="center" width="150" />
|
<el-table-column label="规格" prop="goodsSkuOwnSpec" align="center" width="150" />
|
||||||
<el-table-column label="单位" prop="unit" align="center" width="120" />
|
<el-table-column label="单位" prop="unit" align="center" width="120" />
|
||||||
@@ -165,7 +165,7 @@
|
|||||||
</el-table>
|
</el-table>
|
||||||
|
|
||||||
|
|
||||||
<!-- <div class="title">
|
<div class="title">
|
||||||
<div>商品-批次</div>
|
<div>商品-批次</div>
|
||||||
</div>
|
</div>
|
||||||
<el-table v-loading="listLoading" :data="formobj.pcList" border style="width: 100%;">
|
<el-table v-loading="listLoading" :data="formobj.pcList" border style="width: 100%;">
|
||||||
@@ -196,7 +196,7 @@
|
|||||||
oninput="value=value.replace(/^(0+)|[^\d]+/g,'')" />
|
oninput="value=value.replace(/^(0+)|[^\d]+/g,'')" />
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table> -->
|
</el-table>
|
||||||
|
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
||||||
@@ -262,14 +262,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
getOrgSidByPath({
|
|
||||||
orgPath: window.sessionStorage.getItem('defaultOrgPath')
|
|
||||||
}).then((res) => {
|
|
||||||
if (res.success) {
|
|
||||||
this.formobj.createOrgSid = res.data
|
|
||||||
this.formobj.useOrgSid = res.data
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// getOrgPathSid() {
|
// getOrgPathSid() {
|
||||||
@@ -282,6 +275,21 @@
|
|||||||
// }
|
// }
|
||||||
// })
|
// })
|
||||||
// },
|
// },
|
||||||
|
|
||||||
|
init() {
|
||||||
|
getOrgSidByPath({
|
||||||
|
orgPath: window.sessionStorage.getItem('defaultOrgPath')
|
||||||
|
}).then((res) => {
|
||||||
|
if (res.success) {
|
||||||
|
this.formobj.createOrgSid = res.data
|
||||||
|
this.formobj.useOrgSid = res.data
|
||||||
|
|
||||||
|
this.getsupplierLust()
|
||||||
|
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
selectSupplierName(val) {
|
selectSupplierName(val) {
|
||||||
|
|
||||||
console.log("supplierNameSelect", val);
|
console.log("supplierNameSelect", val);
|
||||||
@@ -311,8 +319,7 @@
|
|||||||
|
|
||||||
|
|
||||||
choiceSupplierInfo({
|
choiceSupplierInfo({
|
||||||
deptSid: window.sessionStorage.getItem('defaultOrgPath').substring(window.sessionStorage
|
createOrgSid: this.formobj.createOrgSid
|
||||||
.getItem('defaultOrgPath').lastIndexOf('/') + 1)
|
|
||||||
}).then((resp) => {
|
}).then((resp) => {
|
||||||
if (resp.success) {
|
if (resp.success) {
|
||||||
this.supplierNameList = resp.data
|
this.supplierNameList = resp.data
|
||||||
@@ -655,14 +662,16 @@
|
|||||||
this.$refs['form_obj'].clearValidate()
|
this.$refs['form_obj'].clearValidate()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
this.init()
|
||||||
|
|
||||||
},
|
},
|
||||||
showEdit(row) {
|
showEdit(row) {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs['form_obj'].clearValidate()
|
this.$refs['form_obj'].clearValidate()
|
||||||
})
|
})
|
||||||
|
this.init()
|
||||||
// this.getWarehouseList()
|
// this.getWarehouseList()
|
||||||
this.getsupplierLust()
|
|
||||||
// this.getOrgPathSid()
|
// this.getOrgPathSid()
|
||||||
var params = {
|
var params = {
|
||||||
sourceSid: row.sid
|
sourceSid: row.sid
|
||||||
@@ -674,10 +683,11 @@
|
|||||||
this.formobj = resp.data
|
this.formobj = resp.data
|
||||||
this.formobj.deliveryDate = getCurrentDate()
|
this.formobj.deliveryDate = getCurrentDate()
|
||||||
|
|
||||||
this.formobj.deptName = window.sessionStorage.getItem('defaultOrgPathName').substring(window
|
// this.formobj.deptName = window.sessionStorage.getItem('defaultOrgPathName').substring(window
|
||||||
.sessionStorage.getItem('defaultOrgPathName').lastIndexOf('/') + 1)
|
// .sessionStorage.getItem('defaultOrgPathName').lastIndexOf('/') + 1)
|
||||||
this.formobj.deptSid = window.sessionStorage.getItem('defaultOrgPath').substring(window.sessionStorage
|
// this.formobj.deptSid = window.sessionStorage.getItem('defaultOrgPath').substring(window.sessionStorage
|
||||||
.getItem('defaultOrgPath').lastIndexOf('/') + 1)
|
// .getItem('defaultOrgPath').lastIndexOf('/') + 1)
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -298,10 +298,8 @@
|
|||||||
"sourceBillNo": "",
|
"sourceBillNo": "",
|
||||||
"createBySid": window.sessionStorage.getItem('userSid'),
|
"createBySid": window.sessionStorage.getItem('userSid'),
|
||||||
"createByName": window.sessionStorage.getItem('name'),
|
"createByName": window.sessionStorage.getItem('name'),
|
||||||
"deptName": window.sessionStorage.getItem('defaultOrgPathName').substring(window
|
"deptName": '',
|
||||||
.sessionStorage.getItem('defaultOrgPathName').lastIndexOf('/') + 1),
|
"deptSid": '',
|
||||||
"deptSid": window.sessionStorage.getItem('defaultOrgPath').substring(window.sessionStorage
|
|
||||||
.getItem('defaultOrgPath').lastIndexOf('/') + 1),
|
|
||||||
"createTime": getCurrentDate(),
|
"createTime": getCurrentDate(),
|
||||||
"busTypeKey": "",
|
"busTypeKey": "",
|
||||||
"busTypeValue": "",
|
"busTypeValue": "",
|
||||||
@@ -648,10 +646,8 @@
|
|||||||
"sourceBillNo": "",
|
"sourceBillNo": "",
|
||||||
"createBySid": window.sessionStorage.getItem('userSid'),
|
"createBySid": window.sessionStorage.getItem('userSid'),
|
||||||
"createByName": window.sessionStorage.getItem('name'),
|
"createByName": window.sessionStorage.getItem('name'),
|
||||||
"deptName": window.sessionStorage.getItem('defaultOrgPathName').substring(window
|
"deptName": '',
|
||||||
.sessionStorage.getItem('defaultOrgPathName').lastIndexOf('/') + 1),
|
"deptSid": '',
|
||||||
"deptSid": window.sessionStorage.getItem('defaultOrgPath').substring(window.sessionStorage
|
|
||||||
.getItem('defaultOrgPath').lastIndexOf('/') + 1),
|
|
||||||
"createTime": getCurrentDate(),
|
"createTime": getCurrentDate(),
|
||||||
"busTypeKey": "",
|
"busTypeKey": "",
|
||||||
"busTypeValue": "",
|
"busTypeValue": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user