Accept Merge Request #108: (feature/hant -> develop)

Merge Request: 关闭 call

Created By: @todayswind
Accepted By: @todayswind
URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/108
This commit is contained in:
todayswind 2025-06-04 10:51:00 +08:00 committed by Coding
commit 617a5aa6a4
2 changed files with 1 additions and 7 deletions

View File

@ -156,12 +156,6 @@
</div> </div>
</div> </div>
<div class="form-group">
<label class="control-label col-xs-12 col-sm-2">{:__('Cost')}:</label>
<div class="col-xs-12 col-sm-8">
<input id="c-cost_remark" readonly class="form-control" type="text" value="{$row.cost_remark|htmlentities}">
</div>
</div>
<div class="form-group"> <div class="form-group">
<label class="control-label col-xs-12 col-sm-2">{:__('材料成本')}:</label> <label class="control-label col-xs-12 col-sm-2">{:__('材料成本')}:</label>

View File

@ -12,5 +12,5 @@ return [
'sync' => true, //同步 'sync' => true, //同步
'status' => true, //true启用0关闭 'status' => false, //true启用0关闭
]; ];