|
@@ -1034,7 +1034,7 @@ $(document).ready(function() {
|
|
|
}
|
|
|
},
|
|
|
'batchInsertBillsPos': {
|
|
|
- name: '批量插入清单-部位',
|
|
|
+ name: '批量插入清单-计量单元',
|
|
|
icon: 'fa-sign-in',
|
|
|
disabled: function (key, opt) {
|
|
|
if (!checkTzMeasureType()) return true;
|
|
@@ -1789,7 +1789,7 @@ $(document).ready(function() {
|
|
|
// 初始化 部位数量复核表 参数
|
|
|
this.posSpreadSetting = {
|
|
|
cols: [
|
|
|
- {title: '部位', field: 'bw', hAlign: 0, width: 80, formatter: '@'},
|
|
|
+ {title: '名称', field: 'bw', hAlign: 0, width: 80, formatter: '@'},
|
|
|
{title: '图册号', field: 'drawingCode', hAlign: 0, formatter: '@', width: 60},
|
|
|
],
|
|
|
emptyRows: this.posCount,
|