|
@@ -52,7 +52,7 @@ $(document).ready(() => {
|
|
const billsTree = createNewPathTree('revise', treeSetting);
|
|
const billsTree = createNewPathTree('revise', treeSetting);
|
|
// 初始化 计量单元
|
|
// 初始化 计量单元
|
|
const pos = new PosData({ id: 'id', ledgerId: 'lid' });
|
|
const pos = new PosData({ id: 'id', ledgerId: 'lid' });
|
|
-
|
|
|
|
|
|
+
|
|
// 清单 相关方法&绑定spreadjs事件
|
|
// 清单 相关方法&绑定spreadjs事件
|
|
const billsTreeSpreadObj = {
|
|
const billsTreeSpreadObj = {
|
|
loadExprToInput(sheet) {
|
|
loadExprToInput(sheet) {
|
|
@@ -1583,10 +1583,10 @@ $(document).ready(() => {
|
|
// 初始化 签约节点 参数
|
|
// 初始化 签约节点 参数
|
|
this.dealSpreadSetting = {
|
|
this.dealSpreadSetting = {
|
|
cols: [
|
|
cols: [
|
|
- {title: '清单编号', field: 'code', width: 80, formatter: '@', readOnly: true},
|
|
|
|
- {title: '名称', field: 'name', width: 120, formatter: '@', readOnly: true},
|
|
|
|
- {title: '单位', field: 'unit', width: 50, formatter: '@', readOnly: true},
|
|
|
|
- {title: '单价', field: 'unit_price', width: 50, readOnly: true},
|
|
|
|
|
|
+ {title: '清单编号', field: 'code', width: 80, hAlign: 0, formatter: '@', readOnly: true},
|
|
|
|
+ {title: '名称', field: 'name', width: 120, hAlign: 0, formatter: '@', readOnly: true},
|
|
|
|
+ {title: '单位', field: 'unit', hAlign: 1, width: 50, formatter: '@', readOnly: true},
|
|
|
|
+ {title: '单价', field: 'unit_price', hAlign: 2, width: 50, readOnly: true},
|
|
],
|
|
],
|
|
emptyRows: 0,
|
|
emptyRows: 0,
|
|
headRows: 1,
|
|
headRows: 1,
|