@@ -414,7 +414,7 @@ func (this *OrganizesController) OrgAllList() {
var user userRole.Base_User
svc.GetEntityById(this.User.Id, &user)
ids := svc.GetAllChildById("0")
- where := " Id in ( " + ids + " ) and AccCode='" + this.User.AccCode + "'"
+ where := " Id in ( " + ids + " )"
list := make([]organize.Base_Organize, 0)
svc.GetEntities(&list, where)
@@ -28,12 +28,12 @@
</el-form-item>
</el-col>
- <el-col :span="8">
+ <!-- <el-col :span="8">
<el-form-item label="准入编码">
<el-input v-model="formData.JSAccessCardNo" :readonly="this.formData.Status != '7'" placeholder="请输入" style="width: 100%">
</el-input>
- </el-col>
+ </el-col> -->
<el-col :span="8">
<el-form-item label="单位关系">
@@ -123,6 +123,7 @@
})
.then(res => {
_this.orgtreelist = window.toolfun_gettreejson(res.data.items, 'Id', 'Parentid', 'Id,Fullname')
+ console.log("_-this.orgtreelist--",this.orgtreelist)
_this.SupplierTypeCode = SupplierTypeCode
if (SupplierTypeCode == '01') { //物资类
_this.handleNodeClick(_this.orgtreelist[0].children[11])
<el-input v-model="formData.WZAccessCardNo" :readonly="this.formData.Status != '7'" placeholder="请输入" style="width: 100%">
@@ -26,12 +26,12 @@
<el-input v-model="formData.JFAccessCardNo" :readonly="this.formData.Status != '7'" placeholder="请输入" style="width: 100%">