|
@@ -289,7 +289,7 @@
|
|
|
{
|
|
|
// title: '集装箱号',
|
|
|
dataIndex: 'containerNo',
|
|
|
- width: 160,
|
|
|
+ width: 220,
|
|
|
ellipsis: true,
|
|
|
scopedSlots: { customRender: 'containerNo' },
|
|
|
className: 'replacecolor',
|
|
@@ -417,7 +417,13 @@
|
|
|
.indexOf(input.toLowerCase()) >= 0
|
|
|
)},
|
|
|
//增行
|
|
|
- addList(){
|
|
|
+ async addList(){
|
|
|
+ var remarks = ''
|
|
|
+ await getAction('/sys/dict/getByCodeDict', {table:'sys_dict',text:'description',code:'dict_code',key:'remarks'}).then((res) => {
|
|
|
+ remarks = res
|
|
|
+ debugger
|
|
|
+ })
|
|
|
+ debugger
|
|
|
this.syCarryBTable.dataSource.push({
|
|
|
orderDate:'',
|
|
|
allNum:'',
|
|
@@ -428,7 +434,7 @@
|
|
|
price:'',
|
|
|
jhyName:'',
|
|
|
jhyNameData:'',
|
|
|
- demo:'',
|
|
|
+ demo:remarks,
|
|
|
name:''
|
|
|
})
|
|
|
},
|
|
@@ -625,7 +631,7 @@
|
|
|
item.totalPrice = Number(item.totalPrice).toFixed(2)
|
|
|
item.price = Number(item.price).toFixed(2)
|
|
|
item.allNum = Number(item.allNum).toFixed(0)
|
|
|
- item.cabinets = Number(item.cabinets).toFixed(0)
|
|
|
+ item.cabinets = item.cabinets?Number(item.cabinets).toFixed(0):0
|
|
|
item.detailedNum = Number(item.detailedNum).toFixed(0)
|
|
|
// if(item.price=='8'&&item.totalPrice>500){
|
|
|
// item.coatHanger = ''
|