...
|
...
|
@@ -93,22 +93,22 @@ |
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="custel"
|
|
|
label="出入库客户联系电话"
|
|
|
label="客户联系电话"
|
|
|
width="140">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="customer"
|
|
|
label="出入库客户联系人姓名"
|
|
|
width="80">
|
|
|
label="联系人姓名"
|
|
|
width="100">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="customername"
|
|
|
label="出入库客户名称"
|
|
|
label="客户名称"
|
|
|
width="80">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="goodstype"
|
|
|
label="出入库货物类型"
|
|
|
label="货物类型"
|
|
|
width="80">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
...
|
...
|
@@ -118,7 +118,7 @@ |
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="ietype"
|
|
|
label="出入库类型"
|
|
|
label="类型"
|
|
|
width="60">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.ietype ==='I'">进</span>
|
...
|
...
|
@@ -224,9 +224,17 @@ |
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="" :label-width="formLabelWidth" prop="transtype">
|
|
|
<el-input v-model="addForm.transtype" autocomplete="off" size="small" style="width: 300px">
|
|
|
<template slot="prepend">交易类型</template>
|
|
|
</el-input>
|
|
|
<!-- <el-input v-model="addForm.transtype" autocomplete="off" size="small" style="width: 300px">-->
|
|
|
<!-- <template slot="prepend">交易类型</template>-->
|
|
|
<!-- </el-input>-->
|
|
|
<el-select v-model="addForm.transtype" placeholder="请选择交易类型" autocomplete="off" size="small" style="width: 300px">
|
|
|
<el-option
|
|
|
v-for="item in options1"
|
|
|
:key="item.value"
|
|
|
:label="item.label"
|
|
|
:value="item.value">
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
...
|
...
|
@@ -240,9 +248,17 @@ |
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="" :label-width="formLabelWidth" prop="opttime">
|
|
|
<el-input v-model="addForm.opttime" autocomplete="off" size="small" style="width: 300px">
|
|
|
<template slot="prepend">出入库时间</template>
|
|
|
</el-input>
|
|
|
<!-- <el-input v-model="addForm.opttime" autocomplete="off" size="small" style="width: 300px">-->
|
|
|
<!-- <template slot="prepend">出入库时间</template>-->
|
|
|
<!-- </el-input>-->
|
|
|
<el-date-picker
|
|
|
v-model="addForm.opttime"
|
|
|
type="datetime" size="mini"
|
|
|
value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
format="yyyy-MM-dd HH:mm:ss"
|
|
|
style="width:300px"
|
|
|
placeholder="选择出入库时间">
|
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
|
...
|
...
|
@@ -256,9 +272,9 @@ |
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="7">
|
|
|
<el-form-item label="" :label-width="formLabelWidth" prop="goodstype">
|
|
|
<el-input v-model="addForm.goodstype" autocomplete="off" size="small" style="width: 300px">
|
|
|
<template slot="prepend">出入库货物类型</template>
|
|
|
<el-form-item label="" :label-width="formLabelWidth" prop="transcar">
|
|
|
<el-input v-model="addForm.transcar" autocomplete="off" size="small" style="width: 300px">
|
|
|
<template slot="prepend">运输车辆信息</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
...
|
...
|
@@ -279,10 +295,18 @@ |
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="7">
|
|
|
<el-form-item label="" :label-width="formLabelWidth" prop="transcar">
|
|
|
<el-input v-model="addForm.transcar" autocomplete="off" size="small" style="width: 300px">
|
|
|
<template slot="prepend">运输车辆信息</template>
|
|
|
</el-input>
|
|
|
<el-form-item label="" :label-width="formLabelWidth" prop="goodstype">
|
|
|
<!-- <el-input v-model="addForm.goodstype" autocomplete="off" size="small" style="width: 300px">-->
|
|
|
<!-- <template slot="prepend">出入库货物类型</template>-->
|
|
|
<!-- </el-input>-->
|
|
|
<el-select v-model="addForm.goodstype" placeholder="请选择出入库货物类型" autocomplete="off" size="small" style="width: 300px">
|
|
|
<el-option
|
|
|
v-for="item in options"
|
|
|
:key="item.value"
|
|
|
:label="item.label"
|
|
|
:value="item.value">
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
...
|
...
|
@@ -389,6 +413,26 @@ |
|
|
remark4:'',
|
|
|
remark5:'',
|
|
|
},
|
|
|
options: [{
|
|
|
value: '板箱',
|
|
|
label: '货物类型-板箱'
|
|
|
}, {
|
|
|
value: '运单',
|
|
|
label: '货物类型-运单'
|
|
|
}, {
|
|
|
value: '托盘',
|
|
|
label: '货物类型-托盘'
|
|
|
}],
|
|
|
options1: [{
|
|
|
value: '采购入库',
|
|
|
label: '交易类型-采购入库'
|
|
|
}, {
|
|
|
value: '生产入库',
|
|
|
label: '交易类型-生产入库'
|
|
|
}, {
|
|
|
value: '销售入库',
|
|
|
label: '交易类型-销售入库'
|
|
|
}],
|
|
|
formLabelWidth: '80px',
|
|
|
rules: {
|
|
|
userName: [
|
...
|
...
|
|