修改
This commit is contained in:
@@ -184,6 +184,8 @@
|
||||
{{ fun(scope.row.total_qty) }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="源单号" align="center" prop="source_bill_code" width="150"/>
|
||||
<el-table-column label="源单类型" align="center" prop="source_type_name" width="150"/>
|
||||
<el-table-column label="备注" align="center" prop="remark"/>
|
||||
<el-table-column label="制单人" align="center" prop="input_optname"/>
|
||||
<el-table-column label="制单时间" align="center" prop="input_time" width="150"/>
|
||||
@@ -249,11 +251,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
height: document.documentElement.clientHeight - 180 + 'px;',
|
||||
permission: {
|
||||
add: ['admin', 'user:add'],
|
||||
edit: ['admin', 'user:edit'],
|
||||
del: ['admin', 'user:del']
|
||||
},
|
||||
permission: {},
|
||||
audit_flag: true,
|
||||
dis_flag: true,
|
||||
disShow: false,
|
||||
|
||||
Reference in New Issue
Block a user