|
@@ -964,7 +964,7 @@ $(document).ready(() => {
|
|
|
},
|
|
},
|
|
|
importMaterial: function(node, tp, memo) {
|
|
importMaterial: function(node, tp, memo) {
|
|
|
const select = SpreadJsObj.getSelectObject(paySheet);
|
|
const select = SpreadJsObj.getSelectObject(paySheet);
|
|
|
- const data = { type: 'stage', updateData: { pid: select.pid, tp, postil: memo } };
|
|
|
|
|
|
|
+ const data = { type: 'stage', updateData: { pid: select.pid, tp, postil: memo, expr: '' } };
|
|
|
postData(window.location.pathname + '/save', data, function (result) {
|
|
postData(window.location.pathname + '/save', data, function (result) {
|
|
|
loadUpdateDealPays(result);
|
|
loadUpdateDealPays(result);
|
|
|
SpreadJsObj.reLoadSheetData(paySpread.getActiveSheet());
|
|
SpreadJsObj.reLoadSheetData(paySpread.getActiveSheet());
|